Re: [us...@httpd] apache log directly to database

2009-04-03 Thread zhang zhengquan
2009/4/3 John Armstrong : > You can use the mod log sql stuff > > Here is the debian package as an example: > > http://packages.debian.org/unstable/httpd/libapache2-mod-log-sql > > You can also use piped logs > > http://httpd.apache.org/docs/2.2/logs.html#piped > > John- > > On Fri, Apr 3, 2009 at

Re: [us...@httpd] apache log directly to database

2009-04-03 Thread John Armstrong
You can use the mod log sql stuff Here is the debian package as an example: http://packages.debian.org/unstable/httpd/libapache2-mod-log-sql You can also use piped logs http://httpd.apache.org/docs/2.2/logs.html#piped John- On Fri, Apr 3, 2009 at 1:45 PM, zhang zhengquan wrote: > Dear apache

[us...@httpd] apache log directly to database

2009-04-03 Thread zhang zhengquan
Dear apache community: I am pretty new to apache and now I am confronted with a problem, I would like to do download statistics for a huge access_log. I can use scripts to process it but it takes time. I wonder if ther is a log daemon that can do auto parsing of the log file and do the data entry