Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 38933 invoked from network); 19 Jun 2007 11:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2007 11:54:56 -0000 Received: (qmail 70721 invoked by uid 500); 19 Jun 2007 11:55:00 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 70668 invoked by uid 500); 19 Jun 2007 11:54:59 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 70657 invoked by uid 99); 19 Jun 2007 11:54:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 04:54:59 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 04:54:55 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 418AA1A981A; Tue, 19 Jun 2007 04:54:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r548699 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Date: Tue, 19 Jun 2007 11:54:35 -0000 To: cvs@httpd.apache.org From: jfclere@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070619115435.418AA1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jfclere Date: Tue Jun 19 04:54:34 2007 New Revision: 548699 URL: http://svn.apache.org/viewvc?view=rev&rev=548699 Log: Port back missing documentation. Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml?view=diff&rev=548699&r1=548698&r2=548699 ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml Tue Jun 19 04:54:34 2007 @@ -584,6 +584,20 @@ of. The load balancer will try all members of a lower numbered lbset before trying higher numbered ones. + ping + 0 + Ping property told webserver to send a CPING + request on ajp13 connection before forwarding to it a request. + The parameter is the delay in seconds to wait for the + CPONG reply. + This features has been added to avoid problem with hung and + busy Tomcat's and require ajp13 ping/pong support which has + been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+. + It will inrease the network traffic during the normal operation + which could be an issue for you, but it will lower down the + traffic in case some of the cluster nodes are down or buys. + Currently this is in effect only for AJP. + loadfactor 1 Worker load factor. Used with BalancerMember. @@ -838,6 +852,23 @@

Note that you'll need to have mod_proxy_connect present in the server in order to get the support for the CONNECT at all.

+ + + + +BalancerMember +Add a member to a load balancing group +BalancerMember url [key=value [key=value ...]] +directory + +BalancerMember is only available in Apache 2.2.0 + and later. + +

This directive adds a member to a load balancing group. It must be used + within a <Proxy balancer://...> container + directive, and can take any of the parameters available to + ProxyPass directives.