> -----Ursprüngliche Nachricht----- > Von: Graham Leggett > > Use mod_proxy_http to request the document, and configure mod_ssl to > handle the SSL - there should be no need to write any code as > far as I can > see.
I guess a subrequest with subrequest->filename starting with proxy: should do the trick. So something like "proxy:https://www.somewhere.com/". Furthermore you should set subrequest->proxyreq to PROXYREQ_REVERSE. subrequest->handler can be set to "proxy-server", but I do not think that this is strictly needed. Regards Rüdiger
