[users@httpd] Re: mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-12 Thread Charlie Katz
Rainer Frey inxmail.de> writes: > So the result of ProxyPassReverse will *always* be a URL within the current VHost, but you need to send a > redirect to your other, non-SSL VHost. > > Another idea is using mod_headers to process the Location header in the proxy response. But I'm not sure > th

[users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-11 Thread Charlie Katz
me untangle it? Regards, Charlie Katz configuration on www.example.com   ProxyRequests off   ProxyPass / http://internal.example.com/   ProxyPassReverse / http://internal.example.com/   ProxyPassReverse / https://internal.example.com/   ProxyPassReverseCookieDomain internal.example.com