Commit 185fc712 authored by Mladen Turk's avatar Mladen Turk
Browse files

Move the timeout explanation sentence to the proper place in the table.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122772 13f79535-47bb-0310-9956-ffa450edef68
parent a4cbcf82
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -578,14 +578,14 @@ directly</td></tr>
        <td>Time To Live for the inactive connections above the
        <code>smax</code> connections in seconds. Apache will close all
        connections that has not been used inside that time period.
        If not set the Apache will wait until the free connection
        is available. This directive is used for limiting the number
        of connections to the backend server together with <code>max</code>
        parameter.
    </td></tr>
    <tr><td>timeout</td>
        <td><code class="directive">Timeout</code></td>
        <td>Connection timeout in seconds.
        If not set the Apache will wait until the free connection
        is available. This directive is used for limiting the number
        of connections to the backend server together with <code>max</code>
        parameter.
    </td></tr>
    <tr><td>acquire</td>
        <td>-</td>
+4 −4
Original line number Diff line number Diff line
@@ -406,14 +406,14 @@
        <td>Time To Live for the inactive connections above the
        <code>smax</code> connections in seconds. Apache will close all
        connections that has not been used inside that time period.
        If not set the Apache will wait until the free connection
        is available. This directive is used for limiting the number
        of connections to the backend server together with <code>max</code>
        parameter.
    </td></tr>
    <tr><td>timeout</td>
        <td><directive>Timeout</directive></td>
        <td>Connection timeout in seconds.
        If not set the Apache will wait until the free connection
        is available. This directive is used for limiting the number
        of connections to the backend server together with <code>max</code>
        parameter.
    </td></tr>
    <tr><td>acquire</td>
        <td>-</td>