Forum Moderators: phranque

Message Too Old, No Replies

log ALL http headers

(without having to list the all)

         

longjohn

10:09 am on Aug 16, 2005 (gmt 0)

10+ Year Member



Hi,
I'd like to log all http headers sent by browsers.
One solution would be listing all possible headers:

LogFormat "%{Referer}i %{User-Agent}i\" ..." http_head

It's unpractical though, and I'd miss unlisted headers.
Any idea?
Thank you very much.