http://en.wikipedia.org/wiki/Common_Log_Format
From Wikipedia, the free encyclopedia
This article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. (August 2011) |
The Common Log Format is a standardised text file format used by web servers when generating log files. Because the format is standardised, the files may be analysed by a variety of analysis programs.
Each line in a file stored in the Common Log Format has the following syntax:
host ident authuser date request status bytes
[edit] Example
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326