running php4 and php5 together

RaZer0r

Verified User
Joined
Sep 14, 2007
Messages
62
hi all,

i had my php4.4.7 upgraded to php 5.2.4 using this guide. all went well, execpt some of my customers (which i havent heard of in years) are now complaining about not having php4 anymore... is there a way to give them php4 (for example though .htaccess files)?

thx for helping me out :)

sysspecs:
apache 1.3.37
php5.2.4
centos 4 (not sure though :p)
 
well i tried all of them, but none did any good... the furthest i got is with suphp, but i never got out of a 500 server error...
i built both php's

Code:
[root@server suphp-0.6.2]# /usr/local/php4/bin/php -v
PHP 4.4.7 (cgi-fcgi) (built: Sep 16 2007 02:52:23)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
[root@server suphp-0.6.2]# /usr/local/php5/bin/php -v
PHP 5.2.4 (cli) (built: Sep 16 2007 03:13:50) 
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

But i'm unable to get the apache config right...

If someone could help me figure this out...
My httpd.conf is here

Thanks for looking allready, or giving me a good guide ;)
Btw I have php 4.4.7 working, (from the default DA install) and would like to give only some users php5.
 
Back
Top