Page 1 of 1

installing XAMPP

PostPosted: 15. March 2010 02:53
by minor1
I already have MySQL installed on my PC ... Also, I have Apache installed. By downloading XAMPP, will this overwrite my current MySQL and Apache that I have installed on my PC. Also, I have IIS installed ... I have been told that Apache can co-exist with IIS. Any help will be appreciated. Thanks.

Re: installing XAMPP

PostPosted: 15. March 2010 03:01
by MC10
It will not overwrite your current MySQL and Apache; however, you can only have one Apache and MySQL process running, unless you use VirtualHosts; search this forum for more info on that.

Not sure about IIS, I don't use IIS. Just search it on Google.

Re: installing XAMPP

PostPosted: 15. March 2010 04:38
by Altrea
MC10 wrote:you can only have one Apache and MySQL process running, unless you use VirtualHosts

Thats not correct. You can run more than one Apache, MySQL, etc. if they all have their own ports to listening to. VirtualHosts is for other things.

MC10 wrote:Not sure about IIS, I don't use IIS. Just search it on Google.

IIS is like every other Webserver listening on port 80, but can also be configurated to use a different port.