Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44A34BB8F for ; Mon, 16 Jan 2012 14:17:10 +0000 (UTC) Received: (qmail 433 invoked by uid 500); 16 Jan 2012 14:17:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 348 invoked by uid 500); 16 Jan 2012 14:17:06 -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 340 invoked by uid 99); 16 Jan 2012 14:17:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 14:17:06 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of maillists0@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vx0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 14:16:58 +0000 Received: by vcbfk14 with SMTP id fk14so811369vcb.18 for ; Mon, 16 Jan 2012 06:16:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=YecF7eDbwnqAMiQWXUGp6CQB9p/X2I+zMNJf9WQGGrE=; b=xzte5LCpq9dYfMloddBkckaTqfinnRSJjRxp6LPqRrGKUF/jpMDIAT8jJqZrpZ4Fu+ hWc20+Z7lWHmhnw2wXuGDl6k7RLrJR7wATHo993U5oWJXLa0AmV8IBlm8TGXYbrsWDAi ZoBHwkCjPQXqTu2bflgJBdt37Dy9bFP1zpcvM= MIME-Version: 1.0 Received: by 10.220.149.132 with SMTP id t4mr7409956vcv.73.1326723397670; Mon, 16 Jan 2012 06:16:37 -0800 (PST) Received: by 10.52.162.104 with HTTP; Mon, 16 Jan 2012 06:16:37 -0800 (PST) Date: Mon, 16 Jan 2012 09:16:37 -0500 Message-ID: From: maillists0@gmail.com To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Children Disappear I have several ec2 instances running identical versions of drupal on apache 2.2.6. They also have identical apache configs, which includes these settings -- StartServers 8 MinSpareServers 8 MaxSpareServers 20 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 4000 Every couple of weeks or so, I get an alert that a machine is running just a single apache process. It's always the same machine, and I'll find that only the parent is running. There are no errors logged, and I don't see memory pressure or load problems (everything is monitored.) Any ideas on what this might be, or suggestions on how to troubleshoot it? Am I missing something obvious? --------------------------------------------------------------------- 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