I have below config, non essential stuff removed<Location /test/>ProxyPassReverse http://backendhost.comProxyPassReverse /</Location>It happens that backend sends Location header already correctly pointing to the front end, no need to rewrite, like thisLocation:https://frontendhost.com/test/ Apache directiveProxyPassReverse / is suppose to handle use cases when a back end server is not adding any host in Location, just a relative URI, but what happens it convertsLocation:https://frontendhost.com/test/ intoLocation:https://frontendhost.com/test/test/