Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 29430 invoked from network); 29 Aug 2008 14:18:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2008 14:18:53 -0000 Received: (qmail 82601 invoked by uid 500); 29 Aug 2008 14:18:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82586 invoked by uid 500); 29 Aug 2008 14:18:42 -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 82575 invoked by uid 99); 29 Aug 2008 14:18:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 07:18:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of krist.vanbesien@gmail.com designates 74.125.78.148 as permitted sender) Received: from [74.125.78.148] (HELO ey-out-1920.google.com) (74.125.78.148) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 14:17:44 +0000 Received: by ey-out-1920.google.com with SMTP id 4so271345eyg.48 for ; Fri, 29 Aug 2008 07:17:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=+rlpZ1Vihpbz2RaLoXPH4NaFeovvbTFfK6woFT/oOnA=; b=L2Yp3ayG+Nr8Wz6ghXDCdGuPI/sq7NjWFgaeK6c/tfHlSDsaWSjgtiR7iASe35SbzC /s2XYx6DupZZl138nCNjCbWqMbmC76FtbQaHCk+rK8GRBG4Pp/MsJPZCwLl/+MRH4qtR xvebYVHtlfzyfXRiUBM/OfKZIxKJOVfutXRW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UaEpRuod1rcfvPkRf5EukMLE2jeNJFpoyEkxIGaLNBfMhwX9YyJvvXzKggLq97104y MwYxSwxYcrElOkuMG4StQgd6RdwzwwVXzlL0quOCHAAmj6RjQxR+kL2pNvk/XtpqOWzN hy6o8VXGtt9EuXdfzrzmCsII7vR2GMKYz6CFY= Received: by 10.210.17.14 with SMTP id 14mr1722627ebq.1.1220019476727; Fri, 29 Aug 2008 07:17:56 -0700 (PDT) Received: by 10.210.92.10 with HTTP; Fri, 29 Aug 2008 07:17:56 -0700 (PDT) Message-ID: <6ed6382b0808290717h25c0f647m635d178c47857872@mail.gmail.com> Date: Fri, 29 Aug 2008 16:17:56 +0200 From: "Krist van Besien" To: users@httpd.apache.org In-Reply-To: <19217643.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19217643.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Load Balancer On Fri, Aug 29, 2008 at 12:48, elsergio wrote: > > Hi all, > > I would like to use to use Apache just as a Load Balancer. This is the idea: > > --------- http/https ------> Apache ----------> Srv1: IP 192.168.1.10 > |-----------> Srv2: IP > 192.168.1.20 > > I have seen in the documentation that could be something like: > > > BalancerMember http://192.168.1.10:80 > BalancerMember http://192.168.1.20:80 > > ProxyPass /test balancer://mycluster/ > > What is the parameter //mycluster ?? The parameter "mycluster" is just the name you choose to refer to this load balancing group. You can freely choose what you want here. > It is necessary to balance all the incoming traffic?? That is for you to decide. > There is any problem with https traffic?? Not if you terminate it on the apache server and only forward http to your backends. Krist -- krist.vanbesien@gmail.com krist@vanbesien.org Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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