<div dir="ltr">Hello list,<div><br></div><div>To get the wan IP in apache log I have already enabl mod_rapf in opensude server.</div><div><br></div><div><div># a2enmod rpaf mod_rpaf</div><div>"rpaf" already present</div>
<div><br></div><div> a2enmod  mod_rpaf</div><div>"mod_rpaf" already present</div></div><div><br></div><div>Here is a nginx vhost section for passing IP to apache log</div><div><br></div><div><div>[......]</div><div>
  proxy_redirect off; # Do not redirect this proxy - It needs to be pass-through</div><div>  proxy_set_header Host $host;</div><div>  proxy_set_header X-Real-IP $remote_addr;</div><div>  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;</div>
<div>  proxy_set_header X-Server-Address $server_addr;</div><div>  proxy_pass_header Set-Cookie;</div></div><div>[......]</div><div><br></div><div>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.</div>
<div><br></div><div>Am I missing something ?</div><div><br></div><div>Thanks</div><div><br></div><div><br></div></div>