Return-Path: X-Original-To: apmail-httpd-docs-archive@www.apache.org Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B5E9936C for ; Thu, 27 Oct 2011 16:50:00 +0000 (UTC) Received: (qmail 44274 invoked by uid 500); 27 Oct 2011 16:49:59 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 44226 invoked by uid 500); 27 Oct 2011 16:49:59 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 44218 invoked by uid 99); 27 Oct 2011 16:49:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2011 16:49:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2011 16:49:58 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 57F473C929; Thu, 27 Oct 2011 16:47:39 +0000 (UTC) From: bugzilla@apache.org To: docs@httpd.apache.org Subject: DO NOT REPLY [Bug 52102] New: Documentation for MPM worker does not match default configuration Date: Thu, 27 Oct 2011 16:47:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Documentation X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: beandog@gentoo.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: docs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: beandog@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-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org