]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bug 65038: MaxRequestWorkers default applies to threaded and hybrid MPMs
authorRich Bowen <rbowen@apache.org>
Thu, 30 Apr 2026 13:17:26 +0000 (13:17 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 30 Apr 2026 13:17:26 +0000 (13:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933599 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 7cf972187a649c701afa12a17182160ac77e5775..eef44003b490c2f033fec396d236d5ab8a96e8e6 100644 (file)
@@ -454,7 +454,7 @@ simultaneously</description>
     <p>For threaded and hybrid servers (<em>e.g.</em> <module>event</module>
     or <module>worker</module>), <directive>MaxRequestWorkers</directive> restricts
     the total number of threads that will be available to serve clients.
-    For hybrid MPMs, the default value is <code>16</code> (<directive
+    For threaded and hybrid MPMs, the default value is <code>16</code> (<directive
     module="mpm_common">ServerLimit</directive>) multiplied by the value of
     <code>25</code> (<directive module="mpm_common"
     >ThreadsPerChild</directive>). Therefore, to increase <directive