From owner-freebsd-questions@FreeBSD.ORG Tue May 27 02:07:29 2003 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 4AD9C37B401 for ; Tue, 27 May 2003 02:07:29 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E17D43F93 for ; Tue, 27 May 2003 02:07:24 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from PATRICK (gateway.mip.co.za [209.212.102.245]) (AUTH: LOGIN bsd@perimeter.co.za) by perimeter.co.za with esmtp; Tue, 27 May 2003 11:07:19 +0200 Message-ID: <004401c3242f$60b826d0$b50d030a@mip.co.za> From: "Patrick O'Reilly" To: freebsd-questions@freebsd.org Date: Tue, 27 May 2003 11:07:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Subject: Apache Core Dumps 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: Tue, 27 May 2003 09:07:29 -0000 Hi All. This is strange. I Bumped my httpd processes to flush out a .pm. Now Apache won't come up again. All I get is a core dump (which I don't know what to do with), and a rather useless messages in /var/log/messages : May 27 11:01:16 obelix /kernel: pid 92382 (httpd), uid 0: exited on signal 11 (core dumped) The kernel has not changed, and my uptime is 67 days... The only recent changes which might affect Apache are: 1) mod_php4 recently went to 4.3.2 and back to 4.3.1. I'm not sure, but this may have been the first time I have tried to start Apache since the reversal back to 4.3.1. 2) I recently installed mysql323 for a customer. As yet I have not configured anything under mysql, but I did need to enable mysql client in the mod_php4 configuration. Could any of these php changes be causing Apache to crash? Please help - I can't get it up and my customer sites are all dead ATM.... Regards, Patrick.