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): 338
The request was fulfilled.
UNAUTHORIZED (401): 2
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): 6
The server has not found anything matching the URI given
INTERNAL ERROR (500): 1
The server encountered an unexpected condition which prevented it from
fulfilling the request.
NOT MODIFIED (304): 27
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.