From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 07:03:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E47316A4CE for ; Wed, 17 Mar 2004 07:03:27 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F059B43D45 for ; Wed, 17 Mar 2004 07:03:26 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i2HF2r010666; Wed, 17 Mar 2004 10:02:53 -0500 (EST) From: Jerry McAllister Message-Id: <200403171502.i2HF2r010666@clunix.cl.msu.edu> To: rebehn@ant.uni-bremen.de (Heinrich Rebehn) Date: Wed, 17 Mar 2004 10:02:52 -0500 (EST) In-Reply-To: <40586267.4060803@ant.uni-bremen.de> from "Heinrich Rebehn" at Mar 17, 2004 03:36:23 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Jorn Argelo cc: questions@freebsd.org Subject: Re: apache+mod_ssl + php4 crashes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 15:03:27 -0000 > > Jerry McAllister wrote: > >>Jorn Argelo wrote: > >> > >>>Log files are your friends ... give us an output of > >>>/var/log/httpd-error.log > >>> > >>>Cheers, > >>> > >>>Jorn > >>> > >>>On 3/18/2004, "Heinrich Rebehn" wrote: > >>> > >>> > >>> > >>>>Hi list, > >>>> > >>>>I have trouble running apache with php4. > >>>>when i try to start httpd, it crashes with signal 11. > >>>>If i remove php4 from httpd.conf, apache runs fine. > >>>>Installed packages: > >>>> > >>>>apache+mod_ssl-1.3.29+2.8.16_1 The Apache 1.3 webserver with SSL/TLS > >>>>functionality > >>>>php4-4.3.4_7 PHP Scripting Language (Apache Module and CLI) > >>>>php4-horde-4.3.4_7 A default PHP configured for the Horde framework > >>>> > >>>>Any ideas? > >> > >> > >>Unfortunately, no log file is created. httpd dies immediately on startup > >>and creates a httpd.core file. But i have too little experience to > >>evaluate the core. > > > > > > Did you also check /var/log/messages? > > An immediate total crash might log something there. > > > > ////jerry > > /var/log/messages: > > Mar 17 14:15:58 antsrv1 kernel: pid 8209 (httpd), uid 0: exited on > signal 11 (core dumped) > Mar 17 14:18:20 antsrv1 kernel: pid 8225 (httpd), uid 0: exited on > signal 11 (core dumped) Hmmm. Not too helpful. Well, I have about the same thing installed on 4.9 and after I actually remembered to install the mod_php4, it seems to work fine so, I don't know what else to suggest. ////jerry > > Heinrich >