HTTP.sys Error Log File Examples

Applies To: Windows Server 2003, Windows Server 2003 with SP1

The following example shows an HTTP.sys error log file entry, as viewed in a text editor:

2002-07-05 18:45:09 172.31.77.6 2094 172.31.77.6 80 HTTP/1.1 GET /qos/1kbfile.txt 503 – ConnLimit

Table 10.9 lists and describes the fields that are recorded in this example.

Table 10.9 Example of an HTTP.sys Error Log File Entry

Field Appears As Description

Date

2002-07-05

This log file entry was recorded on July 5, 2002.

Time

18:45:09

This log file entry was recorded at 6:45 P.M.

Client IP

172.31.77.6

The IP address of the client.

Client port

2094

The client port number.

Server IP

172.31.77.6

The IP address of the server.

Server port

80

The server port number.

Protocol version

HTTP/1.1

The protocol version.

Verb

GET

The user requested a GET, which requests a file.

Cooked URL and query

/qos/1kbfile.txt

The query was unavailable, and the URL of the request was completely processed (also known as cooked), so /qos/1kbfile.txt is the local code page conversion.

Protocol status

503

The service was unavailable.

Site ID

The site ID was unavailable.

Reason Phrase

ConnLimit

The connection limit was reached.