The Access log records different information depending on whether the format in the Server document is set to Common or Extended Common.
In Common format, the Access log records the following information:
1. Client DNS name or IP address if DNS name is not available
2. Host header from request, or server IP address if Host header is not available
3. Remote user if available
4. Request time stamp
5. Http request line
6. Http response status code
In Extended Common format, the Access log records the following information:
1. Client DNS name or IP address if DNS name is not available
2. Host header from request, or server IP address if Host header is not available
3. Remote user if available
4. Request time stamp
5. Http request line
6. Http response status code
7. Request content length if available, otherwise shows "-"
8. Referring URL if available, otherwise shows "-"
9. User agent if available, otherwise shows "-"
10. Amount of time, in milliseconds, to process the request
11. Value of the cookie header
12. Translated URL, (the full path of the actual server resource, if available) |