Project

General

Profile

Actions

Feature #1145

closed

mod_accesslog cookie field support %{VARNAME}C

Added by snailfly about 17 years ago. Updated almost 8 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_accesslog
Target version:
ASK QUESTIONS IN Forums:

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

cookie.log.patch.txt (1.77 KB) cookie.log.patch.txt snailfly, 2007-04-24 18:04

Related issues 1 (0 open1 closed)

Related to Feature #2174: Allow mod_accesslog to print cookie valueDuplicate2010-03-15Actions
Actions #1

Updated by gstrauss almost 8 years ago

  • Related to Feature #2174: Allow mod_accesslog to print cookie value added
Actions #2

Updated by gstrauss almost 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"

Actions #3

Updated by gstrauss almost 8 years ago

FYI: https://redmine.lighttpd.net/issues/2174 also contains a (different) patch to implement %{VARNAME}C

Actions #4

Updated by gstrauss almost 8 years ago

  • Target version changed from 1.5.0 to 1.4.x
Actions #5

Updated by gstrauss almost 8 years ago

  • Status changed from New to Patch Pending
  • Target version changed from 1.4.x to 1.4.40
Actions #6

Updated by gstrauss almost 8 years ago

  • Status changed from Patch Pending to Fixed
  • % Done changed from 0 to 100
Actions

Also available in: Atom