Re: [users@httpd] Reverse Proxy Unable to send client ip address to application server

2016-07-27 Thread Daniel
You can see it in logs if you add "%{X-Forwarded-For}i" to your LogFormat, also make sure you don't have ProxyAddHeaders set to off Application should see that header with two values instead of one as in: X-Forwarded-For = clientip,proxyip 2016-07-26 14:15 GMT+02:00 :

[users@httpd] Reverse Proxy Unable to send client ip address to application server

2016-07-26 Thread megha.tcs
Team, We are able to catch client IP address in apache reverse proxy but same client IP address unable to pass to application server. X-Forwarded For enable at log level. Thanks in advance Megha kir