Apache 설치후 httpd.conf 설정 정보
PHP Apache 설치후 httpd.conf 설정
본문
httpd.conf 수정시
--------------------------------------------------------------------------
1 Line 삽입 // php로 인식해야될 확장자를 지정
AddType application/x-httpd-php .php .php3 .pl .inc .html
260 Line 수정
ServerAdmin www.mydomain.co.kr
또는
ServerName 255.255.255.255
279 Line 삽입 서버정보를 하단에 최소로 보여줌
ServerTokens prod
319 Line 수정
Options FollowSymLinks
365 Line 추가
DirectoryIndex index.html index.php3 index.php index.htm
723 Line 삽입 기본을 한국어로
AddDefaultCharset EUC-KR
추천
0
0
댓글 0개