https://issues.apache.org/bugzilla/show_bug.cgi?id=52102
Bug #: 52102
Summary: Documentation for MPM worker does not match default
configuration
Product: Apache httpd-2
Version: 2.2.21
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The documentation for Apache 2.2 MPM worker states default values that are
different from the ones shipped with a vanilla install --
./docs/conf/extra/httpd-mpm.conf.in
Here are the differences --
Documentation:
StartServers 3
MinSpareThreads 75
MaxSpareThreads 250
httpd-mpm.conf.in:
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]