Re: [users@httpd] X-Forwarded-For header is missing

2017-11-08 Thread Konstantin Kolinko
2017-11-07 21:44 GMT+03:00 Surendhar Thallapelly : > Hi Konstantin, > >> 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

Re: [users@httpd] X-Forwarded-For header is missing

2017-11-08 Thread Daniel
That's odd because default behaviour is to add X-Forwarded-For, ProxyAddHeaders is the default even if you don't specify it. It should be there. Try adding it to LogFormat with: %{X-Forwarded-For}i Also try to log request headers reaching your backend and show logs. This is not a config issue if

Re: [users@httpd] X-Forwarded-For header is missing

2017-11-07 Thread Surendhar Thallapelly
Hi Konstantin, > 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:/

Re: [users@httpd] X-Forwarded-For header is missing

2017-11-07 Thread Konstantin Kolinko
2017-11-07 9:34 GMT+03:00 Surendhar Thallapelly : > 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.

[users@httpd] X-Forwarded-For header is missing

2017-11-06 Thread Surendhar Thallapelly
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