From: Jim Jagielski Date: Wed, 24 Aug 2005 15:09:31 +0000 (+0000) Subject: Document change in lbmethod= argument X-Git-Tag: 2.3.0~3089 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e8151603855ce87067133b4198fec28b2165f5;p=apache Document change in lbmethod= argument git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239684 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 7d062e3895..3818b7202e 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 - @@ -1200,4 +1200,4 @@ header for proxied requests - \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy.html.ja.euc-jp b/docs/manual/mod/mod_proxy.html.ja.euc-jp index 699d1d2aba..96d28618fd 100644 --- a/docs/manual/mod/mod_proxy.html.ja.euc-jp +++ b/docs/manual/mod/mod_proxy.html.ja.euc-jp @@ -883,9 +883,9 @@ - Balancer ¤Î¥í¡¼¥É¥Ð¥é¥ó¥¹ÊýË¡¡£»ÈÍѤ¹¤ë¥í¡¼¥É¥Ð¥é¥ó¥¹¤Î ¥¹¥±¥¸¥å¡¼¥ê¥ó¥°ÊýË¡¤òÁª¤Ó¤Þ¤¹¡£½èÍý¤·¤¿¥ê¥¯¥¨¥¹¥È¤Î¿ô¤Ç½Å¤ßÉÕ¤±¤¹¤ë - requests ¤«¡¢Å¾Á÷Î̤ΥХ¤¥È¿ô¤Ç½Å¤ßÉÕ¤±¤¹¤ë - traffic ¤òÀßÄê¤Ç¤­¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ï - requests ¤Ç¤¹¡£ + byrequests ¤«¡¢Å¾Á÷Î̤ΥХ¤¥È¿ô¤Ç½Å¤ßÉÕ¤±¤¹¤ë + bytraffic ¤òÀßÄê¤Ç¤­¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ï + byrequests ¤Ç¤¹¡£ stickysession - @@ -1201,4 +1201,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 4f77d0514c..29587b6d20 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 0922890e9f..c3c6a860fe 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 26821299ff..2c661c7248 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -72,7 +72,7 @@

Request Counting Algorithm

-

Enabled via lbmethod=requests, the idea behind this +

Enabled via lbmethod=byrequests, the idea behind this scheduler is that we distribute the requests among the various workers to ensure that each gets their configured share of the number of requests. It works as follows:

@@ -244,7 +244,7 @@ candidate lbstatus -= total factor

Weighted Traffic Counting Algorithm

-

Enabled via lbmethod=traffic, the idea behind this +

Enabled via lbmethod=bytraffic, the idea behind this scheduler is very similar to the Request Counting method, with the following changes:

@@ -313,4 +313,4 @@ candidate lbstatus -= total factor
- \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp b/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp index a521cac37e..65e4bb40b0 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp +++ b/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp @@ -72,7 +72,7 @@

Request Counting ¥¢¥ë¥´¥ê¥º¥à

-

lbmethod=requests ¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ +

lbmethod=byrequests ¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ¤³¤Î¥¹¥±¥¸¥å¡¼¥é¤ÎÇطʤˤ¢¤ë¹Í¤¨Êý¤Ï¡¢ÍÍ¡¹¤Ê¥ï¡¼¥«¡¼¤¬¤½¤ì¤¾¤ì¡¢ ÀßÄꤵ¤ì¤Æ¤¤¤ëʬô¥ê¥¯¥¨¥¹¥È¿ô¤ò¤­¤Á¤ó¤È¼õ¤±¼è¤ì¤ë¤è¤¦¤Ë¡¢ ¥ê¥¯¥¨¥¹¥È¤ò°·¤¦¤È¤¤¤¦¹Í¤¨Êý¤Ç¤¹¡£¼¡¤Î¤è¤¦¤ËÆ°ºî¤·¤Þ¤¹:

@@ -246,7 +246,7 @@ candidate lbstatus -= total factor

Weighted Traffic Counting ¥¢¥ë¥´¥ê¥º¥à

-

lbmethod=traffic ¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ +

lbmethod=bytraffic ¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£ ¤³¤Î¥¹¥±¥¸¥å¡¼¥é¤ÎÇطʤˤ¢¤ë¹Í¤¨Êý¤Ï¡¢Request Counting ¤ÈÈó¾ï¤Ë»÷¤Æ¤¤¤Þ¤¹¤¬¡¢¼¡¤Î°ã¤¤¤¬¤¢¤ê¤Þ¤¹:

@@ -314,4 +314,4 @@ candidate lbstatus -= total factor
- \ No newline at end of file + diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index ee1e8c757f..b5a8d2cf01 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -60,7 +60,7 @@
Request Counting Algorithm -

Enabled via lbmethod=requests, the idea behind this +

Enabled via lbmethod=byrequests, the idea behind this scheduler is that we distribute the requests among the various workers to ensure that each gets their configured share of the number of requests. It works as follows:

@@ -239,7 +239,7 @@ candidate lbstatus -= total factor
Weighted Traffic Counting Algorithm -

Enabled via lbmethod=traffic, the idea behind this +

Enabled via lbmethod=bytraffic, the idea behind this scheduler is very similar to the Request Counting method, with the following changes:

diff --git a/docs/manual/mod/mod_proxy_balancer.xml.ja b/docs/manual/mod/mod_proxy_balancer.xml.ja index b53052872a..1366707baa 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml.ja +++ b/docs/manual/mod/mod_proxy_balancer.xml.ja @@ -60,7 +60,7 @@
Request Counting $B%"%k%4%j%:%`(B -

lbmethod=requests $B$GM-8z$K$J$j$^$9!#(B +

lbmethod=byrequests $B$GM-8z$K$J$j$^$9!#(B $B$3$N%9%1%8%e!<%i$NGX7J$K$"$k9M$(J}$O!"MM!9$J%o!<%+!<$,$=$l$>$l!"(B $B@_Dj$5$l$F$$$kJ,C4%j%/%(%9%H?t$r$-$A$s$H @@ -241,7 +241,7 @@ candidate lbstatus -= total factor

Weighted Traffic Counting $B%"%k%4%j%:%`(B -

lbmethod=traffic $B$GM-8z$K$J$j$^$9!#(B +

lbmethod=bytraffic $B$GM-8z$K$J$j$^$9!#(B $B$3$N%9%1%8%e!<%i$NGX7J$K$"$k9M$(J}$O!"(BRequest Counting $B$HHs>o$K;w$F$$$^$9$,!"