CentOS 6.3 X64 기준

아파치 2.2.15
실행 : /etc/init.d OR service httpd start
아파치 2.2.15
실행 : /etc/init.d OR service httpd start
설정파일 : /etc/httpd/conf, /etc/httpd/conf.d/php.conf

UserDir public_html (372)
Starting httpd: httpd: apr_sockaddr_info_get() failed for test
=> 276라인   ServerName 지정해주면 나타나지 않음

372라인  UserDir public_html
401라인  DirectoryIndex index.html index.html.var 확인
758라인  AddDefaultCharset UTF-8

* AddType application/x-httpd-php .php .htm .php3 .html
* AddType application/x-httpd-php-source .phps
 => PHP인식 위에 2가지 옵션을 적었는데 6.3 버전 RPM구성시 적지 않아도
    자동으로 PHP인식 확인(httpd.conf가 아닌 php.conf에 설정되어 있는것 같음)

홈폴더 : /var/www/html
기본 index.html


Mysql 5.1.69
실행 : /etc/init.d OR service mysqld start (설정파일 /etc/my.cnf)

DB파일위치 : /var/lib/mysql
소켓위치 : /var/lib/mysql/mysql.sock
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
기타관련 파일 위치 : /usr/bin => mysqladmin도 여기에 위치함


[root@firewall bin]# service mysqld start
MySQL 데이타베이스를 초기화하는 중:  Installing MySQL system tables...

=>처음 데몬을 실행하면 DB을 초기한다.

[root@test bin]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.1.69 Source distributionCopyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>
=>초기는 root 암호없이도 접속가능하므로 암호을 설정한다.

mysqladmin -u root password '암호'   => 암호설정
mysql -u root -p => 연결
Enter password:


PHP 5.3.3
설정파일 : /etc/php.ini

693라인 register_globals = Off 기본값임

 

|

샹콤홍쓰's Blog is powered by Daum & tistory