Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 31913 invoked from network); 18 Apr 2008 13:04:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 13:04:56 -0000 Received: (qmail 51110 invoked by uid 500); 18 Apr 2008 13:04:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 51094 invoked by uid 500); 18 Apr 2008 13:04:47 -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 51083 invoked by uid 99); 18 Apr 2008 13:04:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 06:04:47 -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 74.125.46.158 as permitted sender) Received: from [74.125.46.158] (HELO yw-out-1718.google.com) (74.125.46.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 13:04:04 +0000 Received: by yw-out-1718.google.com with SMTP id 5so298125ywr.84 for ; Fri, 18 Apr 2008 06:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=kjt/gBPf4PasZtbTcVBfDq3dR5XE9bESAuKO3jO6Cos=; b=oOel5z5J8d/z29XUBiCsAY9Bfi2QJux6XuoTpwPE0c2X91NRR7r9yY4F7sG2eDxyZ17INIYL125K/NLAn6XDJnyz2sNP/qbVNaW8b+yOdAofTNv7K63x40Q34Tg8FJr1/Sk0Kq5yw/FMnpOtpIXuxw/BCWUlimspYTCtwm9GEzg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=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=Aq62NtRHzVOAWRKyuS6zGJODnVkqXYNBKDJJ9MGjX1J21sSKB0WTFEOWUfiwD9ewhu7qnDX+NzTGm8miFVv6rS0n8rkjO0KZZXdb3fN423ZlGXpyGKMr7rnGEqZrES0zHJ0qMaP4RMq9GSrFCy6hlER7Hz+b6RBMYpSF25UzVpI= Received: by 10.150.150.3 with SMTP id x3mr3597276ybd.93.1208523837240; Fri, 18 Apr 2008 06:03:57 -0700 (PDT) Received: by 10.151.13.13 with HTTP; Fri, 18 Apr 2008 06:03:56 -0700 (PDT) Message-ID: Date: Fri, 18 Apr 2008 09:03:56 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 75295c5555d35c8e X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] caught SIGTERM, shutting down On Fri, Apr 18, 2008 at 5:50 AM, Feraudet Cyril wrote: > > > Hello all, > > I have a little problem whith apache 2.0.61. > > Regulary (twice by days), I can found this kind of message in my error_log : > > [info] removed PID file /appwebinet/logiciels/list/apache/var/httpd.pid > (pid=6862) > [notice] caught SIGTERM, shutting down > > Apache seems restart, for an unknown reason. > > But some time apache shut down but don't restart ... > > After investigation there is not third processus who kill apache (no > logrotate, ...). > > Why apache restart him self ? The message is very explicit. Apache didn't restart itself. Sombody sent it a SIGTERM. (Theoretically, it could send itself a SIGTERM, but it will not do this in a standard install.) So I suggest you look again at other processes on your system that may be involved. 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