Re: [PHP] PHP4 and PHP5

2007-02-27 Thread Richard Lynch
On Mon, February 26, 2007 7:49 am, Martin Marques wrote: > Is it posible to run apache with PHP4 and PHP5 on different virtual > domains? Search the list archives for "Rasmus Lerdorf" and "ProxyPass" and I think you'll find a fairly easy way to do it. -- Some people have a "gift" link here. Know

Re: [PHP] PHP4 and PHP5

2007-02-26 Thread Jochem Maas
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 apache

RE: [PHP] PHP4 and PHP5

2007-02-26 Thread Steven Macintyre
"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." http://www.howtoforge.com/apache2_with_php5_and_php4 That

Re: [PHP] php4 and php5 on the same apache server

2004-09-13 Thread Comex
It is possible if one is CGI. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php4 and php5 on the same apache server

2004-09-13 Thread Erwin Kerk
Jacob Friis Larsen wrote: How can I run both php4 and php5 on the same apache server? Could I do it like this: AddType application/x-httpd-php .php AddType application/x-httpd-php5 .php5 And somehow tell php5 to use application/x-httpd-php5 The approach I use is as follows: On port 80 I run an Apac

Re: [PHP] php4 and php5 on the same apache server

2004-09-13 Thread Bostjan Skufca @ domenca.com
Hello Jacob, i've been trying to achieve the very same result but without success. I tried even modifying sources of sapi/apache2(handler|filter)/sapi_apache2.c and relatives but without success. Mime type can be modified without any problem and it compiles fine but then when I tried to parse P

Re: [PHP] PHP4 and PHP5 at one machine

2003-07-09 Thread Scott Fletcher
Well, it is not possible to run two seperate php4ts.dll file in the same file path with the same file name even though they have different version. One workaround to it would be to compile the older version into a different file name while making sure the script point to that different file name bu

RE: [PHP] PHP4 and PHP5 at one machine

2003-07-09 Thread Ford, Mike [LSS]
> -Original Message- > From: Milan Reznicek [mailto:[EMAIL PROTECTED] > Sent: 09 July 2003 07:38 > > Yes all these things I know, because already I'm running > these two servers, > but both with PHP4. > But now I came accros the problem of "php4ts.dll". Because in > both versiones > it h

Re: [PHP] PHP4 and PHP5 at one machine

2003-07-08 Thread Milan Reznicek
Yes all these things I know, because already I'm running these two servers, but both with PHP4. But now I came accros the problem of "php4ts.dll". Because in both versiones it has the same name. And if I have the old one my \WINNT\SYSTEM32 the server which is running PHP5 won't start, and if i put

Re: [PHP] PHP4 and PHP5 at one machine

2003-07-08 Thread Burhan Khalid
On Tuesday, July 8, 2003, 8:42:16 PM, Milan wrote: MR> is there any posibility to run PHP4 and PHP5 at one machine, with two MR> Apache servers running at the same time. MR> Windows 2000 SP3 MR> Apache 1.3.27/PHP 4.3.0 MR> Apache 2.0.46/PHP 5.0.0b1 Yes it is possible. If you want both of the