run two apache servers on one computer
Posted
by harry_T
on Stack Overflow
See other posts from Stack Overflow
or by harry_T
Published on 2010-04-06T03:25:48Z
Indexed on
2010/04/06
3:33 UTC
Read the original article
Hit count: 353
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...
© Stack Overflow or respective owner