Veera / Blog

XAMPP conflicts with the Skype port

If you've installed both XAMPP and Skype in you system and wondering why the things are not going well when you run these two applications simultaneously, then you are not alone. There are a good number of folks who are complaining about this conflict between XAMPP and Skype. The reason behind this is simple - both Skype and XAMPP by default uses the same port number 80. So, when you start one application first and the other application later, there will be port conflict and the second application will fail to work properly.

So, how to fix it? Easy. Change the port number of XAMPP server or disable the usage of port 80 in Skype. To do the first one you can check out my earlier post How to change XAMPP server port. To disable the port 80 in Skype, follow below steps:

  1. Start Skype.
  2. Go to Tools >> Options >> Connections.
  3. Uncheck the use of Port 80 as an alternative port.

And, you are done!