X-Forwarded-For and Cookie in Apache Config
We have added X-Forwarded-For and Cookie to our Apache Config. Is there a way to get them to show in the report statistics somewhere? Here is our config:
LogFormat "%h %l %u %t \"%m \"%V\" \"%U\" \"%q\" %H\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\" \"%{X-Forwarded-For}i\"" combined
X-Forwarded-For is passed to web server via F5 device.
Thanks,
Matt
LogFormat "%h %l %u %t \"%m \"%V\" \"%U\" \"%q\" %H\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\" \"%{X-Forwarded-For}i\"" combined
X-Forwarded-For is passed to web server via F5 device.
Thanks,
Matt
Much appreciated.