Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "CommonHTTPStatusCodes" page has been changed by ChristopherYeleighton. The comment on this change is: 403 on PUT. http://wiki.apache.org/httpd/CommonHTTPStatusCodes?action=diff&rev1=38&rev2=39 -------------------------------------------------- ||200||OK||Content delivered normally.|| ||304||Not Modified||A cached copy will be used.|| ||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 in place)|| + ||403||Forbidden||Resource cannot be viewed (e.g. no index file and directory indexing is turned off or a Deny rule is in place). * Resource cannot be modified (the default reply to a PUT request).|| ||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. * The browser made a invalid request. * The page generator did not emit a Content-Type header. || To get more details on the complete meaning of these codes and of all the other possible codes you should consult the [[http://httpd.apache.org/docs/2.2/misc/relevant_standards.html|relevant standards]]: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
