From owner-freebsd-stable Thu Oct 2 11:37:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14192 for stable-outgoing; Thu, 2 Oct 1997 11:37:49 -0700 (PDT) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14185; Thu, 2 Oct 1997 11:37:35 -0700 (PDT) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.7/8.8.7) with UUCP id MAA15339; Thu, 2 Oct 1997 12:32:18 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id MAA21294; Thu, 2 Oct 1997 12:35:31 -0600 (MDT) Date: Thu, 2 Oct 1997 12:35:30 -0600 (MDT) From: Marc Slemko To: Andre Albsmeier cc: freebsd-ports@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Apache works but dies with signal 11, why? In-Reply-To: <199710021642.SAA25772@curry.mchp.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Andre Albsmeier wrote: > Hi, > > I'm posting this to -STABLE and -PORTS since I don't know > where the problem lies actually. > > I have a funny problem with apache on 2.2-STABLE (most up to > date version): > > Everything works, but when apache exits (it is run from inetd), > it always dies with signal 11 when work is done. This happens > on all three 2.2-STABLE machines which are webservers and run > great otherwise. This is now going on for 8 weeks when I > installed it for the first time... > Until now, I couldn't figure out what it is... > > I have tried the port and the compiled package, always the same. > > My inetd.conf line is: > > http stream tcp nowait nobody /usr/local/sbin/httpd httpd Don't run Apache from inetd mode. It really occupise few resources running standalone and various features make it more and more difficult to have it work properly from inetd mode. See http://bugs.apache.org/index/full/592 for a patch that fixes this particular problem. -- Marc Slemko | Apache team member marcs@znep.com | marc@apache.org