Page 1 of 1

Install error ports 80 - Skype isn't installed [Solved]

PostPosted: 11. August 2012 08:45
by kfarris
Okay so I download the newest version of xampp which is 1.8 or 8. whatever... :?
And I am installing it on my windows 8 notebook. I get a installation error ports 80 and 144 or whatever are being used... :?: :evil: So how do I fix this problem. :? Or find the program that's using those ports and uninstall or disable it... :?: :roll:

And please keep in mind that I don't use Skype and have never installed it on this PC. :|


I have python and several other programming software stuff installed. Also have server manager for windows 2012 server + some remote connection software too. :|


It's just the appache one that doesn't work when I load the xampp program tho everything else works. Just not freaking appache man... :|

Re: Install error ports 80 through..And Skype isn't installe

PostPosted: 11. August 2012 13:13
by JJ_Tagy
Open the xampp control panel and click on netstat. Is there anything listed under port 80 or port 443?

Re: Install error ports 80 through..And Skype isn't installe

PostPosted: 12. August 2012 12:16
by JonB
Also have server manager for windows 2012 server


Likely candidate -

Re: Install error ports 80 through..And Skype isn't installe

PostPosted: 14. August 2012 18:41
by kfarris
Thanks I found it and ya there was something occupying port 80...xP It was the stupid IIS server manager.... Forgot to turn that off.

Re: Install error ports 80 through..And Skype isn't installe

PostPosted: 14. August 2012 21:24
by JonB
OK, glad its fixed

Good Luck with XAMPP.

Re: Install error ports 80 - Skype isn't installed [Solved]

PostPosted: 07. September 2012 15:54
by westerdaled
Hi

I have the same issue as you. I noticed Server Manger was the issue so will double check tonight to see if that was turned off

with

net stop was /y

Re: Install error ports 80 - Skype isn't installed [Solved]

PostPosted: 07. September 2012 17:50
by JonB
net stop ONLY stops the current instance - when you reboot its right back. Easiest fix usually is to stop the service and change the Start Type to manual

Good Luck
:)

Re: Install error ports 80 - Skype isn't installed [Solved]

PostPosted: 07. September 2012 22:03
by westerdaled
Jon


I guess you refering to W3SVC service..... . I noticed that someone had posted that I need to turn on off IIS7 manager as well which I will do when next boot up in my dev domain and report back.

Daniel