You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<IfModule mod_rpaf.c>
RPAF_Enable On
RPAF_Header X-Real-Ip
RPAF_ProxyIPs 127.0.0.1 10.0.0.0/24
RPAF_SetHostName On
RPAF_SetHTTPS On
RPAF_SetPort On
</IfModule>
However, It's the server IP address showing on REMOTE_ADDR. Is this OK?
The text was updated successfully, but these errors were encountered:
flashery
changed the title
Server IP Address Showing _SERVER["REMOTE_ADDR"]. Is this OK?
Server IP Address Showing In _SERVER["REMOTE_ADDR"]. Is this OK?
Apr 13, 2017
I am currently setting up a nginx proxy for apache2 in digital ocean. I am not really a System Admin but I followed this tutorial https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-14-04-droplet. He said that "The REMOTE_ADDR variable will now also be that of your local computer's public IP address",
Here is my rpaf.conf
However, It's the server IP address showing on REMOTE_ADDR. Is this OK?
The text was updated successfully, but these errors were encountered: