Carsten: Error Code-Texte

Beitrag lesen

Hallo,

Weiss jemand von Euch, wo alle Fehlercodes, inkl. der Texte, zu finden sind?

Ähm ... eigentlich in jeder Apache-installation im errordocs Verzeichnis - irgendwo muss er
sie ja hernehmen.

Falls dein Apache grade auf der Pirsch ist:

400 Bad Request
The request had bad syntax or was inherently impossible to satisfy. You are discouraged from repeating the request without modification.

401 Unauthorized
Your request requires authentication. (i.e. Group Name, User Name, or Password) You may repeat the request with a suitable Authorization header field. Your
browser will likely do this for you.

402 Unauthorized
You must pay to access this resource

403 Forbidden
The request is forbidden because of some unknown reason. You shouldn't access this resource again.

404 Not Found
I have not found any resources matching the Request-URI. This condition may be temporary. You may try again later. The address you entered or link you followed
may have been mistyped. You may try retyping the address.

405 Method not allowed
The method you attempted to use is not allowed for the resource identified by the Request-URI. That method is either disallowed or not supported on this resource.
Common methods are 'HEAD', 'GET', 'POST', and 'PUT'. POST and PUT are frequently disabled, per resource, on this server. Perhaps you may request this
resource using another method. 'GET' is available for most resources.

406 Not acceptable
Some description is missing here...

407 Proxy Authentication Required
Some description is missing here...

408 Timed Out
The request took longer than allowed to complete. Try to request this resource again. If this error appears again then please wait a few hours before repeating the
request.

409 Resource Conflict
Hmm, multiple resources matched your request and they are conflicting with each other. I have no clue why this would happen.

410 Permanently removed
The requested resource is no longer available and no resource has replaced it.

412 Precondition failed
Some description missing here...

414 Request URI too long
Some description missing here...

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

501 Not Implemented
The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method
and is not capable of supporting it for any resource.

502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

503 Gateway timed out
The gateway to this resource has timed out.

Irgendwie kann da schon der Eindruck enstehen, das nicht bei allen ernsthaft mit Auftreten gerechnet wird.

Gruss,

Carsten