Apache LogFormat IP Address
- by Hanpan
I am using the following LogFormat in my httpd.conf:
LogFormat "%h %l %u %t \"%r\" %>s \"%{Referer}i\" \"%{User-Agent}i\" %a %t" combined
It's working ok, but for some reason the IP address is coming out as ::1. Is there a particular reason why Apache isn't logging the users IP address?
Thanks