On Fri, 10 Oct 2003 03:10:53 -0400, you wrote:

>> > Is it possible to load two different PHP modules in apache having them
>> > linked to different virtual hosts? I'm hoping I can run one site with PHP
>> > 5 and another with 4.3.x

>I thought that might work but the Apache docs don't list LoadModule as a 
>supported directive in VirtualHost. I did try it today however and it seems I 
>ended up with a runaway server. It wouldn't respond to any request, it would 
>say it couldn't be found and I couldn't stop the server. I had to kill all 
>httpd processes. 
>I may have done something wrong but I think I'll need another solution.

How about binding .php to PHP4, and .php5 to PHP5? (untested)

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

Reply via email to