From: Jeff Trawick Date: Thu, 15 Apr 2010 16:18:01 +0000 (+0000) Subject: improve balancer references in the examples X-Git-Tag: 2.3.6~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b591ad2e1293c904c6c217fb9c56576363ff06ca;p=apache improve balancer references in the examples git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@934470 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index f6c3712647..61853c13db 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -64,8 +64,11 @@ ProxyPass /myapp/ fcgi://localhost:4000/ -

The balanced gateway needs mod_proxy_balancer in - addition to the already mentioned proxy modules.

+

The balanced gateway needs mod_proxy_balancer and + at least one load balancer algorithm module, such as + mod_lbmethod_byrequests, in addition to the proxy + modules listed above. mod_lbmethod_byrequests is the + default.

Balanced gateway ProxyPass /myapp/ balancer://myappcluster/
diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml index a0657db08a..7ae27cb225 100644 --- a/docs/manual/mod/mod_proxy_scgi.xml +++ b/docs/manual/mod/mod_proxy_scgi.xml @@ -58,8 +58,11 @@ ProxyPass /scgi-bin/ scgi://localhost:4000/
-

The balanced gateway needs mod_proxy_balancer in - addition to the already mentioned proxy modules.

+

The balanced gateway needs mod_proxy_balancer and + at least one load balancer algorithm module, such as + mod_lbmethod_byrequests, in addition to the proxy + modules listed above. mod_lbmethod_byrequests is the + default, and will be used for this example configuration.

Balanced gateway ProxyPass /scgi-bin/ balancer://somecluster/