]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_proxy: document that connection pool parameters have no effect with prefork MPM...
authorRich Bowen <rbowen@apache.org>
Sat, 2 May 2026 23:03:01 +0000 (23:03 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 2 May 2026 23:03:01 +0000 (23:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933753 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 0e249992620dff06721bd0f1376b27e57694f272..169d1d86debc1a7553ce60755d7d250b3ca08daf 100644 (file)
@@ -1084,6 +1084,15 @@ ProxyPass "/mirror/foo/i" "!"
     by configuration or MPM design.</p>
     </note>
 
+    <note><title>Connection pooling with prefork MPM</title>
+    <p>With the prefork MPM, connections to backends are not pooled
+    (each child process handles one connection at a time). The
+    <code>acquire</code> and <code>ttl</code> parameters, which
+    control connection pool behavior, have no effect when using
+    prefork. The <code>min</code>, <code>smax</code>, and
+    <code>hmax</code> pool sizing parameters are also ignored.</p>
+    </note>
+
     <p>Use the <code>ttl</code> parameter to set an optional
     time to live; connections which have been unused for at least
     <code>ttl</code> seconds will be closed.  <code>ttl</code> can be used