2017-11-07 9:34 GMT+03:00 Surendhar Thallapelly <surendhar.t1...@gmail.com>:
> Hi Team,
>
> I configured apache http web server to redirect incoming WEBSERVICE call to
> another backend application server, X-Forwarded-For is missing(webserver ip)
> in backend call.
>
> I have configured below in my webserver httpd.conf file.
>
> ProxyPass /TestProject http://10.160.160.33:2914/TestProject
> ProxyPassReverse /TestProject http://10.160.160.33:2914/TestProject
>

1. Version of Apache HTTP server = ?
2. What is your configuration of ProxyAddHeaders directive?

http://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxyaddheaders


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to