Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by slive: http://wiki.apache.org/httpd/Info/Common_HTTPStatusCodes The comment on the change is: Link to relevant specs. ------------------------------------------------------------------------------ - Here is a list of the most common http status codes. For full details, see the HTTP Specification [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html RFC2616 Section 10]. + Here are a few of the most common http status codes that you will see in your access log. ||'''Code'''||'''Message'''||'''Description'''|| ||200||OK||Content delivered normally.|| @@ -10, +10 @@ ||404||Not Found||Resource is missing!|| ||500||Internal Server Error||The server did something wrong or the browser made a invalid request.|| + To get more details on the complete meaning of these codes and of all the other possible codes you should consult the relevant specification: + + || '''Codes'''||'''Specification'''|| + || Most codes || HTTP Specification [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html RFC 2616 Section 10]|| + || 426 || Upgrading to TLS Within HTTP/1.1 [http://www.ietf.org/rfc/rfc2817.txt RFC 2817]|| + || 102, 207, 422, 423, 424, 507 || HTTP Extensions for Distributed Authoring -- WEBDAV [http://www.webdav.org/specs/rfc2518.html#status.code.extensions.to.http11 RFC 2518 Section 10] || + || 506 || Transparent Content Negotiation in HTTP [http://www.ietf.org/rfc/rfc2295.txt RFC 2295 Section 8] || + || 510 || An HTTP Extension Framework [http://www.ietf.org/rfc/rfc2774.txt RFC 2774 Section 7] || + Remember that, in the case of an error status code (4xx or 5xx), there will almost always be more details available in the Apache error log. Don't know the location of your error log? Shame on you! But have a look here: ["Info/DistrosDefaultLayout"].
