Forum Moderators: phranque
On my local server I use if-def to start the server with the php version of my choice. But I would like to have both running in one instance and make the url decide which version should be used. Is this possible?
Could I run two Apache instances on the same machine on different ports perhaps? ie. 111.000.000.111:80 (php4) 111.000.000.111:81 (php5)?
I know that there are some articles out there describing how to setup PHP4 and PHP5 on the same box. A certain blog run by Harry Fuecks teaches how "Running PHP4 and PHP5 in parallel" can be accomplished. John Coggeshall is one of the contributors. Search on Google and you'll find it.