When you start Apache today, it always prompts for failure, very simply, using Netstat-ano to discover that 80 ports are occupied. As shown in the figure:
According to PID: View the process name of PID in Task Manager
Since it is system. Then the real system should not be returned.
But the process of other products of Microsoft is running.
"Note: I have ended the IIS ADmin service in the service Services.msc"
But in fact the IIS service is really not shutting down.
Port 80 is also occupied by IIS 7.5:
You then open IIS Manager.
Right-click---> Stop in the IIS root directory
Then in the back to continue running in CMD Netstat-ano found 80 ports are not occupied.
(If you also install other Microsoft products such as SQL, you can stop its service test (although SQL should not affect, because SQL will almost not use 80 port))
However, in some cases, the above approach still does not solve the problem;
Here's another way to do this:
Open: Run, enter "Regeidt", and open Registry Editor.
As shown in the diagram, expand it to the left (hkey_local_machine/system/currentcontrolset/services/http)
HTTP is below and needs to be dragged down. Then HTTP is selected. Once selected, we will see a strart file on the right, double-click.
Then change the value to "0" and click OK. Save
Then in the back to continue running in CMD Netstat-ano found 80 ports are not occupied.