Server/Apache

경로 확인# pwd 입력 /apache/conf 확인 설정 확인# cat httpd.conf |grep ErrorDocument 입력 #ErrorDocument 500 "The server made a boo boo."#ErrorDocument 404 /missing.html#ErrorDocument 404 "/cgi-bin/missing_handler.pl"#ErrorDocument 402 http://www.example.com/subscription_info.html 확인 httpd 편집#vim httpd.conf 입력 후 주석처리된#ErrorDocument 404 "/error-404.html" → ErrorDocument 404 "/error-404.html"주석 해제 후 저장 [변경된 문장]#..
_world
'Server/Apache' 카테고리의 글 목록