I tried to install cb2.0 nginx_apache yesterday,apache can't get the real client ip
Apache/2.4.10 nginx 1.6.1
I edit the httpd.conf file to use built-in module mod_remoteip.so
but i still can't get the real client ip,the server-status page show all 127.0.0.1
any suggestion?
Apache/2.4.10 nginx 1.6.1
I edit the httpd.conf file to use built-in module mod_remoteip.so
#LoadModule remoteip_module /usr/lib/apache/mod_remoteip.so
RemoteIPHeader X-Real-IP
RemoteIPInternalProxy 127.0.0.1
but i still can't get the real client ip,the server-status page show all 127.0.0.1
any suggestion?