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