Possible Method 1:
After SP1 is updated in vs2010, a service is automatically started at startup, occupying port 80 of Wamp, resulting in Wamp failure to start Apache. Prompt message:
Your port 80 is actually used:
Server: Microsoft-httpapi/2.0
Press enter to exit...
Solution: 1. Go to Control Panel> Management Tools> services. 2. Stop the [web deployment proxy service] and set it to the manual or disabled status to prevent the next startup from occupying port 80 of Apache again.
Possible Method 2:
Recently, the system was reinstalled. For some reason, some other software was installed. As a result, port 80 was snatched and netstat was snatched by system processes. I am so curious. After checking for half a day, there is no poisoning, that is, the software problem. Then, I looked at the newly installed SQL sever2008, the biggest suspect. In addition to anti-virus and virus, I think it's only Microsoft. Okay, let's not talk about it anymore. The final result is solved. The solution is to stop the service named "SQL Server Reporting Services (MSSQLServer. Computer> right-click Management> services and applications Program-> Service-> SQL Server reporting services-> right-click to stop-> OK! Come back