On some systems port 80 is blocked by a windows service. This service cannot be stopped in the service control panel.

You must stop and disable this service from the command prompt by running the commands:

 

net stop http /y
sc config http start= disabled