WAMP port 80 busy

port80, wampserver

Solution

This problem can be also from `SQL Server Reporting Services`. You need to stop/disable this service from:

`Control Panel->System and Security->Administrative Tool->Services` and stop the service named SQL Server Reporting Services (InstanceName)

Open `SQL Server Configuration Manager -> SQL Server Services` stop/disable SQL Server Reporting Services (InstanceName)

Problem

I have installed WAMP on Windows 7 64-bit. When I try to start it, it says port 80 is used by "Server: Microsoft HTTPAPI/2.0". I have checked and IIS is not installed. What should I do?

Original source

Related problems