From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 05:00:15 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 E3D9F16A4B3 for ; Thu, 2 Oct 2003 05:00:15 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B8843FDF for ; Thu, 2 Oct 2003 05:00:15 -0700 (PDT) (envelope-from lists@u-rep.com) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A527y-00055z-00 for freebsd-questions@freebsd.org; Thu, 02 Oct 2003 14:00:14 +0200 Received: from [213.138.48.77] (helo=10.0.0.119) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A527x-0001J2-00 for freebsd-questions@freebsd.org; Thu, 02 Oct 2003 14:00:13 +0200 Date: Thu, 2 Oct 2003 14:00:11 +0200 From: "H. Bartel" To: freebsd-questions@freebsd.org X-Priority: 3 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Mailsmith 2.0.2 (Blindsider) Subject: apache & php3 question 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: Thu, 02 Oct 2003 12:00:16 -0000 I have Apache1.3 running with mod_php4. Directory indexes are set to index.html, index.php and index.php3. None of those .php3 pages get parsed, every .php page works fine. It should not be a register_globals problem, since the other .php sites work fine. mod_php3 is not installed, but I suppose that mod_php4 should cover php3, if I load both modules I get an error when starting apache. Is the load order of those modules relevant as well? Any ideas where to look for a solution? Thanks, Holger