I would like to run two XAMPP apache servers and mysql on one Windows computer. My first idea was to run one under directory XAMPP, the other under XAMPP_B.

Why you ask? I have two applications that have to be in the "root" directory of localhost.

Both servers do not have to be active at same time, so I don't think I will have any conflicts

I will have to modify my.cnf in mySQL httpd.conf, apache_start and maybe other config files as well.

Or maybe someone can suggest a better way...

link|improve this question
Can't you make a root landing page and redirect based on certain parameters? – Anonymous Apr 6 '10 at 3:35
feedback

migrated from stackoverflow.com Apr 6 '10 at 5:40

This question came from our site for professional and enthusiast programmers.

1 Answer

I've suggested that this be moved to ServerFault.com

Why not run both on different ports? e.g 80 and 81?

link|improve this answer
I thought you were joking... but then I checked... a sister site for clueless sys admins! – harry_T Apr 6 '10 at 3:32
feedback

Your Answer

 
or
required, but never shown