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

Axel ar at xlrs.de
Mon Apr 28 12:47:29 UTC 2014


have you configured apache to log x-forward-for instead of your host 
header?

regards, axel

On 2014-04-28 15:33, 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 ?
> 
> Thanks
> 
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list