diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2018-08-24 22:20:02 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2018-08-24 22:20:02 +0200 |
commit | 822fab27279d901cff64cf60a15be66347ae1a2b (patch) | |
tree | ddc29445869124e52f42be6bffbfece2238681bf /docs/manual/mod/mod_proxy_hcheck.xml | |
parent | better struct layout ... (diff) | |
download | apache2-822fab27279d901cff64cf60a15be66347ae1a2b.tar.xz apache2-822fab27279d901cff64cf60a15be66347ae1a2b.zip |
Use the default location to display a default value
(+ some minor style issues)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_proxy_hcheck.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml index 5eec5204aa..8701934acd 100644 --- a/docs/manual/mod/mod_proxy_hcheck.xml +++ b/docs/manual/mod/mod_proxy_hcheck.xml @@ -79,7 +79,8 @@ <td>Number of failed health check tests before worker is disabled</td></tr> <tr><td>hcinterval</td> <td>30</td> - <td>Period of health checks in seconds (e.g. performed every 30 seconds). Uses the <a href="directive-dict.html#Syntax">time-interval</a> directive syntax.. </td></tr> + <td>Period of health checks in seconds (e.g. performed every 30 seconds). + Uses the <a href="directive-dict.html#Syntax">time-interval</a> directive syntax.</td></tr> <tr><td>hcuri</td> <td> </td> <td>Additional URI to be appended to the worker URL for the health check.</td></tr> @@ -223,6 +224,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> @@ -232,7 +234,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"> |