Sunday Nov 14, 2004
Status Codes
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): 3262
-
The request was fulfilled.
- NOT FOUND (404): 33
-
The server has not found anything matching the URI given
- MOVED (301): 46
-
The data requested has been assigned a new URI, the change is
permanent.
- NOT MODIFIED (304): 197
-
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.
Output generated by MKStats