remote address
|
The IP address of the client making the request.
|
remote host
|
The name of the client making the request.
|
date
|
The current date.
|
time
|
The current time.
|
user name
|
The client's name.
Normally W3SVC.
|
http host
|
The name of the host server the request was sent to.
|
local address
|
The IP address of the server the request was sent to.
|
content length
|
The number of bytes sent to the client.
|
request length
|
The number of bytes sent by the client.
|
reply time
|
The number of milliseconds the server spent processing the client's request.
|
status code
|
The status code the server sent to the client.
Normally 200, OK.
|
error code
|
Extended error code.
Normally 0.
|
request method
|
The request method being made.
Normally [ GET | POST ].
|
request uri
|
The request made by the client.
|
user agent
|
The client making the request.
|
referer
|
The URL from which the request was made.
|