From owner-freebsd-ports Thu Oct 2 10:52:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11682 for ports-outgoing; Thu, 2 Oct 1997 10:52:04 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA11630; Thu, 2 Oct 1997 10:51:57 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.71 #1) id 0xGpOK-0002xo-00; Thu, 2 Oct 1997 10:50:24 -0700 Date: Thu, 2 Oct 1997 10:50:23 -0700 (PDT) From: Tom 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-ports@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 Does Apache even work from inetd anymore? As I recall, you used to have to add stuff in the config files to do this. But I thought that inetd support was going to be dropped. I would run it daemon mode. It is considerable faster, and places less load on your system. Tom