From b55d61b192158310243b2336cb6878e99d3723db Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 12 Mar 2007 09:51:24 +0000 Subject: Parser for extracting fields from a single line of an Apache access.lo g (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. WWW: http://code.google.com/p/apachelog/ --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index de4329be9266..d52ce623d572 100644 --- a/www/Makefile +++ b/www/Makefile @@ -941,6 +941,7 @@ SUBDIR += py-HTMLgen SUBDIR += py-Lightbox SUBDIR += py-albatross + SUBDIR += py-apachelog SUBDIR += py-beautifulsoup SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old -- cgit