Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 2799 invoked from network); 23 May 2007 17:41:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 17:41:54 -0000 Received: (qmail 84198 invoked by uid 500); 23 May 2007 17:41:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84186 invoked by uid 500); 23 May 2007 17:41:48 -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 84175 invoked by uid 99); 23 May 2007 17:41:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 10:41:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.49.136] (HELO web54406.mail.yahoo.com) (206.190.49.136) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 23 May 2007 10:41:42 -0700 Received: (qmail 9580 invoked by uid 60001); 23 May 2007 17:41:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=6wnesS6yTM9Sl7lafKbnPXi5NsM/M9l+3KliAGp5Uqfwq6lNyELG1WS9uPFIz2Gk7yC1N3ZNypHae+3TYCa3DJe9PjDmC037nuXAH/gi0jlCCVk1Ak4UhrkaDI18rC56Xzm+hZowERxwxPid03ZtFMzu+iIMKOqrs3HfoTfyqRo=; X-YMail-OSG: nXRKo40VM1nR8aQmxyGM4CitjEfLYY86g61sDZ7ZuhQow_PZe5GC3kGBH1wvzD3a92JCcwNUO962DgFDEZwrLm6TOeMYPVF7lYNiV606AgwGLH0zq_VwYwwH1.irZg-- Received: from [170.40.160.35] by web54406.mail.yahoo.com via HTTP; Wed, 23 May 2007 10:41:21 PDT X-Mailer: YahooMailRC/651.23.1 YahooMailWebService/0.7.41.10 Date: Wed, 23 May 2007 10:41:21 -0700 (PDT) From: justin wright To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Message-ID: <422370.9550.qm@web54406.mail.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Re: High volume issues using mod_proxy (balancer,http,ajp) on Apache 2.2.4 across multiple tomcat 5.5.23 clusters - Configuration issues or bugs? When I use the default settings apache immediately complains that it reaches the server limit. Therefore, I kept raising the limits until I reached the configuration listed below and still the CPU utilization on the apache box is less than 10% (Its a quad AMD box with plenty of memory). I've spent the past month pouring through the documents trying to figure out how to configure these settings. What would you suggest for a high-volume site that can serve up 45+ million requests in an hour? ----- Original Message ---- From: Jim Jagielski To: users@httpd.apache.org Sent: Wednesday, May 23, 2007 12:29:31 PM Subject: Re: [users@httpd] Re: High volume issues using mod_proxy (balancer,http,ajp) on Apache 2.2.4 across multiple tomcat 5.5.23 clusters - Configuration issues or bugs? On May 23, 2007, at 1:23 PM, justin wright wrote: > > > StartServers 512 > ServerLimit 1024 > MaxClients 1024 > MinSpareServers 512 > MaxSpareServers 512 > MaxRequestsPerChild 512 > > I would suggest reading at least *some* of the documents on how to configure Apache. Apache is spending loads of time thrashing and killing/creating processes that it's a wonder it's working at all. --------------------------------------------------------------------- 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 ____________________________________________________________________________________Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 --------------------------------------------------------------------- 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