Skip to content

Commit e2eb21b

Browse files
committed
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
1 parent 72065dd commit e2eb21b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual/mod/mpm_common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ simultaneously</description>
454454
<p>For threaded and hybrid servers (<em>e.g.</em> <module>event</module>
455455
or <module>worker</module>), <directive>MaxRequestWorkers</directive> restricts
456456
the total number of threads that will be available to serve clients.
457-
For hybrid MPMs, the default value is <code>16</code> (<directive
457+
For threaded and hybrid MPMs, the default value is <code>16</code> (<directive
458458
module="mpm_common">ServerLimit</directive>) multiplied by the value of
459459
<code>25</code> (<directive module="mpm_common"
460460
>ThreadsPerChild</directive>). Therefore, to increase <directive

0 commit comments

Comments
 (0)