Bob Denny (May 13, 1998)
|
| Description | |
The format is: MM/DD/YYYY HH:MM:SS which includes the full 4-digit year. The time is UTC (GMT) and is always in 24-hour format. |
|
| The IP address of the remote client/browser. This will be the remote client's DNS hostname if DNS reverse lookup is enabled (not recommended). | |
| The server hostname for the request. If the HTTP request contains a Host: header, and that hostname is a configured identity, the name in that header is used. Otherwise, the hostname configured for the IP address on which the request was received is used. | |
| The authentication realm, if present in the request. NOTE: Presence of this field does not imply that the requested object was access-controlled. This is taken from the string sent by the browser in the Authorization: header field, and decoded by the server. | |
| The authentication username, if present in the request. NOTE: Presence of this field does not imply that the requested object was access-controlled. This is taken from the string sent by the browser in the Authorization: header field, and decoded by the server. | |
| The HTTP method of the request (e.g., GET or POST) | |
| The path portion of the HTTP request URL. This may or may not contain the URL query string (if present in the request), depending on a WebSite server configuration setting. | |
| The complete referring URL, if present in the request. Most of the time, if this is present, it is the complete URL of the document that contained the link that generated this request. This is the string sent by the browser in the Referer: header field. | |
| The email address of the client/browser user. This is the string sent by the browser in the From: header field. This field is not currently generated by any known browser, due to privacy concerns. | |
| A string describing the client/browser software and version. This is the string sent by the browser in the User Agent: header field. | |
| The numeric status code of the request, for example 200 for OK. | |
| The number of actual content bytes transferred in the response. This does not count HTTP response header bytes. | |
| The time, in milliseconds, between the arrival of this request and the time it was logged. This includes not only the processing time, but also the time it took to receive any content data provided with the request (e.g., form data), transmit the response to the client, close the TCP connection, and clean up thereafter. Due to buffering within the TCP/IP kernel, this may be optimistic. Several K bytes of data can be buffered beyond the time the server closes the connection. |