From: Rich Bowen Date: Thu, 30 Apr 2026 13:17:26 +0000 (+0000) Subject: Bug 65038: MaxRequestWorkers default applies to threaded and hybrid MPMs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2eb21b7f2095de5c9f7ca0799b7a7e9b2ea15e8;p=thirdparty%2Fapache%2Fhttpd.git Bug 65038: MaxRequestWorkers default applies to threaded and hybrid MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 7cf972187a..eef44003b4 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -454,7 +454,7 @@ simultaneously

For threaded and hybrid servers (e.g. event or worker), MaxRequestWorkers restricts the total number of threads that will be available to serve clients. - For hybrid MPMs, the default value is 16 (16 (ServerLimit) multiplied by the value of 25 (ThreadsPerChild). Therefore, to increase