From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 17:02:05 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 D3EA116A4CE for ; Sat, 21 Feb 2004 17:02:05 -0800 (PST) Received: from exchange7.stcloudstate.edu (smtp.stcloudstate.edu [199.17.25.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E9843D2F for ; Sat, 21 Feb 2004 17:02:05 -0800 (PST) (envelope-from bepratt@stcloudstate.edu) Received: from exchange.campus.stcloudstate.edu ([199.17.25.200]) by exchange7.stcloudstate.edu with Microsoft SMTPSVC(5.0.2195.6713); Sat, 21 Feb 2004 19:02:04 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Date: Sat, 21 Feb 2004 19:02:04 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache FreeBSD not executing Thread-Index: AcP433wRSpLUo0rRSkGGybJlqdbFwg== From: "Pratt, Benjamin E." To: X-OriginalArrivalTime: 22 Feb 2004 01:02:04.0396 (UTC) FILETIME=[7C56BAC0:01C3F8DF] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Apache FreeBSD not executing 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: Sun, 22 Feb 2004 01:02:06 -0000 Hello - =20 I'm trying to get my Apache web server up and running with PHP support = but am running into problems. When I try to go to a .php web page I'm = prompted to save the page instead of having the browser show the page. =20 I've installed both /usr/ports/www/apache21/ and = /usr/ports/www/mod_php5/ and in my httpd.conf file I've got the lines: =20 LoadModule php5_module libexec/apache2/libphp5.so DirectoryIndex index.html index.html.var index.php AddType application/x-http-php .php =20 I've had this running before but not since I formatted my system, = installed FreeBSD 5.1 and then synced my source tree and upgraded the = system. I am now running FreeBSD 5.2.1-RC2 #2 from Sat Feb 21 13:55:19 = CST 2004. =20 I've also tried installing /usr/ports/lang/php5/ and = /usr/ports/lang/php4/ and had the same issues. =20 Thanks for any help, =20 Ben