On 11/14/02 5:48 PM, Marcin Kasperski wrote: > What about the simple manual solution: frontend server proxies > /some/url to /http/some/url on backend for HTTP and to /https/some/url > on backend for HTTPS. Or something similar...
On 11/14/02 6:56 PM, Carolyn Hicks wrote: > If you can proxy-pass HTTP and HTTPS requests to different ports on the > backend server, you just need to check which port the backend is listening > on to tell if the request came through SSL or not. Both of those would work, but aren't quite what I'm looking for. IMO, there should be some way to do what I ended up doing with my little C apache module, namely to add X-Whatever header(s) to a proxy-passed request. I'd imagine something like: Proxy(Add|Set|Unset)Header <header> <value> Maybe apache 2.0 has something like that, but I'm still using 1.3.x for now... -John