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 @@
Number of failed health check tests before worker is disabled |
| hcinterval |
30 |
- Period of health checks in seconds (e.g. performed every 30 seconds). Uses the time-interval directive syntax.. |
+ Period of health checks in seconds (e.g. performed every 30 seconds).
+ Uses the time-interval directive syntax. |
| hcuri |
|
Additional URI to be appended to the worker URL for the health check. |
@@ -223,6 +224,7 @@ ProxyPass "/apps" "balancer://foo"
ProxyHCTPsize
Sets the total server-wide size of the threadpool used for the health check workers
ProxyHCTPsize size
+ProxyHCTPsize 16
server config
@@ -232,7 +234,7 @@ ProxyPass "/apps" "balancer://foo"
associated with the Watchdog process, allowing for parallel checks.
The ProxyHCTPsize directive
determines the size of this threadpool. If set to 0, no threadpool
- is used at all, resulting in serialized health checks. The default size is 16.
+ is used at all, resulting in serialized health checks.
ProxyHCTPsize