in reply to Re: Problems with Apache::ParseLog
in thread Problems with Apache::ParseLog
Yes, I've tried that - the array returned by $base->customlog() has only one value, 'combined' (this is presumably OK since there's only one LogFormat entry in my httpd.conf):
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
There is one CustomLog entry in my httpd.conf specifying the use of the 'combined' LogFormat:
CustomLog /var/log/apache2/access_log combined
Yet the script gives me the error:
Apache::ParseLog::getCustomLog: combined does not exist, Exiting
Thanks,
Jim