From dev-return-53656-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Mon Jun 12 15:18:58 2006 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 70206 invoked from network); 12 Jun 2006 15:18:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 15:18:57 -0000 Received: (qmail 2421 invoked by uid 500); 12 Jun 2006 15:18:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 2349 invoked by uid 500); 12 Jun 2006 15:18:53 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 2337 invoked by uid 99); 12 Jun 2006 15:18:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 08:18:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.233.129.142] (HELO rat01037.dc-ratingen.de) (195.233.129.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 08:18:52 -0700 Received: from rat01047.dc-ratingen.de (rat01047_e0 [195.233.128.119]) by rat01037.dc-ratingen.de (Switch-3.1.4/Switch-3.1.0) with ESMTP id k5CFITlX029300 for ; Mon, 12 Jun 2006 17:18:29 +0200 (MEST) Received: from vis01-mx02.vis.internal.vodafone.com (vis01-mx02.dc-ratingen.de [145.230.71.230]) by rat01047.dc-ratingen.de (Switch-3.1.4/Switch-3.1.0) with ESMTP id k5CFISPo017488 for ; Mon, 12 Jun 2006 17:18:28 +0200 (MEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: writing 2.x module thaty makes SSL connection Date: Mon, 12 Jun 2006 17:18:28 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: writing 2.x module thaty makes SSL connection Thread-Index: AcaOLqre1R4Zn/irSpSU8y3JuuAQVwAA6rFA From: =?iso-8859-1?Q?Pl=FCm=2C_R=FCdiger=2C_VF_EITO?= To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > -----Urspr=FCngliche Nachricht----- > Von: Graham Leggett=20 >=20 > 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=20 > 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=FCdiger