Re: [users@httpd] Log problem with REMOTE_USER containing spaces

2011-07-17 Thread Mark Montague
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

[users@httpd] Log problem with REMOTE_USER containing spaces

2011-07-17 Thread Tom Browder
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