From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 06:36:24 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 7FA7C16A4CE for ; Wed, 17 Mar 2004 06:36:24 -0800 (PST) Received: from antsrv1.ant.uni-bremen.de (antsrv1.ant.uni-bremen.de [134.102.176.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B0D43D1D for ; Wed, 17 Mar 2004 06:36:23 -0800 (PST) (envelope-from rebehn@ant.uni-bremen.de) Received: from bremerhaven.ant.uni-bremen.de ([134.102.176.10] helo=ant.uni-bremen.de) by antsrv1.ant.uni-bremen.de with esmtp (Exim 4.30; FreeBSD) id 1B3c9e-0002ck-B2; Wed, 17 Mar 2004 15:36:22 +0100 Message-ID: <40586267.4060803@ant.uni-bremen.de> Date: Wed, 17 Mar 2004 15:36:23 +0100 From: Heinrich Rebehn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jerry McAllister References: <200403171424.i2HEOci10433@clunix.cl.msu.edu> In-Reply-To: <200403171424.i2HEOci10433@clunix.cl.msu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed 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 14:36:24 -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) Heinrich