Nginx Proxy + Apache and php5 as apache module SERVER_ADDR problem (HELP!)
Jim Ohlstein
jim at ohlste.in
Mon Oct 18 02:09:07 MSD 2010
On 10/17/10 4:59 PM, DarkPepe wrote:
> yes ... it's installed, but that doesnt fiix the server address :(
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,141655,141665#msg-141665
>
It's possibly how mod_rpaf is configured in your apache.conf file.
Make certain that mod_rpaf is loaded and use something like this (mostly
from page previously linked):
LoadModule rpaf_module /path/to/modules/mod_rpaf-2.0.so
RPAFenable On
RPAFsethostname On
RPAFproxy_ips 127.0.0.1
RPAFheader X-Forwarded-For
--
Jim Ohlstein
More information about the nginx
mailing list