Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 89376 invoked from network); 28 Aug 2007 20:43:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 20:43:35 -0000 Received: (qmail 80057 invoked by uid 500); 28 Aug 2007 20:43:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 80044 invoked by uid 500); 28 Aug 2007 20:43:21 -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 80033 invoked by uid 99); 28 Aug 2007 20:43:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 13:43:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jslive@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 20:43:17 +0000 Received: by wr-out-0506.google.com with SMTP id 50so1419578wra for ; Tue, 28 Aug 2007 13:42:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kh9XPIU37ggWQVYK2H51Z+o3aPWwWT6R6WTD27bhiFIdl4jVmOsSsQX+4v38T2x6V6E3MWRzAxILu0ikh9FhHP1q9m0lHx/mS2bs3PZ59Bb794Y//WaCqVrSV4m+saEFf2IitTmekxQmPyW2AhTFSsSMPbrHIm0dfiF0iI7z3dI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RT1X07nAmJZEZBbY61tFVDw5ED2N48p47y8+E5PXLJpeS2I7+W321Vf+5SMBsO8DHhAXQcmlPQpNZwQdjDENFAVkji4T+aY398R32wCtM9v1a2M2UoVOuCaP8Kx61eelV079dkyuKN8w/OGebb2O4ldMPr3yN2m9YKq0NYK0I8Y= Received: by 10.114.112.1 with SMTP id k1mr994475wac.1188333775509; Tue, 28 Aug 2007 13:42:55 -0700 (PDT) Received: by 10.114.53.4 with HTTP; Tue, 28 Aug 2007 13:42:45 -0700 (PDT) Message-ID: Date: Tue, 28 Aug 2007 16:42:45 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <46D442C5.80605@intercarve.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46D442C5.80605@intercarve.net> X-Google-Sender-Auth: 0308339913612726 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Unclean restarts On 8/28/07, Brian Cohen wrote: > We are running Apache 1.3.34. > > On our Debian 4.0 system, each night cron.daily runs logrotate. > Logrotate's postrotate script runs `/etc/init.d/apache reload` (no > errors on stderr). When it is successful, top shows all apache children > go , then apache restarts. But more often than not, all but 2 > or 3 apache children die (without top ever showing ), the pid > file is removed. Those 2 or 3 apache children continue to live and > accept connections, but won't serve any requests. Since the pid file has > been removed, we have to issue a `killall apache`, then > `/etc/init.d/apache start` > > The net effect is pretty fatal. If we're not around when it happens, > Apache remains effectively down until we come around to clean it up. > > Any help or guidance would be greatly appreciated. Since this isn't something that I see frequently reported, my first guess would be a faulty third-party module. What are you using other than the standard apache modules? 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