You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Vincent Bray <no...@gmail.com> on 2007/06/30 05:48:35 UTC

Re: svn commit: r548699 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

On 19/06/07, jfclere@apache.org <jf...@apache.org> wrote:
> Author: jfclere
> Date: Tue Jun 19 04:54:34 2007
> New Revision: 548699
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=548699
> Log:
> Port back missing documentation.
>
> Modified:
>     httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml
> +    <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.
> +        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.
> +    </td></tr>


Hi,

Bit of a cleanup..

<tr><td>ping</td>
    <td>0</td>
    <td>Ping property tells webserver to send a <code>CPING</code>
    request on the 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 problems with hung and
    busy Tomcat servers and require ajp13 ping/pong support which has
    been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+.
    This will the network traffic during 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>


-- 
noodl

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r548699 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Posted by jean-frederic clere <jf...@gmail.com>.
Vincent Bray wrote:
> On 30/06/07, Vincent Bray <no...@gmail.com> wrote:
>> Bit of a cleanup..
>>
> 
> .. and again but less wrong.

Thanks. Committed

Jean-Frederic

> 
> <tr><td>ping</td>
>   <td>0</td>
>   <td>The ping property tells the webserver to send a <code>CPING</code>
>   request on the 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 problems with hung and
>   busy Tomcat servers and require ajp13 ping/pong support which has
>   been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+.
>   This will increase the network traffic during 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>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r548699 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

Posted by Vincent Bray <no...@gmail.com>.
On 30/06/07, Vincent Bray <no...@gmail.com> wrote:
> Bit of a cleanup..
>

.. and again but less wrong.

<tr><td>ping</td>
   <td>0</td>
   <td>The ping property tells the webserver to send a <code>CPING</code>
   request on the 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 problems with hung and
   busy Tomcat servers and require ajp13 ping/pong support which has
   been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+.
   This will increase the network traffic during 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>

-- 
noodl

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org