From 822fab27279d901cff64cf60a15be66347ae1a2b Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Fri, 24 Aug 2018 20:20:02 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy_hcheck.xml | 6 ++++--
1 file 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 @@
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
--
2.50.1