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): 277
The request was fulfilled.
NOT FOUND (404): 18
The server has not found anything matching the URI given
NOT MODIFIED (304): 41
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.