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): 42586
The request was fulfilled.
BAD REQUEST (400): 1
The request had bad syntax or was inherently impossible to be
satisfied.
NOT FOUND (404): 232
The server has not found anything matching the URI given
MOVED (301): 59
The data requested has been assigned a new URI, the change is
permanent.
NOT MODIFIED (304): 6651
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.