Re: [PHP] Re: Two version of PHP in single server

2005-11-29 Thread Curt Zirzow
On Tue, Nov 29, 2005 at 09:31:25AM +0100, Petr Smith wrote: > Run two Apache servers, second (with old PHP version) on another port. > Internally forward all requests to old PHP project to this second server. you know I almost suggested this method, the only problem i had with this is that well i

[PHP] Re: Two version of PHP in single server

2005-11-29 Thread Ben Litton
You can do this if you register a different add-type. Say php5 for the php 5.1 pages and just php for the regular ones. You may (I can't recall) have to install one as mod_php and the other as a cgi. There are surely guides on the internet to help you get both running simultaneously. On Mon

[PHP] Re: Two version of PHP in single server

2005-11-29 Thread Petr Smith
Run two Apache servers, second (with old PHP version) on another port. Internally forward all requests to old PHP project to this second server. We tested most methods but this was the best. Petr J.F.Kishor wrote: Hi, Thanks...! Even the second is server-parsed not cgi Some m