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 52003D889 for ; Thu, 3 Jan 2013 20:40:28 +0000 (UTC) Received: (qmail 70146 invoked by uid 500); 3 Jan 2013 20:40:27 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 70068 invoked by uid 500); 3 Jan 2013 20:40:27 -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 70060 invoked by uid 99); 3 Jan 2013 20:40:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 20:40:27 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 76.96.62.16 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.62.16] (HELO qmta01.westchester.pa.mail.comcast.net) (76.96.62.16) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 20:40:18 +0000 Received: from omta04.westchester.pa.mail.comcast.net ([76.96.62.35]) by qmta01.westchester.pa.mail.comcast.net with comcast id jW2n1k0030ldTLk51Yfx2F; Thu, 03 Jan 2013 20:39:57 +0000 Received: from [192.168.199.10] ([69.251.80.74]) by omta04.westchester.pa.mail.comcast.net with comcast id jYfw1k00K1cCKD93QYfxhw; Thu, 03 Jan 2013 20:39:57 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: mod_lbmethod_byrequests required to define a BalancerMember From: Jim Jagielski In-Reply-To: Date: Thu, 3 Jan 2013 15:39:56 -0500 Content-Transfer-Encoding: 7bit Message-Id: <96DDA07A-3818-45A7-8A29-0943B1C3193B@jaguNET.com> References: To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1499) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1357245597; bh=HBGmWZVzsowhXvzyHtvghRrGXeIfV+9MtujxvCumsgI=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=RkX1/PVzu2H3W3/GGqC6/QPvEC1xkNjd/4DXc9/DU9Uk6z+Pracao+/ATwI1X+BXn qUrpDXA01p3S37PwREBIn/Xfp5KCPKeoQ1Govd7zpFVg1JZszk/gZztDZLKkmuVN22 77/y6YSKh7Ugb+DySt6UVQiOfX0M13ZuJZteMwtnpUk5zrPZFyxay3dgE1wK4KJLGQ 3d0ZoL1UbfzkTmJHF4lqFGwn5DKUo1QpKamhWvkNoXkszH1+oZHPfljwz+9UlxEuZT k6Ix4uXl9uukS0YbE/fj3vbkvRNGrpEN0TgMeon5/g973mq3YdPhH3M7TmVvoKrMzV 7g4LJDNYnnVXQ== X-Virus-Checked: Checked by ClamAV on apache.org We should be able to defer that until we actually *need* to start, as we do with other settings in trunk. I can work on that in trunk and the propose a backport to 2.4... On Dec 28, 2012, at 11:11 AM, 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 > [ ] 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 > > -- > Eric Covener > covener@gmail.com >