From 2b02176ee46fb6c0d28c4200172aa1735ebe9af7 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Sun, 11 Feb 2018 11:11:31 +0000 Subject: [PATCH] documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823835 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_fcgi.html.en | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en index 4d2f56511f..082874ace5 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: