You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/08/24 20:22:44 UTC

svn commit: r1838953 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_hcheck.xml

Author: jailletc36
Date: Fri Aug 24 20:22:44 2018
New Revision: 1838953

URL: http://svn.apache.org/viewvc?rev=1838953&view=rev
Log:
Use the default location to display a default value

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_hcheck.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_hcheck.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_hcheck.xml?rev=1838953&r1=1838952&r2=1838953&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_hcheck.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_hcheck.xml Fri Aug 24 20:22:44 2018
@@ -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">