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
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