| Access | Depending on the file format you choose, the Access log file records the following Web server request information in the order shown:
 Common
 
- Client DNS name or IP address if DNS name is not available
 - Host header from request, or server IP address if Host header is not available
 - Remote user if available
 - Request time stamp
 - Http request line
 - Http response status code
  
 
Extended Common 
- Client DNS name or IP address if DNS name is not available
 - Host header from request, or server IP address if Host header is not available
 - Remote user if available
 - Request time stamp
 - Http request line
 - Http response status code
 - Request content length if available, otherwise shows "-" 
 - Referring URL if available, otherwise shows "-"
 - User agent if available, otherwise shows "-"
 - Amount of time, in milliseconds, to process the request
 - Value of the cookie header
 - Translated URL, (the full path of the actual server resource, if available)
  
 |