Posted on behalf of toro.
when log format is NCSA extended/combined, %u ( the userid of the person requesting the document) always causes the parse error.
I think that the cause of the problem is here.
http://code.simonecarletti.com/repositories/entry/apachelogregex/lib/apache_log_regex.rb#L167
Not
but
I might be wrong… but after I change it , no error .
thanks.
via http://www.simonecarletti.com/blog/2009/02/apache-log-regex-a-lightweight-ruby-apache-log-parser/#comment-6964
Posted on behalf of toro.
when log format is NCSA extended/combined,
%u( the userid of the person requesting the document) always causes theparse error.I think that the cause of the problem is here.
http://code.simonecarletti.com/repositories/entry/apachelogregex/lib/apache_log_regex.rb#L167
Not
but
I might be wrong… but after I change it , no error .
thanks.
via http://www.simonecarletti.com/blog/2009/02/apache-log-regex-a-lightweight-ruby-apache-log-parser/#comment-6964