From owner-freebsd-questions@FreeBSD.ORG Sun Mar 9 22:26:39 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72BC8106566B for ; Sun, 9 Mar 2008 22:26:39 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi029.prodigy.net (nlpi029.sbcis.sbc.com [207.115.36.58]) by mx1.freebsd.org (Postfix) with ESMTP id 256858FC1B for ; Sun, 9 Mar 2008 22:26:38 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.150] Received: from [192.168.1.2] (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by nlpi029.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id m29MQYPl029013 for ; Sun, 9 Mar 2008 17:26:35 -0500 Message-ID: <47D4641B.9080609@chrismaness.com> Date: Sun, 09 Mar 2008 15:26:35 -0700 From: Chris Maness User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 22:26:39 -0000 I am having apache core dump after I install php5 with the apache module. It runs fine without the module directives that are automagically added to the http.conf file, but after it is compiled and installed my main log (var log messages) indicates a core dump. Mar 9 15:21:03 ns2 kernel: pid 67406 (httpd), uid 0: exited on signal 11 (core dumped) The httpd-error.log does not seem to indicate a problem. Anyone else experiencing this? Chris