From: Jim Jagielski Date: Sat, 23 Jan 2016 18:25:49 +0000 (+0000) Subject: New directive X-Git-Tag: 2.5.0-alpha~2289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb7d399d60216840e801e12c4a5f942936c761f;p=thirdparty%2Fapache%2Fhttpd.git New directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726431 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml index 663c09232da..f72fb4e1638 100644 --- a/docs/manual/mod/mod_proxy_hcheck.xml +++ b/docs/manual/mod/mod_proxy_hcheck.xml @@ -191,4 +191,28 @@ ProxyPass "/apps" "http://backend.example.com/" hctemplate=tcp5 + +ProxyHCTPsize +Sets the size of the threadpool used for the health check workers. +ProxyHCTPsize <size> +server configvirtual host + + + +

If Apache httpd and APR are built with thread support, the health check + module will offload the work of the actual checking to a threadpool + 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.

+ + ProxyHCTPsize + +ProxyHCTPsize 32 + + + +
+
+