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): 697541
The request was fulfilled.
BAD REQUEST (400): 202
The request had bad syntax or was inherently impossible to be
satisfied.
FORBIDDEN (403): 14
The request is for something forbidden. Authorization will not help.
NOT FOUND (404): 8067
The server has not found anything matching the URI given
INTERNAL ERROR (500): 55
The server encountered an unexpected condition which prevented it from
fulfilling the request.
MOVED (301): 1042
The data requested has been assigned a new URI, the change is
permanent.
FOUND (302): 16501
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): 61843
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.