> BUT, when I set this Apache stops logging the remote IP because the
> forwarding proxy is valid now ?

> LogFormat "%h (%{X-Forwarded-For}i) %l %u %t \"%r\" %>s %b \"%{Referer}i\" 
> \"%{User-Agent}i\"" combined

You should restore %a to that format if you're going to use mod_remoteip.

As was explained in bugzilla, mod_remoteip fills in %a while it
removes from %{X-Forwarded-For}i.  So in a simple case with one
trusted proxy, %a will hold the value you used to see in
X-Forwarded-For because of mod_remoteip

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to