From 6a5f7ce38b3695db94b83d043f8bdccd2f383298 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sun, 11 Feb 2018 11:09:15 +0000 Subject: [PATCH] mod_proxy_fcgi.xml: add more context to the conn reuse note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1823832 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_fcgi.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index 123df34499..65b571d9ee 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: