Steven Macintyre wrote: > "This tutorial shows how to install and configure Apache2 with PHP5 and PHP4 > enabled at the same time. Because it is not possible to run both PHP5 and > PHP4 as Apache modules, we must run one of them as CGI, the other one as > Apache module." alternatively run 2 apaches and use the ProxyPass directive to make the second apache 'available' via the first (meaning you don't have to mess around with alternative ports when it comes to actually visiting/using the sites that run on the second apache. search the list archives for 'Rasmus' and 'ProxyPass' and you should find the info needed to setup a 'php4-php5-proxypass'** configuration. **that's an arbitrary name I just made up - seemed as good as anything else :-) > > http://www.howtoforge.com/apache2_with_php5_and_php4 > > That’s via a google search ... never done it myself! > > S > >> -----Original Message----- >> From: Martin Marques [mailto:martin@xxxxxxxxxxxxxxx] >> Sent: 26 February 2007 03:50 PM >> To: php-general@xxxxxxxxxxxxx >> Subject: PHP4 and PHP5 >> >> Is it posible to run apache with PHP4 and PHP5 on different virtual >> domains? >> >> -- >> 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, >> 0.18 >> --------------------------------------------------------- >> Lic. Martín Marqués | SELECT 'mmarques' || >> Centro de Telemática | '@' || 'unl.edu.ar'; >> Universidad Nacional | DBA, Programador, >> del Litoral | Administrador >> --------------------------------------------------------- > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php