Welcome! Log In Create A New Profile

Advanced

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Axel
April 28, 2014 10:04AM
Hello,
are there any advantages of using mod_rpaf instead of using and logging
x-forward-for headers?

regards, Axel

On 2014-04-28 15:55, Maxim Dounin wrote:
> Hello!
>
> On Mon, Apr 28, 2014 at 07:03:28PM +0530, Joydeep Bakshi wrote:
>
>> Hello list,
>>
>> To get the wan IP in apache log I have already enabl mod_rapf in
>> opensude
>> server.
>>
>> # a2enmod rpaf mod_rpaf
>> "rpaf" already present
>>
>> a2enmod mod_rpaf
>> "mod_rpaf" already present
>>
>> Here is a nginx vhost section for passing IP to apache log
>>
>> [......]
>> proxy_redirect off; # Do not redirect this proxy - It needs to be
>> pass-through
>> proxy_set_header Host $host;
>> proxy_set_header X-Real-IP $remote_addr;
>> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
>> proxy_set_header X-Server-Address $server_addr;
>> proxy_pass_header Set-Cookie;
>> [......]
>>
>> After restarting both apache and nginx, the apache log for that
>> specific
>> vhost still showing 127.0.0.1 as source IP at apache log.
>>
>> Am I missing something ?
>
> Most notably, you've missed configuration of mod_rpaf. It needs
> to be enabled in configuration, and you have to at least configure
> IP address it will accept headers from, as well as a header to
> look into.
>
> http://www.stderr.net/apache/rpaf/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Joydeep Bakshi April 28, 2014 09:34AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Axel April 28, 2014 09:48AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Maxim Dounin April 28, 2014 09:56AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Axel April 28, 2014 10:04AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Joydeep Bakshi April 28, 2014 10:08AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Joydeep Bakshi April 28, 2014 10:16AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Axel April 28, 2014 10:44AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Maxim Dounin April 28, 2014 10:48AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

itpp2012 April 28, 2014 11:52AM

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

Joydeep Bakshi April 29, 2014 03:00AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 189
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready