18.06.2013, 18:00, "David Guerra" :
> You have mod rpaf installed?
>
No,, I don't have mod_rpaf. But I have mod_remoteip ( apache-2.4)
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail
18.06.2013, 17:03, "David Guerra" :
> This should be
> helpful.http://www.daveperrett.com/articles/2009/08/10/passing-ips-to-apache-with-nginx-proxy/
>
> The issue is with Apache not accepting the real IP address from Nginx.
>
David, but after enabling mod_remoteip apache writes real IP-address
Hi,I have Server version: Apache/2.4.4 (Ubuntu) and nginx
and I try setup mod_remoteip but without success.
I did next steps:
1. enable and configure mod_remoteip module
# cat remoteip.conf
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 212.12.x.x
# cat remoteip.load
LoadModule remoteip_