Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 81346 invoked from network); 8 Sep 2005 13:51:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 13:51:24 -0000 Received: (qmail 77184 invoked by uid 500); 8 Sep 2005 13:51:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 77139 invoked by uid 500); 8 Sep 2005 13:51:19 -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 77126 invoked by uid 99); 8 Sep 2005 13:51:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 06:51:19 -0700 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 [209.133.199.10] (HELO jimsys.jagunet.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2005 06:51:31 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id 442EE6C15C4 for ; Thu, 8 Sep 2005 09:51:15 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <431E1804.1060402@gmx.de> References: <200509062049.j86KnZ104204@devsys.jaguNET.com> <912175E8-1173-4A6C-A418-26C312343E57@jaguNET.com> <431E0A9C.5030704@gmx.de> <431E1804.1060402@gmx.de> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: proxy balancer hook (Was: Re: LoadModule questions on WIN32) Date: Thu, 8 Sep 2005 09:51:13 -0400 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've gone ahead and changed from the register-lbmethod-as-hook to register-lbmethod-as-provider implementation. This avoids having to store them in the per-server config struct. As mentioned, this required adding a list providers function to providers.c. Full patch is below: http://people.apache.org/~jim/lbprovider.patch