-----Original Message-----
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 15, 2005 4:05 AM

> > That's why I'd like to stick with apache2 + php5 default and
> > apache2+php4 just for a single site hosted (the one that uses imp).

> See my previous message describing the ProxyPass approach.  It is by far 
> the easiest way to solve this cleanly.

Iīve only been on the list for a couple of weeks, so sorry if itīs already been 
answered but couldnīt one use 2 AddTypes?

LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-php .php4

LoadModule php5_module libexec/libphp5.so
AddType application/x-httpd-php5 .php .php5

AddModule mod_php4.c
AddModule mod_php5.c

I believe thatīs how we did it while testing 3 vs 4 at one of my previous jobs 
(the ISP World Online/Tiscali), worked for hosted customers aswell.

-- 
Med venlig hilsen / best regards
ComX Networks A/S
Kim Madsen 
Systemudvikler
Naverland 31

DK-2600 Glostrup
www.comx.dk 
Telefon: +45 70 25 74 74
Telefax: +45 70 25 73 74
E-mail: [EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to