From: Luca Toscano Date: Sun, 11 Feb 2018 11:10:41 +0000 (+0000) Subject: mod_proxy_fcgi.xml: add more context to the conn reuse note X-Git-Tag: 2.4.30~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8beca70b8292e672f11ee0dda60b8867019849ac;p=apache mod_proxy_fcgi.xml: add more context to the conn reuse note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index ada5e8d420..5bc2a42d61 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -89,8 +89,9 @@ ProxyPass "/myapp/" "fcgi://localhost:4000/" enablereuse=on By default mod_proxy (configured with enablereuse=on) allows a connection pool of ThreadsPerChild connections to the - backend for each httpd process, so the following use cases should be taken - into account:

+ backend for each httpd process when using a threaded mpm (like + worker or event), + so the following use cases should be taken into account: