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
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