From: Christophe Jaillet
Date: Fri, 24 Aug 2018 20:20:02 +0000 (+0000)
Subject: Use the default location to display a default value
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2375
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822fab27279d901cff64cf60a15be66347ae1a2b;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml
index 5eec5204aaf..8701934acd2 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