Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 84912 invoked from network); 12 May 2006 20:18:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2006 20:18:20 -0000 Received: (qmail 88054 invoked by uid 500); 12 May 2006 20:18:12 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 87743 invoked by uid 500); 12 May 2006 20:18:11 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 87728 invoked by uid 99); 12 May 2006 20:18:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 13:18:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [204.127.200.83] (HELO sccrmhc13.comcast.net) (204.127.200.83) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 13:18:09 -0700 Received: from cygnus.najdrovsky.com (najdrovsky.com[24.1.30.104]) by comcast.net (sccrmhc13) with ESMTP id <2006051220174701300ei7phe>; Fri, 12 May 2006 20:17:47 +0000 Received: from [172.25.31.173] ([192.153.191.30]) by cygnus.najdrovsky.com (8.13.1/8.13.1) with ESMTP id k4CKHkoY029162 for ; Fri, 12 May 2006 15:17:46 -0500 Message-ID: <4464ED6F.6090309@najdrovsky.com> Date: Fri, 12 May 2006 15:17:51 -0500 From: Bo Najdrovsky User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: users@httpd.apache.org References: <4464B0AD.4040206@najdrovsky.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87/1460/Fri May 12 08:09:22 2006 on cygnus.najdrovsky.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] https to http proxy with Apache X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Brian Rectanus wrote: > > It would help to post the tomcat-workers.conf, but I'll take a guess > and assume this is what it looks like: > > LB1 andy:8012 > LB2 andy:8022 > LB3 andy:8032 > LB3 andy:8042 > ALL andy:8012|andy:8022|andy:8032|andy:8042 Yep, that's exactly what it looks like. > > Does it make a difference with ProxyPreserveHost Off? My thought is > that the backend server is seeing the original Host header which is > www.foo.bar and basing the Location header off that instead of the > andy:* Host header. Well, if set ProxyPreserveHost to Off, then the URL's actually change from the original host to http://andy/webapp (i.e. the back end server) Notice that they still lose the https and change to http. > > Anyhow, just a shot in the dark. > > -B > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org