From owner-freebsd-proliant@FreeBSD.ORG Fri Dec 26 09:19:38 2008 Return-Path: <owner-freebsd-proliant@FreeBSD.ORG> Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EEC11065676 for <freebsd-proliant@freebsd.org>; Fri, 26 Dec 2008 09:19:38 +0000 (UTC) (envelope-from bf.mbox@gmail.com) Received: from yx-out-2122.google.com (yx-out-2122.google.com [74.125.44.24]) by mx1.freebsd.org (Postfix) with ESMTP id 07B218FC1A for <freebsd-proliant@freebsd.org>; Fri, 26 Dec 2008 09:19:37 +0000 (UTC) (envelope-from bf.mbox@gmail.com) Received: by yx-out-2122.google.com with SMTP id 35so1005130yxh.13 for <freebsd-proliant@freebsd.org>; Fri, 26 Dec 2008 01:19:37 -0800 (PST) MIME-Version: 1.0 Path: q36g2000vbn.googlegroups.com!not-for-mail Newsgroups: alt.apache.configuration,comp.lang.php,comp.unix.bsd.freebsd.misc Date: Fri, 26 Dec 2008 00:40:46 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: q36g2000vbn.googlegroups.com; posting-host=64.230.100.16; posting-account=JPbfvgoAAADykmk1wRTiVXFTrjxNo4mI NNTP-Posting-Host: 64.230.100.16 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Message-ID: <ef9b12df-614b-49c7-9ab0-a4f62dc7d991@q36g2000vbn.googlegroups.com> From: bf.mbox@gmail.com To: freebsd-proliant@freebsd.org Cc: freebsd-proliant@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: httpd coredumps on restart X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." <freebsd-proliant.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-proliant>, <mailto:freebsd-proliant-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-proliant> List-Post: <mailto:freebsd-proliant@freebsd.org> List-Help: <mailto:freebsd-proliant-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-proliant>, <mailto:freebsd-proliant-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 26 Dec 2008 09:19:38 -0000 Configuration: OS FreeBSD 7.0 System: HP Proliant DL380 Apache 1.3.41 PHP-5.2.8 I recently changed my httpd.conf file to allow NameVirtualHost as well as IP based Virtual hosting. Since then I am having problems starting up apache. On graceful restart the apache process dumps core and the log message is: kernel: pid 10114 (httpd), uid 0: exited on signal 11 (core dumped) gdb on the core file is unenlightening: Program terminated with signal 11, Segmentation fault. Reverting to the old httpd.conf (before changes) did not help and apachectl start also failed. I found a work around which was to comment out the LoadModule php5_module and AddModule mod_php5.c lines in httpd.conf and then start httpd. At this point httpd runs and I then uncomment the above lines and do a graceful restart and httpd stays alive. Any suggestions on diagnosing this problem would be appreciated. -- Barry Friedman