From owner-freebsd-stable Tue May 22 9:12:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 747F437B424 for ; Tue, 22 May 2001 09:12:32 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from mail2.uniserve.com ([204.244.156.10]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 152Ell-000NsY-00; Tue, 22 May 2001 09:12:25 -0700 Date: Tue, 22 May 2001 09:12:25 -0700 (PDT) From: Tom X-Sender: tom@athena.uniserve.ca To: Noor Dawod Cc: FreeBSD-STABLE Mailing List Subject: Re: Problems with multiple connections In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 22 May 2001, Noor Dawod wrote: > Hi, > > I hope this list can help me. Our company bought a brand new P-III > 933Mhz 1GB server few months ago for our Web and Mail services. We run > FreeBSD 4.2-STABLE (Jan 17 2001). The Web server is Apache 1.3.19 with > PHP 4.0.4pl1. ... > Apache is configured to run a maximum of 15 clients concurrently, and > each of them can handle up to 200 connections. That's a 3000 connections > limit. pstat -T will tell you maximum and currently used counts. But you say you are using Apache 1.3.19, but I understand Apache 1.3.19 to be the usual only client per process model. Apache 2.0 will support multiple threads per client. So you should include MaxClients to something like 200 or so. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message