yellow icon for wamp server

wampserver

Solution

Ok, i figured this out. What is happening is Skype is blocking port 80. So, you have to do the following:

- Right click on skype.

- Click on quit and allow it to quit.

- Left click on the Wamp Server icon

- Click Start all services.

- Thats it! If you want to use skype, do all of the steps (1-4) then start skype again.

Problem

the icon of wamp server is yellow, I tried in: 1.Open file httpd.conf through wamp tray icon Find: ``` # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from 127.0.0.1 ``` Change to: ``` # onlineoffline tag - don't remove Order Deny,Allow Allow from all ``` no change! 2.left click the wamp icon > Put Online no change, still online put yellow icon --> locall host not work 3.apache --> service --> start service --> not work 4.apache --> service --> test port 80 --> your port actually used by: server : Microsoft I don't know what to do?

Original source