Displaying 1 result from an estimated 1 matches for "apachelog".
Did you mean:
apachecon
2008 Jul 21
0
perl module to parse httpd log on C5
hello,
Looking for alternative ideas to parse the combined Apache log:
/var/log/httpd/access_log (is how I named it)
What I've tried so far is a CPAN search, which pointed me to a recently
created module called ApacheLog::Parser
>From the C5 shell, I used something like this (heavily refined from how I started)
---------- sh script ---------
#rpm --import http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL
yum install ncftp --disablerepo=\* --enablerepo=epel
yum -y install perl-Test-Pod \
perl-Y...