You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2007/07/02 11:03:36 UTC

svn commit: r552436 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en mod_proxy.xml

Author: jfclere
Date: Mon Jul  2 02:03:35 2007
New Revision: 552436

URL: http://svn.apache.org/viewvc?view=rev&rev=552436
Log:
Arrange the ping/pong explainations.
Submitted by Vincent Bray <noodlet gmail.com>

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en?view=diff&rev=552436&r1=552435&r2=552436
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Mon Jul  2 02:03:35 2007
@@ -807,17 +807,17 @@
     </td></tr>
     <tr><td>ping</td>
         <td>0</td>
-        <td>Ping property told webserver to send a <code>CPING</code>
-        request on ajp13 connection before forwarding to it a request.
+        <td>Ping property tells webserver to send a <code>CPING</code>
+        request on ajp13 connection before forwarding a request.
         The parameter is the delay in seconds to wait for the
         <code>CPONG</code> reply.
         This features has been added to avoid problem with hung and
         busy Tomcat's and require ajp13 ping/pong support which has
         been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+.
-        It will inrease the network traffic during the normal operation
-        which could be an issue for you, but it will lower down the
-        traffic in case some of the cluster nodes are down or buys.
-        Currently this is in effect only for AJP.
+        This will increase the network traffic during the normal operation
+        which could be an issue, but it will lower the
+        traffic in case some of the cluster nodes are down or busy.
+        Currently this has an effect only for AJP.
     </td></tr>
     <tr><td>redirect</td>
         <td>-</td>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?view=diff&rev=552436&r1=552435&r2=552436
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Mon Jul  2 02:03:35 2007
@@ -617,17 +617,17 @@
     </td></tr>
     <tr><td>ping</td>
         <td>0</td>
-        <td>Ping property told webserver to send a <code>CPING</code>
-        request on ajp13 connection before forwarding to it a request.
+        <td>Ping property tells webserver to send a <code>CPING</code>
+        request on ajp13 connection before forwarding a request.
         The parameter is the delay in seconds to wait for the
         <code>CPONG</code> reply.
         This features has been added to avoid problem with hung and
         busy Tomcat's and require ajp13 ping/pong support which has
         been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+.
-        It will inrease the network traffic during the normal operation
-        which could be an issue for you, but it will lower down the
-        traffic in case some of the cluster nodes are down or buys.
-        Currently this is in effect only for AJP.
+        This will increase the network traffic during the normal operation
+        which could be an issue, but it will lower the
+        traffic in case some of the cluster nodes are down or busy.
+        Currently this has an effect only for AJP.
     </td></tr>
     <tr><td>redirect</td>
         <td>-</td>