You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/08 10:49:22 UTC

[Httpd Wiki] Update of "Info/Common HTTPStatusCodes" by sjorge

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 sjorge:
http://wiki.apache.org/httpd/Info/Common_HTTPStatusCodes

The comment on the change is:
First Draft

New page:
Here is a list of the most common http status codes.

||200 OK||content deliverd normally||
||304 Not Modified||Browser will use cached page or try to download the page again||
||401 Unauthorized||User credidentials required (Authentication)||
||403 Forbidden||Resource can't be viewed. (e.g. no indexfile and directory indexing is turned off or a Deny rule is inplace||
||404 Not Found||Resource is missing||
||500 Internal Server Error||The server did something wrong or the browser made a invalid request.||