views:

121

answers:

2

I want to run multiple instances of apache on one single machine? How to go about it? I am using xampp.. any kind of help would be appreciated. thanx I installed one more xampp in a separate directory, but only one xampp control panel can run at a time.

A: 

Give each instance a different port number. I am presently running two instances of Apache (ports 81 and 8080) and one of IIS (port 80). The Apache instances were installed by other products (Subversion, etc).

37Stars
did u just ran the installer twice and assigned different port numbers??
Nitin Garg
I didn't install Xampp. It was Subversion and TeamCity. Both install an instance of Apache. You could install Xampp in different directories and then edit the ports.conf file. See http://developer.mindtouch.com/en/kb/Run_Apache_on_a_Different_Port for details.
37Stars
A: 

You may also try the USB versions of XAMPP.

toscho