Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 33573 invoked from network); 21 Oct 2004 15:59:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Oct 2004 15:59:12 -0000 Received: (qmail 18171 invoked by uid 500); 21 Oct 2004 15:59:06 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 18058 invoked by uid 500); 21 Oct 2004 15:59:05 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 18045 invoked by uid 99); 21 Oct 2004 15:59:05 -0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=SPF_HELO_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [81.19.64.101] (HELO park.rambler.ru) (81.19.64.101) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Oct 2004 08:59:04 -0700 Received: from is.park.rambler.ru (is.park.rambler.ru [81.19.64.102]) by park.rambler.ru (8.12.6/8.12.6) with ESMTP id i9LFwvis035306; Thu, 21 Oct 2004 19:58:57 +0400 (MSD) (envelope-from is@rambler-co.ru) Date: Thu, 21 Oct 2004 19:58:57 +0400 (MSD) From: Igor Sysoev X-X-Sender: is@is.park.rambler.ru To: Roman Gavrilov cc: dev@httpd.apache.org Subject: Re: mod_proxy reverse proxy optimization/performance question In-Reply-To: <4177DD36.1020101@aduva.com> Message-ID: <20041021195722.X91215@is.park.rambler.ru> References: <41767F5A.7040405@aduva.com> <41768154.6090308@sharp.fm> <417681DC.8090500@wstoddard.com> <41777D2C.8090908@aduva.com> <20041021141952.J17688@is.park.rambler.ru> <4177D240.1090201@aduva.com> <20041021192014.J91215@is.park.rambler.ru> <4177DD36.1020101@aduva.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 21 Oct 2004, Roman Gavrilov wrote: > I don't see any problem using it, actually I am doing it. I am not > talking about proxying between http and https. > Mostly its used for mirroring (both frontend and backend use https only) > no redirections on backend though :) > > > ProxyPass /foo/bar https:/mydomain/foobar/ > ProxyPassReverse https:/mydomain/foobar/ /foo/bar > > I'll be more then glad to discuss it with you. So proxy should decrypt the stream, find URI, then encrypt it, and pass it encrypted to backend ? Igor Sysoev http://sysoev.ru/en/