Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 10086 invoked by uid 500); 21 May 2002 16:56:30 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 10073 invoked from network); 21 May 2002 16:56:29 -0000 Reply-To: From: "Ryan Bloom" To: Subject: RE: Apache 2.0.36 w/ FreeBSD ... 'hangs' ... Date: Tue, 21 May 2002 09:57:16 -0700 Organization: Covalent Technologies Message-ID: <009f01c200e8$8fd5ee90$0a01230a@KOJ> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20020521133831.W12810-100000@mail1.hub.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Marc G. Fournier [mailto:scrappy@hub.org] > > > Okay, but this is the scenario that I do want (one worker, many threads) > ... so I setup my httpd.conf as: > > > StartServers 1 > MaxClients 150 > MinSpareThreads 25 > MaxSpareThreads 75 > ThreadsPerChild 25 > MaxRequestsPerChild 0 > > > But as soon as I start up, it starts 3 servers (I would expect 2 ... one > root, one nobody): > > atelier# ps aux | grep http > root 59418 0.0 0.1 1416 1052 ph RV+ 1:41PM 0:00.00 grep http > (csh) > root 59405 0.0 0.4 5316 3708 ?? Ss 1:39PM 0:00.03 > /usr/local/sbin/httpd > www 59406 0.0 0.3 5096 3480 ?? I 1:39PM 0:00.00 > /usr/local/sbin/httpd > www 59409 0.0 0.4 7420 4000 ?? I 1:39PM 0:00.00 > /usr/local/sbin/httpd > > With the second one be a good 50% larger then the other two ... > > So, am I mis-understanding below, *or*, mis-understanding the conf file > ... Did you configure cgi? If so, one of those two processes owned by "www" is the CGId process. Ryan