3.0 정보
PHP 3.0본문
httpd.conf 수정시
--------------------------------------------------------------------------
1 Line 삽입 // php로 인식해야될 확장자를 지정
AddType application/x-httpd-php .php .php3 .pl .inc .html
260 Line 수정
ServerAdmin *** 개인정보보호를 위한 이메일주소 노출방지 ***
278 Line 수정
ServerName 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
--------------------------------------------------------------------------
1 Line 삽입 // php로 인식해야될 확장자를 지정
AddType application/x-httpd-php .php .php3 .pl .inc .html
260 Line 수정
ServerAdmin *** 개인정보보호를 위한 이메일주소 노출방지 ***
278 Line 수정
ServerName 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
[이 게시물은 관리자님에 의해 2011-10-31 17:30:25 Apache에서 이동 됨]
추천
0
0
댓글 0개