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): 9519
The request was fulfilled.
BAD REQUEST (400): 1
The request had bad syntax or was inherently impossible to be
satisfied.
FORBIDDEN (403): 2
The request is for something forbidden. Authorization will not help.
NOT FOUND (404): 55
The server has not found anything matching the URI given
MOVED (301): 9
The data requested has been assigned a new URI, the change is
permanent.
FOUND (302): 351
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): 465
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.