Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0505D266 for ; Wed, 2 Jan 2013 18:26:20 +0000 (UTC) Received: (qmail 65686 invoked by uid 500); 2 Jan 2013 18:26:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 65625 invoked by uid 500); 2 Jan 2013 18:26:20 -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 65613 invoked by uid 99); 2 Jan 2013 18:26:20 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 18:26:20 +0000 Received: by minotaur.apache.org (Postfix, from userid 2161) id D5E57D24B; Wed, 2 Jan 2013 18:26:19 +0000 (UTC) Received: from [IPv6:::1] (localhost [IPv6:::1]) by gauss.localdomain (Postfix) with ESMTP id CEAFB17A for ; Wed, 2 Jan 2013 19:26:15 +0100 (CET) Message-ID: <50E47BC7.2000307@apache.org> Date: Wed, 02 Jan 2013 19:26:15 +0100 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20100101 Firefox/17.0 SeaMonkey/2.14.1 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: mod_lbmethod_byrequests required to define a BalancerMember References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Eric Covener wrote: > When defining a balancer, mod_lbmethod_byrequests is always looked up > explicitly and used as the initial LB method. > > I am curious how others feel about this: > > [ ] document that mod_lbmethod_byrequests needs to be loaded and > improve the error > [ ] make it work if ProxySet lbmethod=other occurs before BalancerMember > [X] make it work if ProxySet lbmethod=other occurs after BalancerMember > [ ] refactor byrequests back into mod_proxy or mod_proxy_balancer so > it's always available > Regards R�diger