Re: Apache, PHP, and PHPGroupware

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Michael
Date:  
To: plug-discuss
Subject: Re: Apache, PHP, and PHPGroupware
You need to modify httpd.conf
Add this to modules:

LoadModule php4_module libexec/libphp4.so
#assuming you did install php version 4, and the lib path is correct
AddModule mod_php4.c

AddType application/x-http-php .phtml .php .php~ .php3 .phtml~
# This tells which documents the php interperpreter will parse, you may
need to add .php3 if that is your type

This should give you the result you need.
Mike



David Demland wrote:

>I have a Debian server that I have Apache running on. I wanted to install
>PHPGroupware on this server and PHPGroupware required PHP3 installed. So
>after I installed PHPGroupware I started testing the PHP install, all the
>browser wants to do in download the PHP file, it does not want to run the
>PHP file. I have looked all over the internet and I have verified the
>configurations of both Apache and PHP with the information I have found, yet
>I can not get the PHP file to run.
>
>Any ideas of where I need to look?
>
>Thank You,
>
>David Demland
>PC Everyware, Inc.
>
>---------------------------------------------------
>PLUG-discuss mailing list -
>To subscribe, unsubscribe, or to change you mail settings:
>http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
>


--
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss