Log in or register to vote.

apachelog

Access log parser in python, ported from Peter Hickman's Apache::LogRegex Perl moduleUniversal.

Apache Log Parser
-----------------

Parser for extracting fields from a single line of an Apache
access.log (should work for other servers conforming to the
Common Log Format).

Create the parser with the log format from your server .conf
file, parse lines to get dict corresponding to fields defined
in the log format.

+1