Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3619 invoked from network); 7 May 2009 18:44:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 18:44:25 -0000 Received: (qmail 68888 invoked by uid 500); 7 May 2009 18:44:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68849 invoked by uid 500); 7 May 2009 18:44:21 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 68840 invoked by uid 99); 7 May 2009 18:44:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 18:44:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.218.213 as permitted sender) Received: from [209.85.218.213] (HELO mail-bw0-f213.google.com) (209.85.218.213) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 18:44:13 +0000 Received: by bwz9 with SMTP id 9so1091143bwz.24 for ; Thu, 07 May 2009 11:43:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ciHVwldxbciSeQbl83cTA7lSqa63yJxRh9yBq9W1FGs=; b=LQ8VBgAL29L2zuhIPR/UzLY2IbXfyGYy84svYgHbQfQ7D0zuR3TEf4DWi2C0F5c+8n V0JLgP/exDBRp9QlF5xl7FTGz1bOByeTyLOcmKxnKrO20RQ7v3djy/WqohU86leJrgzi bNiTcJUQYP2DUAhrBX3NBjauBuld6JBzarhLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=oaZs+E5H1kCgJAOhbaEDO3fFnQ8rOVgBXXURPdYwpBrWhHvhanKuKOkIqWqJ1vIU3e wSP5/BHKVG8ApuuNxyNshbgPvRLNEvaasBFjargKPitC//lc1jSvj5qouTsbNYhc0WsO LnaYM+kovh2R3wjC/g+EyD5JNw7p0zmcAhrSE= MIME-Version: 1.0 Received: by 10.223.114.208 with SMTP id f16mr1765344faq.91.1241721831440; Thu, 07 May 2009 11:43:51 -0700 (PDT) In-Reply-To: References: <4A030C6B.2000108@enabled.com> <4A030CE2.8020900@gmail.com> Date: Thu, 7 May 2009 14:43:51 -0400 Message-ID: <1404e5910905071143l694c194fs380d566e0c7cb390@mail.gmail.com> From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] apache tuning On Thu, May 7, 2009 at 1:18 PM, inas inassen wrote: > > Hi all, > > is there any way to tune apache parameters for prefork or worker modules? > > > =A0StartServers 5 > =A0MinSpareServers 5 > =A0MaxSpareServers 10 > =A0MaxClients 150 > =A0MaxRequestsPerChild 0 > > > > =A0StartServers 2 > =A0MaxClients 150 > =A0MinSpareThreads 25 > =A0MaxSpareThreads 75 > =A0ThreadsPerChild 25 > =A0MaxRequestsPerChild 0 > The directives you listed are the tuning. What did you mean to ask? > > and=A0is there any relation between the setting of these modules and the > setting of the following: > > mpm_beos_module > mpm_netware_module > mpm_mpmt_os2_module The directives can apply to multiple MPMs. The manual usually illustrates the MPM-specific details in the text. --=20 Eric Covener covener@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org