Hi,
I would like to run both php4 and php5 on same server, while enabling php4
for some of accounts and php5 for the rest.
I would appreciate if someone advice me the most suitable way to setup this.
Thank you in advance.
Ali Akkaya
Meltem Hastanesi
IT Department
--
View this message in co
Pleased to hear you have got it sorted now Bryan.
You might consider adding another line:
AddType application/x-httpd-php .php
and then renaming your php enabled html pages to
xyz.php
Regards
Keith Roberts
On Thu, 15 Nov 2007, Bryan C wrote:
To: php-install@lists.php.net
From: Bryan C
Hello!
I have a server (SuSE 9.1) with Apache 2 installed, compiled as threaded
MPM. I've tried to install PHP as module, but it seems very hard to
install PHP as module while Apache is threaded MPM. PHP INSTALL file
suggests to install PHP as CGI but I don't know how to do it. Can you
tell m