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 ------------------------------------------------------------------------------ Here is a list of the most common http status codes. + ||'''Code'''||'''Message'''||'''Description'''|| - ||200 OK||Content deliverd normally.|| + ||200||OK||Content deliverd normally.|| - ||304 Not Modified||A cached copy will be used.|| + ||304||Not Modified||A cached copy will be used.|| - ||401 Unauthorized||User credidentials required (Authentication)|| + ||401||Unauthorized||User credidentials 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 inplace)|| - ||404 Not Found||Resource is missing!|| + ||404||Not Found||Resource is missing!|| - ||500 Internal Server Error||The server did something wrong or the browser made a invalid request.|| + ||500||Internal Server Error||The server did something wrong or the browser made a invalid request.||
