From: Luca Toscano
Date: Sun, 11 Feb 2018 11:09:35 +0000 (+0000)
Subject: documentation rebuild
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2880
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0ca88768e4a1aed47dc13c94dfc84875984e9b;p=thirdparty%2Fapache%2Fhttpd.git
documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1823833 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en
index 67fff53d935..08d917385be 100644
--- a/docs/manual/mod/mod_proxy_fcgi.html.en
+++ b/docs/manual/mod/mod_proxy_fcgi.html.en
@@ -99,8 +99,9 @@
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: