I would like to add to my apache access logs cookie information ie:email, username (the cookie is created by php file, not apache)
Can I add something to log.conf file
similar to: \"%{cookieName}i\" to
logFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
If that doesn't work,
Do I use cookie log and combine it with access log and how? \
BTW: cookie is custom by php. $cookie = md5(time().$_SERVER['REMOTE_ADDR']);