Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 42241 invoked from network); 27 Oct 2003 01:18:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Oct 2003 01:18:04 -0000 Received: (qmail 57547 invoked by uid 500); 27 Oct 2003 01:17:38 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57533 invoked by uid 500); 27 Oct 2003 01:17:37 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 57520 invoked from network); 27 Oct 2003 01:17:36 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by daedalus.apache.org with SMTP; 27 Oct 2003 01:17:36 -0000 Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 8A91A3651C8 for ; Sun, 26 Oct 2003 20:17:42 -0500 (EST) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Sun, 26 Oct 2003 20:17:42 -0500 X-Epoch: 1067217462 X-Sasl-enc: DW9+vRjA6BNDMW23b9prUg Received: from bronfman504 (Toronto-HSE-ppp3744202.sympatico.ca [67.68.80.25]) by mail.messagingengine.com (Postfix) with ESMTP id 393383653E6 for ; Sun, 26 Oct 2003 20:17:42 -0500 (EST) Date: Sun, 26 Oct 2003 20:23:08 -0500 (Eastern Standard Time) From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <002101c39c11$56b55f90$326aa8c0@juarez> Message-ID: References: <002101c39c11$56b55f90$326aa8c0@juarez> X-X-Sender: slive@fastmail.fm@mail.messagingengine.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] best params for hi-volume website X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sun, 26 Oct 2003, ToFu wrote: > I'm new to thist list, so hi everyone. > > I'm running quite a bit of traffic for a site. Just got a used box, and > installed Apache 2.047. I'm trying to figure out the ideal configs to max > this thing out. Here are details of what I'm doing: > > - content = images (6k - 100k/each) + video (~1.3mg/each) -- 20%/80% > respectively. > - static http traffic only (i.e. no programming underneath). > - approximately 75k - 100k unique visitors/day > - 600k - 1.5million hits/day > - 25gb - 40gb/day > > My question is, what is the ideal configuration for httpd.conf -- regards to > max threads, wait time, etc. Does anyone have an opinion on this one? > > Machine Specifics: > OS Debian/Linux (2.42 kernel) > CPU dual PIII 677mhz > RAM 512mb > Disk 2 x 18g (SCSI RAID 1) First thing to do is to figure out which mpm you are using. Most likely you are using prefork, in which case you should consider switching to worker. Next is to carefully read: http://httpd.apache.org/docs-2.0/misc/perf-tuning.html Also see the docs for mod_status, which can help you monitor performance. Other than that, it is mostly basic stuff like making sure you have only the modules you need, and making sure MaxClients is set as high as possible without causing any swapping. Joshua. --------------------------------------------------------------------- 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