Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 71691 invoked from network); 17 Feb 2006 18:42:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Feb 2006 18:42:26 -0000 Received: (qmail 1247 invoked by uid 500); 17 Feb 2006 18:42:14 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 1235 invoked by uid 500); 17 Feb 2006 18:42:14 -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 1224 invoked by uid 99); 17 Feb 2006 18:42:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 10:42:14 -0800 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 [194.109.24.22] (HELO smtp-vbr2.xs4all.nl) (194.109.24.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 10:42:12 -0800 Received: from webmail.xs4all.nl (dovemail9.xs4all.nl [194.109.26.11]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id k1HIfgkr038159; Fri, 17 Feb 2006 19:41:48 +0100 (CET) (envelope-from sanguis@xs4all.nl) Received: from 82.92.184.195 (SquirrelMail authenticated user sanguis) by webmail.xs4all.nl with HTTP; Fri, 17 Feb 2006 19:41:48 +0100 (CET) Message-ID: <19083.82.92.184.195.1140201708.squirrel@webmail.xs4all.nl> In-Reply-To: <000b01c63329$809a9d50$0301a8c0@dwfa.ca> References: <000b01c63329$809a9d50$0301a8c0@dwfa.ca> Date: Fri, 17 Feb 2006 19:41:48 +0100 (CET) From: "Joost de Heer" To: "Douglas WF Acheson" Cc: users@httpd.apache.org Reply-To: sanguis@xs4all.nl User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Re: Proxying and load balancing X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > BalancerMember http://192.168.1.1:8080 loadfactor=50 > BalancerMember http://192.168.1.3:8080 loadfactor=50 > > > ProxyPass balancer://myCluster/myProject > ProxyPassReverse balancer://myCluster/myProject What this does is 'replace in the returned headers the text 'balancer://myCluster/myProject'', and that text of course never appears in the returned headers. It should be: ProxyPassReverse http://192.168.1.1:8080/myProject ProxyPassReverse http://192.168.1.3:8080/myProject May I ask why you don't use ajp proxying by the way? It should be slightly faster than http proxy. Joost --------------------------------------------------------------------- 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