Wednesday May 2, 201

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): 730787
The request was fulfilled.
BAD REQUEST (400): 19
The request had bad syntax or was inherently impossible to be satisfied.
FORBIDDEN (403): 6
The request is for something forbidden. Authorization will not help.
NOT FOUND (404): 4928
The server has not found anything matching the URI given
INTERNAL ERROR (500): 34
The server encountered an unexpected condition which prevented it from fulfilling the request.
NOT IMPLEMENTED (501): 1
The server does not support the facility required.
MOVED (301): 1747
The data requested has been assigned a new URI, the change is permanent.
FOUND (302): 18653
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): 62889
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
version 2.3