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: docs@httpd.apache.org
        ReportedBy: bean...@gentoo.org
    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: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to