From owner-freebsd-proliant@FreeBSD.ORG Fri Dec 26 09:19:38 2008 Return-Path: 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 ; 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 ; 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 ; 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: 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." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 From owner-freebsd-proliant@FreeBSD.ORG Fri Dec 26 10:06:28 2008 Return-Path: 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 B2D55106564A for ; Fri, 26 Dec 2008 10:06:28 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (unknown [IPv6:2001:41d0:1:2ad2:0:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 16D898FC1A for ; Fri, 26 Dec 2008 10:06:28 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id 916C0E0420; Fri, 26 Dec 2008 11:06:26 +0100 (CET) Received: from morzine.restart.bel (morzine.restart.bel [IPv6:2001:41d0:1:2ad2:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id mBQA6NXp037933; Fri, 26 Dec 2008 11:06:24 +0100 (CET) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1230285986; bh=e1LSPv9BwudwYrYa41KnPGjmkdTLwd3ISYkXGk6 mSoA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=zq4QVZiuoe3G kjmS60iDfYwnA1sXpSLiXc39QAClv3EkmJloT5Ub644R91CYRm7YdjINbKwA2xkUe0h fOlTWCw== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version: newsgroups:to:cc:subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=A7f0sudlxK2GF0jmPHRPNkYXgpuFVXGdosutqepfTy5YXU7oCZgHbNUh8n/COfwvC hMcQmMxqKSihuMpsApTWA== Message-ID: <4954AC9F.2060608@restart.be> Date: Fri, 26 Dec 2008 11:06:23 +0100 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.18 (X11/20081130) MIME-Version: 1.0 Newsgroups: alt.apache.configuration,comp.lang.php,comp.unix.bsd.freebsd.misc To: bf.mbox@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:1:2ad2:1:1:: Cc: freebsd-proliant@freebsd.org Subject: Re: 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." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2008 10:06:28 -0000 bf.mbox@gmail.com wrote: > 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. You probably update php to 5.2.8. During this upgrade, the order of php extensions change in the file /usr/local/etc/php/extensions.ini Simply edit it and change the order of the lines. It's a known problem with php. Henri > > 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 > > > From owner-freebsd-proliant@FreeBSD.ORG Fri Dec 26 10:41:13 2008 Return-Path: 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 314BD106564A for ; Fri, 26 Dec 2008 10:41:12 +0000 (UTC) (envelope-from ivan.slavkov@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id C20F28FC1F for ; Fri, 26 Dec 2008 10:41:12 +0000 (UTC) (envelope-from ivan.slavkov@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so5738996wfg.7 for ; Fri, 26 Dec 2008 02:41:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=l14heahrs7os4wZV6IkhltFog4fs5XCup+rzz787vpo=; b=vnAfVdDd7IOQiD1mK1M4J2NielgRZO1v8QZoOqZXHhlFHc+PYJXf8tgB+apMhpMG5o hVBcinLoXOJJ2N0/Oc2D3sWK4k87dnoZrhOV+Yji4PMttM95BBPsOrCWYHPmYFd757SB p5CkD9gyJJ5Sy3VGSqOg9s3Gm4dBnxoiDtNEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=tdjWmAB+GtxjRc1BprgcXOrqok+pxFe/c56PY3WMD+Y1otItpI9COXjUTn2MxX+NwQ BoAxr/4VnsHK/8XpO8Xzb88Tkeg1Lka1ftowtJ2UAX8uhbIcfNvSsNlgaYXasjMu4Y2Y msgpvi0u80AXsM6Qn5PmQmDkED+03e4/bsuSQ= Received: by 10.142.82.6 with SMTP id f6mr4365087wfb.182.1230288072397; Fri, 26 Dec 2008 02:41:12 -0800 (PST) Received: by 10.142.88.9 with HTTP; Fri, 26 Dec 2008 02:41:12 -0800 (PST) Message-ID: <60bb96a10812260241w11b1ea0ai882e62f6e3e6cd8@mail.gmail.com> Date: Fri, 26 Dec 2008 12:41:12 +0200 From: "Ivan Slavkov" To: bf.mbox@gmail.com In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-proliant@freebsd.org Subject: Re: 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." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2008 10:41:13 -0000 Do you have APC PHP extension or some other memory cache or Zend Optimizer installed? On Fri, Dec 26, 2008 at 10:40 AM, wrote: > 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 > > > > _______________________________________________ > freebsd-proliant@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-proliant > To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org > " >