This is all just my opinion as an individual, but...
On July 17, 2011 15:10 , Tom Browder wrote:
In those cases I found that a user tried to enter a $REMOTE_USER name
with spaces (e.g., "Joe Lee") and the resulting log parse bombed
because the log format does not have the %u protected by quot
I am a new apache2 user and have started mining my access logs (with
Perl progs) for certain info. I have had great success using the
Parse::AccessLogEntry module from cpan.org, but I have had a few
instances where it bombed on the default extended common format.
In those cases I found that a use