Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread Володя К .
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

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread David Guerra
I've never had luck getting remoteip fully working but I've got setups with rpaf working with no issues. On Tue, Jun 18, 2013 at 11:02 AM, Eric Covener wrote: > On Tue, Jun 18, 2013 at 10:59 AM, David Guerra > wrote: > > You have mod rpaf installed? > > Doesn't mod_remoteip supercede it? > > >

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread Eric Covener
first half of my last update was incorrect and meant to zap it -- it doesn't happen too early, it just seems to side-step mod_remoteip. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread Eric Covener
> After this I can see real IP addresses in apache logs, but /server-status/ > page shows only frontend (nginx) IP-address 212.12.x.x > Can somebody help me to see real IP-addresses in server-status page ? The code mod_status displays seems to be set very early when there is a TCP connection bu

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread Eric Covener
On Tue, Jun 18, 2013 at 10:59 AM, David Guerra wrote: > You have mod rpaf installed? Doesn't mod_remoteip supercede it? > > > On Tue, Jun 18, 2013 at 10:50 AM, Володя К. wrote: >> >> >> >> 18.06.2013, 17:03, "David Guerra" : >> > This should be >> > helpful.http://www.daveperrett.com/articles/2

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread David Guerra
You have mod rpaf installed? On Tue, Jun 18, 2013 at 10:50 AM, Володя К. wrote: > > > 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

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread Володя К .
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

Re: [users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread 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. On Tue, Jun 18, 2013 at 5:39 AM, Володя К. wrote: > Hi,I have Server version: Apache/2.4.4 (Ubuntu) and nginx >

[users@httpd] mod_remoteip: server-status page does not show real ip

2013-06-18 Thread Володя К .
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_