0

My WAMP icon is randomly orange. I think the only change I've made to this computer is installing Windows Visual Studio Express.

I've followed this on solving it... including changing Skype port and installing apache service fixes: Wampserver 2.1 gives orange icon after install on Windows 7

It gives the following... I have no idea what Microsoft-HTTPAPI/2.0 is... but more importantly why WAMP isn't running on this port:

enter image description here

Other things I've tried:

Any other suggestions?


EDIT:

enter image description here

Community
  • 1
  • 1
user3871
  • 12,432
  • 33
  • 128
  • 268
  • 3
    This one bit me as well - see http://www.ferolen.com/blog/microsoft-httpapi2-0-use-port-80-cannot-start-wamp-apache/ for more detail. You need to deactivate the `Web Deployment Agent Service (MsDepSvc)` service – fvu Jun 25 '14 at 23:49
  • Okay I did that, but Web Deployment Agent Service started itself on system reboot... and I tried manually starting apache from `Admin tools -> Services` and it threw the error above. – user3871 Jun 25 '14 at 23:57
  • @fvu Since it seems correlated to my MS Visual Studio install, I read this line `solutions mentioned about turning off Microsoft SQL Server Reporting Services (SSRS)` and thought of uninstalling it. You think that would help? – user3871 Jun 25 '14 at 23:58
  • @fvu whoops. Had to go to `msconfig` and turn off the auto start for `Web Deployment Agent Service` and, on restart, the WAMP platform boots up. Thanks! – user3871 Jun 26 '14 at 00:01
  • @fvu please post as answer, including changing auto start in `msconfig`, and I'll accept it! Thanks again – user3871 Jun 26 '14 at 00:02
  • I just checked, seems like I didn't have to do anything in MSConfig, could be related to the version/edition of MsDepSvc?? Mine came with WebMatrix. – fvu Jun 26 '14 at 15:04

1 Answers1

1

This one bit me as well - see http://www.ferolen.com/blog/microsoft-httpapi2-0-use-port-80-cannot-start-wamp-apache/ for more detail. You need to deactivate the "Web Deployment Agent Service" (MsDepSvc) service.

Several references to that service here on SO as well, like here, it doesn't seem useful at all when you're using a non IIS stack.

Community
  • 1
  • 1
fvu
  • 32,488
  • 6
  • 61
  • 79