Commit 0f6ba13c authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Use the default location to display a default value

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838953 13f79535-47bb-0310-9956-ffa450edef68
parent f98af1de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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">