'Cos I always forget:
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
This just makes Apache log the IP in the X-F-F HTTP header instead of %h in reverse-proxy scenarios.
last updated:
· jonyesno
'Cos I always forget:
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
This just makes Apache log the IP in the X-F-F HTTP header instead of %h in reverse-proxy scenarios.