Two additional fields (Referrer and User Agent) are added to the Common Log File Format to create the Combined Log File Format.
61.130.7.137 - - [25/Jan/2001:14:38:21 -0500] "GET /page1.html HTTP/1.0" 200 3915 "http://www.example.com/start.html" "Mozilla/4.7 [en] (Win98; I)"
Each part of this log entry is described below.
| 61.130.7.137 |
IP address (or domain name) of the client (remote host) |
| - |
This field is not used |
| - |
This field is not used |
| [25/Jan/2001:14:38:21 -0500] |
Date/Time of the request |
| "GET /page1.html HTTP/1.0" |
Method used, File requested and Protocol used by the client |
| 200 |
Status code sent back to the client |
| 3915 |
Size of the object returned to the client |
| "http://www.example.com/start.html" |
"Referrer" HTTP request header |
| "Mozilla/4.7 [en] (Win98; I)" |
"User Agent" HTTP request header |