로그인 창 전체 방문자 수 → 홈페이지 오늘 방문자 수 → 방문통계 어제 방문자 수 →

'ErrorDocument_목록'에 해당되는 글 1건

  1. 2015.04.08 아하! 503 에러가 그거였었구나~

아하! 503 에러가 그거였었구나~

 

홈페이지's를 열었는데 개중에 한 놈이 별나게 열렸습니다.

'503 Error'이라면서 그랬던 까닭까지 달렸네요.

 

이게 다른 홈에서도 이따금 만났던 'ErrorDocument' 에러이기에 따로 그거에 대해 뽑아둔 정보가 있었긴 해도 이렇게 구체적으로 그 의미까지 전달받기는 이번이 처음인 듯도 싶습니다.

저는 이 정보를 '.htaccess'이라는 파일에 접목하여 홈피를 열 수 없는 경우를 대비해서 활용하곤 했었는데 이번처럼 이렇게 당하고 나서야 뒤늦게 그 필요성이 절실해지곤 하더라고요.

'소 잃고 외양간 고친다.'는 속담도 있잖아요. 이번에도 똑 그 짝입니다.

 

~ ErrorDocument - 01 ~

 

~ ErrorDocument - 02 ~

 

------------------------------------------------------------

 

[ 에러코드에대한 설명 ]

ErrorDocument 100 "100 Continue"

ErrorDocument 101 "101 Switching Protocols"

ErrorDocument 200 "200 OK"

ErrorDocument 201 "201 Created"

ErrorDocument 202 "202 Accepted"

ErrorDocument 203 "203 Non-Authoritative Information"

ErrorDocument 204 "204 No Content"

ErrorDocument 205 "205 Reset Content"

ErrorDocument 206 "206 Partial Content"

ErrorDocument 300 "300 Multiple Choices"

ErrorDocument 301 "301 Moved Permanently"

ErrorDocument 302 "302 Found"

ErrorDocument 303 "303 See Other"

ErrorDocument 304 "304 Not Modified"

ErrorDocument 305 "305 Use Proxy"

ErrorDocument 306 "306 Unused"

ErrorDocument 307 "307 Temporary Redirect"

ErrorDocument 400 "400 Bad Request"

ErrorDocument 401 "401 Unauthorized"

ErrorDocument 402 "402 Payment Required"

ErrorDocument 403 "403 Forbidden"

ErrorDocument 404 "404 Not Found"

ErrorDocument 405 "405 Method Not Allowed"

ErrorDocument 406 "406 Not Acceptable"

ErrorDocument 407 "407 Proxy Authentication Required"

ErrorDocument 408 "408 Request Timeout"

ErrorDocument 409 "409 Conflict"

ErrorDocument 410 "410 Gone" - 당신은 인증된 사용자가 아닙니다.

ErrorDocument 411 "411 Length Required"

ErrorDocument 412 "412 Precondition Failed"

ErrorDocument 413 "413 Request Entity Too Large"

ErrorDocument 414 "414 Request-URI Too Long"

ErrorDocument 415 "415 Unsupported Media Type"

ErrorDocument 416 "416 Requested Range Not Satisfiable"

ErrorDocument 417 "417 Expectation Failed"

ErrorDocument 500 "500 Internal Server Error"

ErrorDocument 501 "501 Not Implemented"

ErrorDocument 502 "502 Bad Gateway"

ErrorDocument 503 "503 Service Unavailable" - 트레픽 초과

ErrorDocument 504 "504 Gateway Timeout"

ErrorDocument 505 "505 HTTP Version Not Supported

 

-- 출처: 구글에서 검색 --

- http://cdral.net/640 -

- http://blog.yjhoon.com/38 -

 

 

Posted by 류중근
,