Re: [users@httpd] Use of ProxyPassReverse

2019-02-06 Thread Daniel Ferradal
Awesome explanation Matt! El mar., 29 ene. 2019 a las 19:36, Muggeridge, Matt () escribió: > > ProxyPassReverse is used for rewriting response headers related only to > redirection. As per the docs, it affects only “Location”, > “Content-Location” and “URI” headers on HTTP redirect responses.

RE: [users@httpd] Use of ProxyPassReverse

2019-01-29 Thread Muggeridge, Matt
ProxyPassReverse is used for rewriting response headers related only to redirection. As per the docs, it affects only “Location”, “Content-Location” and “URI” headers on HTTP redirect responses. The example they give is helpful (although cluttered with other concepts). Here is a more crystal