Re: [users@httpd] ProxyPassReverse rewrites Location header where it should not

2017-11-30 Thread Luca Toscano
Hi Vlad, 2017-11-29 20:54 GMT+01:00 Vlad Liapko : > I have below config, non essential stuff removed > > ProxyPassReverse http://backendhost.com > ProxyPassReverse / > > > It happens that backend sends Location header already correctly pointing > to the front end, no need to rewrite, like this

[users@httpd] ProxyPassReverse rewrites Location header where it should not

2017-11-29 Thread Vlad Liapko
I have below config, non essential stuff removed ProxyPassReverse http://backendhost.com ProxyPassReverse / It happens that backend sends Location header already correctly pointing to the front end, no need to rewrite, like this Location:https://frontendhost.com/test/ Apache directive ProxyPas