From: Jim Jagielski Date: Mon, 19 Sep 2005 13:19:08 +0000 (+0000) Subject: Document the lbmethod naming is now bytraffic|byrequests not simply X-Git-Tag: 2.1.8~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7911b0831048293126aed503f36f83e8d6048b;p=thirdparty%2Fapache%2Fhttpd.git Document the lbmethod naming is now bytraffic|byrequests not simply traffic|requests git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 189e7406ea1..3818b7202e3 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -879,9 +879,9 @@ through lbmethod - Balancer load-balance method. Select the load-balancing scheduler - method to use. Either requests, to perform weighted - request counting or traffic, to perform weighted - traffic byte count balancing. Default is requests. + method to use. Either byrequests, to perform weighted + request counting or bytraffic, to perform weighted + traffic byte count balancing. Default is byrequests. stickysession - diff --git a/docs/manual/mod/mod_proxy.html.ja.euc-jp b/docs/manual/mod/mod_proxy.html.ja.euc-jp index 36c6a196904..8341e41611e 100644 --- a/docs/manual/mod/mod_proxy.html.ja.euc-jp +++ b/docs/manual/mod/mod_proxy.html.ja.euc-jp @@ -881,9 +881,9 @@ - Balancer ¤Î¥í¡¼¥É¥Ð¥é¥ó¥¹ÊýË¡¡£»ÈÍѤ¹¤ë¥í¡¼¥É¥Ð¥é¥ó¥¹¤Î ¥¹¥±¥¸¥å¡¼¥ê¥ó¥°ÊýË¡¤òÁª¤Ó¤Þ¤¹¡£½èÍý¤·¤¿¥ê¥¯¥¨¥¹¥È¤Î¿ô¤Ç½Å¤ßÉÕ¤±¤¹¤ë - requests ¤«¡¢Å¾Á÷Î̤ΥХ¤¥È¿ô¤Ç½Å¤ßÉÕ¤±¤¹¤ë - traffic ¤òÀßÄê¤Ç¤­¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ï - requests ¤Ç¤¹¡£ + byrequests ¤«¡¢Å¾Á÷Î̤ΥХ¤¥È¿ô¤Ç½Å¤ßÉÕ¤±¤¹¤ë + bytraffic ¤òÀßÄê¤Ç¤­¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ï + byrequests ¤Ç¤¹¡£ stickysession - @@ -1199,4 +1199,4 @@ URL - \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4f77d0514c7..29587b6d20e 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -695,9 +695,9 @@ expressions lbmethod - Balancer load-balance method. Select the load-balancing scheduler - method to use. Either requests, to perform weighted - request counting or traffic, to perform weighted - traffic byte count balancing. Default is requests. + method to use. Either byrequests, to perform weighted + request counting or bytraffic, to perform weighted + traffic byte count balancing. Default is byrequests. stickysession - diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 314304f7795..8bb5f171439 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -699,9 +699,9 @@ - Balancer $B$N%m!<%I%P%i%s%9J}K!!#;HMQ$9$k%m!<%I%P%i%s%9$N(B $B%9%1%8%e!<%j%s%0J}K!$rA*$S$^$9!#=hM}$7$?%j%/%(%9%H$N?t$G=E$_IU$1$9$k(B - requests $B$+!"E>AwNL$N%P%$%H?t$G=E$_IU$1$9$k(B - traffic $B$r@_Dj$G$-$^$9!#%G%U%)%k%H$O(B - requests $B$G$9!#(B + byrequests $B$+!"E>AwNL$N%P%$%H?t$G=E$_IU$1$9$k(B + bytraffic $B$r@_Dj$G$-$^$9!#%G%U%)%k%H$O(B + byrequests $B$G$9!#(B stickysession - diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index 26821299ff2..97006498b6f 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -51,8 +51,8 @@

Topics

See also