On Thu, 2005-12-08 at 09:02 -0600, JT Smith wrote: > That's what I'm saying, mod_proxy IS proxying mod_perl. However, the HTTPS > environment > variable doesn't come through the proxy.
You will have two different hosts on your proxy -- one for HTTP, and one for HTTPS. Have one of them send things to mp_http.example.com and the other to mp_https.example.com and then you can tell if it's HTTPS by looking at the host name. - Perrin