]> granicus.if.org Git - apache/commitdiff
Use the default location to display a default value
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 24 Aug 2018 20:22:44 +0000 (20:22 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 24 Aug 2018 20:22:44 +0000 (20:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838953 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_hcheck.xml

index 6ab8d35d4f8c0628616b364e4ffc841c473028b0..5ac2bf66b2287959a82d25729b58606bfbc33111 100644 (file)
@@ -221,6 +221,7 @@ ProxyPass "/apps"     "balancer://foo"
 <name>ProxyHCTPsize</name>
 <description>Sets the total server-wide size of the threadpool used for the health check workers</description>
 <syntax>ProxyHCTPsize <em>size</em></syntax>
+<default>ProxyHCTPsize 16</default>
 <contextlist><context>server config</context>
 </contextlist>
 
@@ -230,7 +231,7 @@ ProxyPass "/apps"     "balancer://foo"
        associated with the Watchdog process, allowing for parallel checks.
        The <directive>ProxyHCTPsize</directive> directive
        determines the size of this threadpool. If set to <code>0</code>, no threadpool
-       is used at all, resulting in serialized health checks. The default size is 16.</p>
+       is used at all, resulting in serialized health checks.</p>
 
     <example><title>ProxyHCTPsize</title>
     <highlight language="config">