diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-12 17:51:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-12 17:51:24 +0800 |
commit | b55d61b192158310243b2336cb6878e99d3723db (patch) | |
tree | de70e0f42f37abad3289e9549378abd297b1d033 /www/Makefile | |
parent | e09c1729cd90253777731965eac4b18d821c1b1e (diff) | |
download | freebsd-ports-gnome-b55d61b192158310243b2336cb6878e99d3723db.tar.gz freebsd-ports-gnome-b55d61b192158310243b2336cb6878e99d3723db.tar.zst freebsd-ports-gnome-b55d61b192158310243b2336cb6878e99d3723db.zip |
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/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |