Tuesday Oct 15, 1996
Status Codes
The following report shows the status codes returned by the
HTTP server. For each line in the log file, a status code is
returned telling how the request was handled.
- OK (200): 62
- The request was fulfilled.
- UNAUTHORIZED (401): 4
- The parameter to this message gives a specification of
authorization schemes which are acceptable. The client
should retry the request with a suitable Authorization
header.
- NOT FOUND (404): 12
- The server has not found anything matching the URI given
- FOUND (302): 2
- The data requested actually resides under a different
URL, however, the redirection may be altered on occasion
(when making links to these kinds of document, the
browser should default to using the Udi of the
redirection document, but have the option of linking to
the final document) as for "Forward".
- NOT MODIFIED (304): 16
- If the client has done a conditional GET and access is
allowed, but the document has not been modified since the
date and time specified in If-Modified-Since field, the
server responds with a 304 status code and does not send
the document body to the client.
Output generated by MKStats