From: Rich Bowen
Date: Sat, 2 May 2026 23:03:01 +0000 (+0000)
Subject: mod_proxy: document that connection pool parameters have no effect with prefork MPM...
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19cf81561b97110b25c5388dacd751ac0d9d28ec;p=thirdparty%2Fapache%2Fhttpd.git
mod_proxy: document that connection pool parameters have no effect with prefork MPM (Bug 54976)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933753 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 0e24999262..169d1d86de 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1084,6 +1084,15 @@ ProxyPass "/mirror/foo/i" "!"
by configuration or MPM design.
+ Connection pooling with prefork MPM
+ With the prefork MPM, connections to backends are not pooled
+ (each child process handles one connection at a time). The
+ acquire and ttl parameters, which
+ control connection pool behavior, have no effect when using
+ prefork. The min, smax, and
+ hmax pool sizing parameters are also ignored.
+
+
Use the ttl parameter to set an optional
time to live; connections which have been unused for at least
ttl seconds will be closed. ttl can be used