diff options
author | Luca Toscano <elukey@apache.org> | 2018-02-11 12:09:15 +0100 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2018-02-11 12:09:15 +0100 |
commit | 6a5f7ce38b3695db94b83d043f8bdccd2f383298 (patch) | |
tree | 654a96546229bb2b1b38bb575c3900ddc36ec443 /docs/manual/mod/mod_proxy_fcgi.xml | |
parent | Axe some code duplication. (diff) | |
download | apache2-6a5f7ce38b3695db94b83d043f8bdccd2f383298.tar.xz apache2-6a5f7ce38b3695db94b83d043f8bdccd2f383298.zip |
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
Diffstat (limited to 'docs/manual/mod/mod_proxy_fcgi.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy_fcgi.xml | 5 |
1 files 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 <code>enablereuse=on</code>) allows a connection pool of <directive module="mpm_common">ThreadsPerChild</directive> connections to the - backend for each httpd process, so the following use cases should be taken - into account:</p> + backend for each httpd process when using a threaded mpm (like + <module>worker</module> or <module>event</module>), + so the following use cases should be taken into account:</p> <ul> <li>Under HTTP/1.1 load it will likely cause the creation of up to <directive module="mpm_common">MaxRequestWorkers</directive> |