]> granicus.if.org Git - apache/commitdiff
Update...
authorJim Jagielski <jim@apache.org>
Fri, 22 Jan 2016 21:32:46 +0000 (21:32 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 22 Jan 2016 21:32:46 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726319 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_hcheck.xml

index d8af7b17f13c4ffe6074e9b985230410df9c0f1e..663c09232dad81fa4b7748be9950f8f60b534250 100644 (file)
                        <tr><td>TCP</td><td>Check that a socket to the backend can be created: e.g. "are you up"</td><td></td></tr>
                        <tr><td>OPTIONS</td><td>Send an <code>HTTP OPTIONS</code> request to the backend</td><td>*</td></tr>
                        <tr><td>HEAD</td><td>Send an <code>HTTP HEAD</code> request to the backend</td><td>*</td></tr>
-                       <tr><td>GET</td><td>Send an <code>HTTP GET</code> request to the backend</td></tr>
+                       <tr><td>GET</td><td>Send an <code>HTTP GET</code> request to the backend</td><td>*</td></tr>
 <!--
-                       <tr><td>CPING</td><td><strong>AJP only</strong> Do <code>CPING/CPONG</code> check</td></tr>
-                       <tr><td>PROVIDER</td><td>Name of <code>provider</code> to be used to check health</td></tr>
+                       <tr><td>CPING</td><td><strong>AJP only</strong> Do <code>CPING/CPONG</code> check</td><td></td></tr>
+                       <tr><td>PROVIDER</td><td>Name of <code>provider</code> to be used to check health</td><td></td></tr>
 -->
                                <tr><td colspan="3"></td></tr>
                                <tr><td colspan="3">*: Unless <code>hcexpr</code> is used, a 2xx or 3xx HTTP status will be interpreted as <em>passing</em> the health check</td></tr>