You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2005/01/08 01:30:42 UTC

svn commit: r124594 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: striker
Date: Fri Jan  7 16:30:41 2005
New Revision: 124594

URL: http://svn.apache.org/viewcvs?view=rev&rev=124594
Log:
Update mod_proxy documentation source (final doc still needs to be generated).

* docs/manual/mod/mod_proxy.xml

  Rub out some spelling mistakes.
Modified:
   httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

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?view=diff&rev=124594&p1=httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml&r1=124593&p2=httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml&r2=124594
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml	Fri Jan  7 16:30:41 2005
@@ -418,7 +418,7 @@
     <tr><td>acquire</td>
         <td>-</td>
         <td>If set this will be the maximum time to wait for a free
-    connection in the connection pool. If there is no free connections
+    connection in the connection pool. If there are no free connections
     in the pool the Apache will return <code>SERVER_BUSY</code> status to
     the client.
     </td></tr>
@@ -426,23 +426,23 @@
         <td>Off</td>
         <td>This parameter should be used when you have a firewall between your
     Apache and the backend server, who tend to drop inactive connections.
-    This flag will told Operating System to send <code>KEEP_ALIVE</code> message
-    on inactive connections (interval depend on global OS settings,
-    generally 120ms), and thus prevent the firewall to cut the connection.
-    To enable keepalive set this property value to the <code>On</code>. 
+    This flag will tell the Operating System to send <code>KEEP_ALIVE</code>
+    messages on inactive connections (interval depends on global OS settings,
+    generally 120ms), and thus prevent the firewall to drop the connection.
+    To enable keepalive set this property value to <code>On</code>. 
     </td></tr>
     <tr><td>retry</td>
         <td>60</td>
         <td>Connection pool worker retry timeout in seconds.
     If the connection pool worker to the backend server is in the error state,
-    the Apache will not forward any request to that servers untill that timeout
+    Apache will not forward any requests to that server until the timeout
     expires. This enables to shut down the backend server for maintenance,
-    and bring it back online.
+    and bring it back online later.
     </td></tr>
     <tr><td>loadfactor</td>
         <td>1</td>
-        <td>Worker load factor. Used with BalancerMamber.
-         It is a number between 1 and 100 and defined the load aplied to
+        <td>Worker load factor. Used with BalancerMember.
+         It is a number between 1 and 100 and defines the load applied to
          the worker.
     </td></tr>
     <tr><td>route</td>