You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/08/24 17:09:37 UTC

svn commit: r239684 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en mod_proxy.html.ja.euc-jp mod_proxy.xml mod_proxy.xml.ja mod_proxy_balancer.html.en mod_proxy_balancer.html.ja.euc-jp mod_proxy_balancer.xml mod_proxy_balancer.xml.ja

Author: jim
Date: Wed Aug 24 08:09:31 2005
New Revision: 239684

URL: http://svn.apache.org/viewcvs?rev=239684&view=rev
Log:
Document change in lbmethod= argument

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.ja.euc-jp
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Wed Aug 24 08:09:31 2005
@@ -879,9 +879,9 @@
     <tr><td>lbmethod</td>
         <td>-</td>
         <td>Balancer load-balance method. Select the load-balancing scheduler
-        method to use. Either <code>requests</code>, to perform weighted
-        request counting or <code>traffic</code>, to perform weighted
-        traffic byte count balancing. Default is <code>requests</code>.
+        method to use. Either <code>byrequests</code>, to perform weighted
+        request counting or <code>bytraffic</code>, to perform weighted
+        traffic byte count balancing. Default is <code>byrequests</code>.
     </td></tr>
     <tr><td>stickysession</td>
         <td>-</td>
@@ -1200,4 +1200,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.ja.euc-jp
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.ja.euc-jp?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.ja.euc-jp [euc-jp] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.ja.euc-jp [euc-jp] Wed Aug 24 08:09:31 2005
@@ -883,9 +883,9 @@
         <td>-</td>
         <td>Balancer のロードバランス方法。使用するロードバランスの
         スケジューリング方法を選びます。処理したリクエストの数で重み付けする
-        <code>requests</code> か、転送量のバイト数で重み付けする
-        <code>traffic</code> を設定できます。デフォルトは
-        <code>requests</code> です。
+        <code>byrequests</code> か、転送量のバイト数で重み付けする
+        <code>bytraffic</code> を設定できます。デフォルトは
+        <code>byrequests</code> です。
     </td></tr>
     <tr><td>stickysession</td>
         <td>-</td>
@@ -1201,4 +1201,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Wed Aug 24 08:09:31 2005
@@ -695,9 +695,9 @@
     <tr><td>lbmethod</td>
         <td>-</td>
         <td>Balancer load-balance method. Select the load-balancing scheduler
-        method to use. Either <code>requests</code>, to perform weighted
-        request counting or <code>traffic</code>, to perform weighted
-        traffic byte count balancing. Default is <code>requests</code>.
+        method to use. Either <code>byrequests</code>, to perform weighted
+        request counting or <code>bytraffic</code>, to perform weighted
+        traffic byte count balancing. Default is <code>byrequests</code>.
     </td></tr>
     <tr><td>stickysession</td>
         <td>-</td>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja [iso-2022-jp] Wed Aug 24 08:09:31 2005
@@ -699,9 +699,9 @@
         <td>-</td>
         <td>Balancer のロードバランス方法。使用するロードバランスの
         スケジューリング方法を選びます。処理したリクエストの数で重み付けする
-        <code>requests</code> か、転送量のバイト数で重み付けする
-        <code>traffic</code> を設定できます。デフォルトは
-        <code>requests</code> です。
+        <code>byrequests</code> か、転送量のバイト数で重み付けする
+        <code>bytraffic</code> を設定できます。デフォルトは
+        <code>byrequests</code> です。
     </td></tr>
     <tr><td>stickysession</td>
         <td>-</td>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en Wed Aug 24 08:09:31 2005
@@ -72,7 +72,7 @@
 <div class="section">
 <h2><a name="requests" id="requests">Request Counting Algorithm</a></h2>
     
-    <p>Enabled via <code>lbmethod=requests</code>, the idea behind this
+    <p>Enabled via <code>lbmethod=byrequests</code>, 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:</p>
@@ -244,7 +244,7 @@
 <div class="section">
 <h2><a name="traffic" id="traffic">Weighted Traffic Counting Algorithm</a></h2>
     
-    <p>Enabled via <code>lbmethod=traffic</code>, the idea behind this
+    <p>Enabled via <code>lbmethod=bytraffic</code>, the idea behind this
     scheduler is very similar to the Request Counting method, with
     the following changes:</p>
 
@@ -313,4 +313,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp [euc-jp] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.ja.euc-jp [euc-jp] Wed Aug 24 08:09:31 2005
@@ -72,7 +72,7 @@
 <div class="section">
 <h2><a name="requests" id="requests">Request Counting アルゴリズム</a></h2>
     
-    <p><code>lbmethod=requests</code> で有効になります。
+    <p><code>lbmethod=byrequests</code> で有効になります。
     このスケジューラの背景にある考え方は、様々なワーカーがそれぞれ、
     設定されている分担リクエスト数をきちんと受け取れるように、
     リクエストを扱うという考え方です。次のように動作します:</p>
@@ -246,7 +246,7 @@
 <div class="section">
 <h2><a name="traffic" id="traffic">Weighted Traffic Counting アルゴリズム</a></h2>
     
-    <p><code>lbmethod=traffic</code> で有効になります。
+    <p><code>lbmethod=bytraffic</code> で有効になります。
     このスケジューラの背景にある考え方は、Request Counting 
     と非常に似ていますが、次の違いがあります:</p>
 
@@ -314,4 +314,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml Wed Aug 24 08:09:31 2005
@@ -60,7 +60,7 @@
 
 <section id="requests">
     <title>Request Counting Algorithm</title>
-    <p>Enabled via <code>lbmethod=requests</code>, the idea behind this
+    <p>Enabled via <code>lbmethod=byrequests</code>, 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:</p>
@@ -239,7 +239,7 @@
 
 <section id="traffic">
     <title>Weighted Traffic Counting Algorithm</title>
-    <p>Enabled via <code>lbmethod=traffic</code>, the idea behind this
+    <p>Enabled via <code>lbmethod=bytraffic</code>, the idea behind this
     scheduler is very similar to the Request Counting method, with
     the following changes:</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja?rev=239684&r1=239683&r2=239684&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja [iso-2022-jp] Wed Aug 24 08:09:31 2005
@@ -60,7 +60,7 @@
 
 <section id="requests">
     <title>Request Counting アルゴリズム</title>
-    <p><code>lbmethod=requests</code> で有効になります。
+    <p><code>lbmethod=byrequests</code> で有効になります。
     このスケジューラの背景にある考え方は、様々なワーカーがそれぞれ、
     設定されている分担リクエスト数をきちんと受け取れるように、
     リクエストを扱うという考え方です。次のように動作します:</p>
@@ -241,7 +241,7 @@
 
 <section id="traffic">
     <title>Weighted Traffic Counting アルゴリズム</title>
-    <p><code>lbmethod=traffic</code> で有効になります。
+    <p><code>lbmethod=bytraffic</code> で有効になります。
     このスケジューラの背景にある考え方は、Request Counting 
     と非常に似ていますが、次の違いがあります:</p>