100

I have Windows 7 (32-bit) installed on laptop.

I downloaded WAMP server and installed it with it's default options.

However, I noticed that Apache does not work (while MySQL does work!).

I tried to install it via Apache → Service → Install Service and got a message saying that port 80 is taken by Skype. I turned off Skype, and then Apache started to work.

How can I avoid this conflict and allow WAMP and Skype to work simultaneously?

Should I configure Apache to work with other port? Where?

Vadim Ovchinnikov
  • 13,327
  • 5
  • 62
  • 90
Misha Moroshko
  • 166,356
  • 226
  • 505
  • 746
  • The same is for Windows XP – Spec Apr 28 '13 at 13:45
  • @Spec And Windows 8. This issue is OS independent. – caiosm1005 Sep 14 '13 at 14:34
  • This question is offtopic on stackoverflow because it lacks the relation to programming tools. WAMP is basically a web server for windows. Skype is probably not used for development either. Because the nature of usage for both components is not programming related this question is more suitable for superuser. – konqi Dec 17 '13 at 07:58
  • A detail blog: http://goo.gl/JXWqfJ – Suresh Kamrushi Jan 20 '16 at 07:14
  • I think that, It should be reopened or removing [tag:wamp] from this community or at least closing the majority of its questions. – SaidbakR Jun 23 '16 at 23:45
  • As on latest Wamp server 3.0.6 you can do it like this http://stackoverflow.com/questions/34883201/wampserver-your-port-80-is-actually-used-by-microsoft-httpapi-2-0/43555153#43555153 – Hitesh Sahu Apr 22 '17 at 04:18
  • If you came here looking for a solution for the new skype i.e. 8.xx, unfortunately they have stopped giving that option – shabby Apr 12 '19 at 06:58

8 Answers8

240

In Skype:

Go to Tools → Options → Advanced → Connections and uncheck the box use port 80 and 443 as alternative. This should help.

As Salman Quader said: In the updated skype(8.x), there is no menu option to change the port. This means this answer is no longer valid.

Dion
  • 78
  • 1
  • 9
marines
  • 2,693
  • 1
  • 16
  • 16
24

Run Wamp services before Skype
Quit Skype >>> Run WAMP >>> Run Skype

Finni McFinger
  • 226
  • 4
  • 14
Medo Medo
  • 952
  • 2
  • 12
  • 21
  • 2
    This is my preferred method, so I don't have to change any Skype setting. – OMA Mar 30 '14 at 19:15
  • 1
    This method works initially. After a restart you'll end up with same problem. For effective solution you should consider to disable/uncheck "use port 80 and 443 for additional incoming connection" in Skype > Tools > Options > Advanced > Connection Screenshot: http://postimg.org/image/55wiwp9lj/ Restart of Skype required. – Omar Abdirahman Dec 29 '15 at 11:31
12

A small update for the new Skype options window. Please follow this:

Go to Tools → Options → Advanced → Connection and uncheck the box use port 80 and 443 as alternatives for incoming connections.

Vadim Ovchinnikov
  • 13,327
  • 5
  • 62
  • 90
somnath
  • 1,337
  • 1
  • 9
  • 13
9

I think it is better to change default port of Skype.

Open skype. Go to Tools, Options, Connections, change the port.

Donovan
  • 6,002
  • 5
  • 41
  • 55
7

Detail blog to fix this issue is : http://goo.gl/JXWqfJ

You can solve this problem by following two ways:
A) Start your WAMP befor you login to skype. So that WAMP will take over the the port and there will be no conflict with the port number. And you are able to use Skype as well as WAMP.
But this is not the permanent solution for your problem. Whenever you want to start WAMP you need to signout Skype first and than only you are able to start WAMP. Which is really i don’t like.

B) Second option is to change the port of Skype itself, so that it will not conflict with WAMP. Following screen/steps will help you to solve this problem:
1) SignIn to Skype.
2) Got to the Tools -> options
3) Select the “Advanced” -> Connection
4) Unchecked “Use port 80 and 443 as alternatives for incoming connections” checkbox and click save.
5) Now Signout and SignIn again to skype. (this change will take affect only you relogin to skype)
Now every time you start WAMP will not conflict with skype.

Suresh Kamrushi
  • 15,627
  • 13
  • 75
  • 90
5

I know this posting is old, but I had the same problem, WAMP would not go online (green) while SKYPE was running. I simply closed SKYPE, ran WAMP and then reloaded SKYPE. I have not verified this, but I think SKYPE port corrected to allow for WAMP settings. At least I have not experienced any problems doing it this way

Erick
  • 51
  • 1
  • 1
3
Options>Advanced>connections

Uncheck the option :

Use port 80 and 443 as alternative....
The Unfun Cat
  • 29,987
  • 31
  • 114
  • 156
2
  1. open skype
  2. click tools and go to options
  3. click advanced option from left side
  4. click connection
  5. unchecked (Use port 80 and 443 as alternatives for incoming connection)
gunr2171
  • 16,104
  • 25
  • 61
  • 88
ikbal
  • 39
  • 1