From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 18:52:50 2005 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 A0A0E16A4CE for ; Sun, 13 Mar 2005 18:52:50 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc14.comcast.net [216.148.227.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7F843D53 for ; Sun, 13 Mar 2005 18:52:49 +0000 (GMT) (envelope-from tbonius@comcast.net) Received: from ostros (c-24-18-102-54.client.comcast.net[24.18.102.54]) by comcast.net (rwcrmhc14) with SMTP id <20050313185249014001h2sae>; Sun, 13 Mar 2005 18:52:49 +0000 Message-ID: <000601c527fd$f7e0a130$4300a8c0@home.lan> From: "Thomas Foster" To: References: <200503131148.10285.bulk_mail@siegel-tech.net> Date: Sun, 13 Mar 2005 10:53:38 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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 Subject: Re: configuring php4 and apache2 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, 13 Mar 2005 18:52:50 -0000 I also had this issue with a couple o f Mozilla browsers until I deleted all the cache, closed and reopened the browser. I am not sure if this will work for you, but I found it to be a minor inconvenience with Mozilla that affected me. T ----- Original Message ----- From: "Aaron Siegel" To: Sent: Sunday, March 13, 2005 10:48 AM Subject: configuring php4 and apache2 > Hello > > I am have problems getting php4 to work with apache2. I have these working > on > another FreeBSD 4.10 server but I can not get it working on my 5.3 server. > When I try to load a php page with my web browser it just ask me if I want > to > download the php file. > > Here is what I have done to configure and install: > installed > apache-2.0.53 > php4-4.3.10_2 > php4-extensions-1.0 > > edited /etc/rc.conf > apache2_enable="YES" > > /usr/local/etc/apache2/httpd.conf > LoadModule php4_module libexec/apache2/libphp4.so > > AddType application/x-http-php .php > AddType application/x-http-php-source .phps > > copied php.ini-recommended to php.ini > > edited php.ini > include_path = ".:/php/includes" > include_path ="/usr/local/share/pear" > > I have reloaded all the application and rebooted the computer. I have read > the > php manual, I believe I have followed all the steps in the pkg-message > files > and tried google but I can not find the answer. I am sorry for asking such > a > basic question which is probably documented somewhere. > > Thank you > Aaron > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >