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: Spelling and reference to error log. ------------------------------------------------------------------------------ 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]. ||'''Code'''||'''Message'''||'''Description'''|| - ||200||OK||Content deliverd normally.|| + ||200||OK||Content delivered normally.|| ||304||Not Modified||A cached copy will be used.|| - ||401||Unauthorized||User credidentials required (Authentication)|| + ||401||Unauthorized||User credentials required (Authentication)|| - ||403||Forbidden||Resource can't be viewed. (e.g. no index file and directory indexing is turned off or a Deny rule is inplace)|| + ||403||Forbidden||Resource can't be viewed. (e.g. no index file and directory indexing is turned off or a Deny rule is in place)|| ||404||Not Found||Resource is missing!|| ||500||Internal Server Error||The server did something wrong or the browser made a invalid request.|| + 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. +
