[users@httpd] RE: LogFormat

2012-03-22 Thread Tosh, Michael J
Tosh, Michael J wrote: > Does the %{}C Format do a regexp search or substring match? How can I force > it to match the full > string? Found my own answer, https://issues.apache.org/bugzilla/show_bug.cgi?id=28037

[users@httpd] LogFormat

2012-03-22 Thread Tosh, Michael J
I'm running a Bugzilla instance on my apache server. Bugzilla contains two cookies when a user is logged in, Bugzilla_login (an integer) and Bugzilla_logincookie. (a hex string) I'd like to capture the value of Bugzilla_login in my CustomLog. I have the following CustomLog directive: Custom