| Description: This reports shows every request which caused an internal error in the 
server.  These are typically generated by bad CGI which is unable to process
the request properly, or just any CGI which is configured improperly to the
point that it cannot even execute. NOTE: the following statuses reported for 
each page are only for the last request.  Not all of the 
requests may have had the exact same status reported.
 Status codes are as follows:
 
	500 - Internal Server Error
	501 - Not Implemented
	502 - Bad Gateway
	503 - Service Unavailable
	504 - Gateway Time-out
	505 - HTTP Version not supported
 |