PDA

View Full Version : Apache - Runnning two servers simultaneousl on same machine


0asiman
07-03-2008, 10:21 PM
Hi, all

Need to do a migration from 1.3.x to 2.6 with minimum downtime. But cross version modules issues will be a problem. Can I run these two versions independently on the same box. So the production facility remains up while testing the newer?

Thanks!

Horus_Kol
07-03-2008, 10:27 PM
i think, yes, but you will have to configure the testing version to listen on a different port to the normal 80...

then, when you are happy with the new installation, you can just switch which ports the two version listen to, and then you should be right...

can't say that I have tried this though.