From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 08:32:08 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 13E7737B401 for ; Sat, 12 Jul 2003 08:32:08 -0700 (PDT) Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0369243F93 for ; Sat, 12 Jul 2003 08:32:07 -0700 (PDT) (envelope-from ian@cerebellum.za.net) Received: from [155.239.71.177] (helo=ian) by cerebellum.za.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #1) id 19bMMG-000616-00 for freebsd-questions@freebsd.org; Sat, 12 Jul 2003 15:32:20 +0000 From: "Ian Barnes" To: Date: Sat, 12 Jul 2003 17:32:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: Apache Seg Faulting 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: Sat, 12 Jul 2003 15:32:08 -0000 Hi, I am having problems getting my apache running. I have run apache+mod_php4 for almost a year now. Today i recompiled php4 (which was running on the latest version allready), to add in GD, and some other support. Now, if i try and start apache it core dumps. It creates a httpd.core file which is 3 meg big. Now if i tell it not to load the php4 modules, by commenting out the 2 php4 modules, then apache starts perfectly. Could i be the modules ? This is very serious, as my sites all run of php, so now everyone is down. Thanks for the help. Ian P.S. Im running latest php, apache version 1.3.26. Its running on a BSD 4.8Stable system