Feature #1145
closedmod_accesslog cookie field support %{VARNAME}C
Description
In some case we need to log cookie field into access log for visitor analyze,and a cookie field support has plan for a long time in
http://trac.lighttpd.net/trac/wiki/Docs%3AModAccessLog .
Here is a small patch to support cookie field against 1.5.0-svn r1820,it's split from quehy\'s jumbo patch.It's work for me,hope this can include into the main source.
Files
Updated by gstrauss over 8 years ago
- Related to Feature #2174: Allow mod_accesslog to print cookie value added
Updated by gstrauss over 8 years ago
- Subject changed from mod_accesslog cookie field support to mod_accesslog cookie field support %{VARNAME}C
- Description updated (diff)
- Assignee deleted (
jan)
Logging request and response fields is already possibly with %{Cookie}i and %{Set-Cookie}o
Of course, if there are multiple cookies set, then the resulting fields will need to be parsed for a specific cookie value.
It seems like what you're requesting is something akin to Apache mod_log_config "%{VARNAME}C"
Updated by gstrauss over 8 years ago
FYI: https://redmine.lighttpd.net/issues/2174 also contains a (different) patch to implement %{VARNAME}C
Updated by gstrauss over 8 years ago
- Status changed from New to Patch Pending
- Target version changed from 1.4.x to 1.4.40
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 5e76b284df750e6c4196c4e24ff55be9271763f6.
Also available in: Atom