From owner-freebsd-questions@FreeBSD.ORG Tue May 27 02:19:26 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 D5E9737B401 for ; Tue, 27 May 2003 02:19:26 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7514143F3F for ; Tue, 27 May 2003 02:19: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:19:21 +0200 Message-ID: <005401c32431$0ece89c0$b50d030a@mip.co.za> From: "Patrick O'Reilly" To: freebsd-questions@freebsd.org References: <004401c3242f$60b826d0$b50d030a@mip.co.za> Date: Tue, 27 May 2003 11:19:18 +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: Re: 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:19:27 -0000 ----- Original Message ----- From: "Patrick O'Reilly" > 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.... > OK - this much is certain - the fault is somewhere in mod_php4. I hacked the LoadModule and AddModule lines for mod_php4 out of the httpd.conf file, and now Apache runs. At least the static sites are up again. Does anyone know what the problem with mod_php4 is? (Meanwhile I am going to try deinstalling and rebuilding/reinstalling everything related to mod_php4) Regards, Patrick.