diff options
author | André Malo <nd@apache.org> | 2018-09-18 11:03:58 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2018-09-18 11:03:58 +0200 |
commit | c0e273a35b579efe788c08f3ba72679802887d39 (patch) | |
tree | d94a3bb93ed2e6ca7277c297c055f575a5173457 /docs/manual/mod/mod_proxy_hcheck.html.en | |
parent | Rebuild fr doc. (diff) | |
download | apache2-c0e273a35b579efe788c08f3ba72679802887d39.tar.xz apache2-c0e273a35b579efe788c08f3ba72679802887d39.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841200 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_hcheck.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy_hcheck.html.en | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_hcheck.html.en b/docs/manual/mod/mod_proxy_hcheck.html.en index 8b83424f82..829d8875ce 100644 --- a/docs/manual/mod/mod_proxy_hcheck.html.en +++ b/docs/manual/mod/mod_proxy_hcheck.html.en @@ -82,7 +82,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> @@ -228,6 +229,7 @@ ProxyPass "/apps" "balancer://foo" <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the total server-wide size of the threadpool used for the health check workers</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyHCTPsize <em>size</em></code></td></tr> +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyHCTPsize 16</code></td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_hcheck</td></tr> @@ -237,7 +239,7 @@ ProxyPass "/apps" "balancer://foo" associated with the Watchdog process, allowing for parallel checks. The <code class="directive">ProxyHCTPsize</code> 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> <div class="example"><h3>ProxyHCTPsize</h3><pre class="prettyprint lang-config">ProxyHCTPsize 32</pre> </div> |