Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 35343 invoked from network); 19 Apr 2005 08:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2005 08:53:20 -0000 Received: (qmail 32486 invoked by uid 500); 19 Apr 2005 08:52:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 32469 invoked by uid 500); 19 Apr 2005 08:52:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 32451 invoked by uid 99); 19 Apr 2005 08:52:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ns.oxfordmusic.net (HELO ns.oxfordmusic.net) (212.67.208.77) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 19 Apr 2005 01:52:39 -0700 Received: from Andy (oxfordmusicnet-2.dsl.easynet.co.uk [217.204.209.98]) by ns.oxfordmusic.net (8.10.2/8.10.2) with SMTP id j3J8qXS14247 for ; Tue, 19 Apr 2005 09:52:33 +0100 Message-ID: <017301c544bd$95c0b7b0$026fa8c0@Andy> From: "oxfordmusic.net" To: References: <029a01c5441a$4e031330$026fa8c0@Andy> <426404AF.205@hostinthebox.net> Date: Tue, 19 Apr 2005 09:55:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked Subject: Re: [users@httpd] Apache seg.fault after PHP upgrade X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I've seen this in the past when upgrading from 4 > 5, and did a > LoadModule on both the php4 and php5 modules. Although you can still do > this, carfeul consideration has to be givin to HOW this is done. > > Check to see that both modules are not loading at the same time. > pretty sure i'm only loading the one. httpd.conf: #LoadModule php4_module modules/libphp4.so LoadModule php5_module modules/libphp5.so #AddModule mod_php.c #AddModule mod_php3.c #AddModule mod_perl.c #AddModule mod_casp2.c AddModule mod_php5.c and then: httpd -t Syntax OK Segmentation fault andy --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org