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