From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 11:56:36 2004 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 0BCCA16A4CE for ; Mon, 15 Nov 2004 11:56:36 +0000 (GMT) Received: from tyven.la3sg.net (la3sg.net [217.13.29.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE5D43D41 for ; Mon, 15 Nov 2004 11:56:34 +0000 (GMT) (envelope-from tyven@tyven.la3sg.net) Received: from tyven.la3sg.net (tyven@localhost.la3sg.net [127.0.0.1]) by tyven.la3sg.net (8.13.1/8.13.1) with ESMTP id iAFBuWH4002872 for ; Mon, 15 Nov 2004 12:56:32 +0100 (CET) (envelope-from tyven@tyven.la3sg.net) Received: (from tyven@localhost) by tyven.la3sg.net (8.13.1/8.13.1/Submit) id iAFBuW0E002871 for freebsd-questions@freebsd.org; Mon, 15 Nov 2004 12:56:32 +0100 (CET) (envelope-from tyven) Date: Mon, 15 Nov 2004 12:56:31 +0100 From: Kjell Midtseter To: freebsd-questions@freebsd.org Message-ID: <20041115115631.GA2804@tyven.la3sg.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: How do I 'activate' mod_php5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: junkmail@sensewave.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 11:56:36 -0000 After installing lang/php4-extensions with apache13, I can start using embedded php in my web pages right away. When installing lang/php5-extensions, the embedded php is passed as if it were html without being interpreted. Any initialization required fro php5? The required modules seems to be in place in httpd.conf I get the same results when I make a new clean and cvsup'ed install from the 5.3R CD Kjell