묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[질문] 아파치에서 404, 500 오류코드를 원하는 화면으로 출력하기...
2002.08.23 14:29
[질문] 아파치에서 404, 500 오류코드를 원하는 화면으로 출력하기... 하는데요 잘 않되네요...T_T
일단 수정한 conf 파일입니다.
-----------------------------------------------------------------------------
# Customizable error response (Apache style)
# these come in three flavors
#
# 1) plain text
#ErrorDocument 500 "The server made a boo boo.
# n.b. the single leading (") marks it as text, it does not get output
#
# 2) local redirects
ErrorDocument 404 /html_error/http_error_404.htm
# to redirect to local URL /missing.html
#ErrorDocument 404 /cgi-bin/missing_handler.pl
# N.B.: You can redirect to a script or a document using server-side-includes.
#
# 3) external redirects
#ErrorDocument 402 http://some.other_server.com/subscription_info.html
# N.B.: Many of the environment variables associated with the original
# request will *not* be available to such a script.
-----------------------------------------------------------------------------
이건데여... 어느 사이트가나 다 저정도 설명밖에 없더군여... 저 항목 이동해 앞에 주석 없에고...
ErrorDocument 404 "파일을 찾을 수 없습니다.
-> 라고 하거나...
ErrorDocument 404 http_error_404.htm
->이렇게 한다음 문서를 맞는 경로에 놔두거나...
하라고 되어 있는게 대부분이라 .. 간단할줄 알았는데 않되요... 물론... http://서버//html_error/http_error_404.htm
이렇게 하면 제가 404 오류날때 뿌려줄 html은 잘 뜹니다. 아 그리고 아파치는 제 컴터에서 돌리구 있구여...
1. 질문 : 왜 그래도 윈도우의 404 오류가 뜰까여...T_T ?
2. 질문 : httpd.conf 파일은 수정후 아파치 재실행해야 적용 되나여? ( 저 초보에염...-_-; )
3. 혹시나 이런문제 해결하신분 계시면 도움좀 주시기 바랍니다.
p.s 죄송합니다만... 어디어디 글을 읽어 보세여.. 란 답은 동일질문을 한 사람의 리플에서 다 봤어여... 실제로
저와 똑같이 고생한 분의 답을 보고 싶습니다.
일단 수정한 conf 파일입니다.
-----------------------------------------------------------------------------
# Customizable error response (Apache style)
# these come in three flavors
#
# 1) plain text
#ErrorDocument 500 "The server made a boo boo.
# n.b. the single leading (") marks it as text, it does not get output
#
# 2) local redirects
ErrorDocument 404 /html_error/http_error_404.htm
# to redirect to local URL /missing.html
#ErrorDocument 404 /cgi-bin/missing_handler.pl
# N.B.: You can redirect to a script or a document using server-side-includes.
#
# 3) external redirects
#ErrorDocument 402 http://some.other_server.com/subscription_info.html
# N.B.: Many of the environment variables associated with the original
# request will *not* be available to such a script.
-----------------------------------------------------------------------------
이건데여... 어느 사이트가나 다 저정도 설명밖에 없더군여... 저 항목 이동해 앞에 주석 없에고...
ErrorDocument 404 "파일을 찾을 수 없습니다.
-> 라고 하거나...
ErrorDocument 404 http_error_404.htm
->이렇게 한다음 문서를 맞는 경로에 놔두거나...
하라고 되어 있는게 대부분이라 .. 간단할줄 알았는데 않되요... 물론... http://서버//html_error/http_error_404.htm
이렇게 하면 제가 404 오류날때 뿌려줄 html은 잘 뜹니다. 아 그리고 아파치는 제 컴터에서 돌리구 있구여...
1. 질문 : 왜 그래도 윈도우의 404 오류가 뜰까여...T_T ?
2. 질문 : httpd.conf 파일은 수정후 아파치 재실행해야 적용 되나여? ( 저 초보에염...-_-; )
3. 혹시나 이런문제 해결하신분 계시면 도움좀 주시기 바랍니다.
p.s 죄송합니다만... 어디어디 글을 읽어 보세여.. 란 답은 동일질문을 한 사람의 리플에서 다 봤어여... 실제로
저와 똑같이 고생한 분의 답을 보고 싶습니다.
댓글 1
-
공병철
2002.08.23 14:41
흑.... 해결 되었습니다. 아파치 재실행 하니 되네여... 정말 쪽팔리지만 저와 똑같은 고생 하실분 계실까바.. 걍 남겨두께염...-_-;