From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 19:03:20 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 C07B216A4CE for ; Mon, 8 Nov 2004 19:03:20 +0000 (GMT) Received: from av3-1-sn3.vrr.skanova.net (av3-1-sn3.vrr.skanova.net [81.228.9.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256CD43D45 for ; Mon, 8 Nov 2004 19:03:20 +0000 (GMT) (envelope-from webmaster@swedehost.com) Received: by av3-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 56CFD381D3; Mon, 8 Nov 2004 20:03:19 +0100 (CET) Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 4590A37ED3 for ; Mon, 8 Nov 2004 20:03:19 +0100 (CET) Received: from odin.swedehost.com (h171n2fls33o804.telia.com [217.209.211.171]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 385A73801E for ; Mon, 8 Nov 2004 20:03:16 +0100 (CET) Received: from [192.168.0.10] (thor.swedehost.com [192.168.0.10]) (authenticated bits=0) by odin.swedehost.com (8.12.11/8.12.11) with ESMTP id iA8J3IfH004192 for ; Mon, 8 Nov 2004 20:03:18 +0100 (CET) (envelope-from webmaster@swedehost.com) Message-ID: <418FC2F3.1090907@swedehost.com> Date: Mon, 08 Nov 2004 20:03:15 +0100 From: Webmaster User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.48 on 192.168.0.1 Subject: Apache2 seg faults 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: Mon, 08 Nov 2004 19:03:20 -0000 Hi everybody. Need help with Apache2 seg fault. I'm totally in my blinds on this one. It seems like the problem occurs when Apache is trying to do a graceful restart. Tried to do some "googling" and searching the mail archives, but found nothing useful. Found an answer from Matthew Seaman to a similar problem, but didn't understand much about it. http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-September/057901.html odin# uname -a FreeBSD odin.swedehost.com 4.10-RELEASE-p3 FreeBSD 4.10-RELEASE-p3 #0: Fri Nov 5 16:04:49 CET 2004 root@odin.swedehost.com:/usr/obj/usr/src/sys/ODIN i386 This is what the httpd-error.log has to say about it : [Mon Nov 08 19:00:00 2004] [notice] Graceful restart requested, doing restart [Mon Nov 08 19:00:02 2004] [notice] seg fault or similar nasty error detected in the parent process [Mon Nov 08 19:01:52 2004] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Mon Nov 08 19:01:52 2004] [notice] Apache/2.0.52 (FreeBSD) PHP/4.3.9 mod_ssl/2.0.52 OpenSSL/0.9.7d configured -- resuming normal operations And then nothing happening. I have to manually restart the server by issuing the following : /usr/local/sbin/apachectl startssl Any and all help preciated. Best regards Hasse Hansson.