Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 54056 invoked from network); 29 Jul 2004 17:39:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Jul 2004 17:39:54 -0000 Received: (qmail 21606 invoked by uid 500); 29 Jul 2004 17:39:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 21392 invoked by uid 500); 29 Jul 2004 17:39:39 -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 21379 invoked by uid 99); 29 Jul 2004 17:39:39 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received: from [66.218.93.118] (HELO web41701.mail.yahoo.com) (66.218.93.118) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 29 Jul 2004 10:39:37 -0700 Message-ID: <20040729173937.46465.qmail@web41701.mail.yahoo.com> Received: from [63.169.39.4] by web41701.mail.yahoo.com via HTTP; Thu, 29 Jul 2004 10:39:37 PDT Date: Thu, 29 Jul 2004 10:39:37 -0700 (PDT) From: Yan Zhou To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked Subject: [users@httpd] Q: run MPM worker in a single process model X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, My app. server recommends Apache2 to run as single process model. I have compiled MPM worker but could not get it working in single process, multi-thread model. I have tried setting ServerLimits and StartUpServer both to 1, I still have three httpd processes, one is the control process and the other two are the worker processes. But I only want one worker process, i.e., single process model. In addition, no matter what I set to StartUpServers, I always get two httpd child processes running. The configure file and compiler options are all correct, as changes in other configure parameters take effect, and httpd -l shows worker.c. I even debugged Apache and all the values are read in correctly. Except for not running as a single process, Apache functions well. I also tried switching to MPM perchild and set NumServers to 1, had the same situation, still got two child processes running. What did I miss and how can I debug this? Thanks. Yan __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- 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