]> granicus.if.org Git - apache/commitdiff
GET now supported
authorJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 13:55:37 +0000 (13:55 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 13:55:37 +0000 (13:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725950 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_hcheck.xml

index 69714debec8e52e919933da775d8af038310180a..cfb84f1444d9ec713584a9b91ae26c3b3e0e2e27 100644 (file)
@@ -56,8 +56,8 @@
                        <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>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>
 -->