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

2017-11-12 Thread Surendhar Thallapelly
/show_bug.cgi?id=61750 now. Thanks, Surendhar On Wed, Nov 8, 2017 at 5:42 PM, Surendhar Thallapelly < surendhar.t1...@gmail.com> wrote: > Hi Konstantin, > > It is not processed and deleted by backend. I enabled x-forwarded-for > logging, it confirms our Apache webserver is not

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

2017-11-08 Thread Surendhar Thallapelly
. Thanks a lot. Thanks, Surendhar On Wednesday, November 8, 2017, Konstantin Kolinko wrote: > 2017-11-07 21:44 GMT+03:00 Surendhar Thallapelly < > surendhar.t1...@gmail.com >: > > Hi Konstantin, > > > >> Hi Team, > >> > >> I configured apache http web

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

2017-11-08 Thread Surendhar Thallapelly
gt; > 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 you are not disabling ProxyAddHeaders > manually. > > 2017-11-07 19:44 GMT+01:00 Surendhar Thallapelly &

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:/

[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