Posted by David in
Servers,
Software,
XAMPP on 06 24th, 2007 |
4 responses
If you just installed XAMPP, and noticed that it Skype is no longer working for you, here’s why; both are server technologies, which use the same port. This port (port 80) is commonly used for web servers.
So what’s happening is that Skype & XAMPP are both listening to, and sending data trough port 80. But they were not designed to share that data stream. This is commonly called a port conflict. I liken it to my daughter not sharing with her brothers.
So now when you try and visit localhost with your browser, the request is sent to you Skype client, instead of XAMPPP. That’s no good for you, now is it?
Ok well let me show you how to fix it. The easiest way is to edit what port Skype uses. To do this open your Skype client, and navigate to TOOLS > OPTIONS > and click on Connections on the right panel

Then Un-check use port 80 an….. Then close Skype and open again.

Now you should be able to use both Skype and XMPP at he same time.
Popularity: 24% [?]
No related posts.
hah this might actually work. thanks i needed that! thanks a lot!
Thanks! Works like a charm!
vlads last blog post..Wood type decorations
many thx! nice tip
This is helpful. I encountered this issue with Team Viewer Application which is also using port 80. What I did is Uninstall the Team Viewer and xampp then reinstall first the xampp then the Team Viewer. Upon installation of Team Viewer, it acquires different port (not 80). Hope this helps to others. Thanks