Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

yellow icon for wamp server

Tags:

wampserver

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?

like image 645
Momo88 Avatar asked May 18 '12 11:05

Momo88


People also ask

Why is my WampServer yellow?

To fix this issue, navigate to the WAMP server icon in the system tray > Apache > Service administration 'wampapache64' > Install Service. It will open the Command Prompt on your screen. After closing the Command Prompt, go to the same path and click on Start/Resume Service.

Why my WampServer is orange?

If the icon remains red or orange, it means that one or more components are not working as they should. Apache, MySQL and PHP all have error logs that are accessible from the WampServer menu and it's a good idea to check those if there's any problem but here are a couple of things you can also try.

Why is my WampServer not green?

And the icon does not turn green. This issue indicated that your apache has not started, this is normally because something else is using port 80. This will load a command window and tell you what is using port 80. Thanks for reading.


2 Answers

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

  1. Right click on skype.
  2. Click on quit and allow it to quit.
  3. Left click on the Wamp Server icon
  4. Click Start all services.
  5. Thats it! If you want to use skype, do all of the steps (1-4) then start skype again.
like image 140
bentenz5 Avatar answered Sep 25 '22 23:09

bentenz5


It's my own problem and solveed it. click start and type servicesp-> open it and stop it ( at the r8 side). click on the yellow icon and got apache--> service--> test port 80--> if it's available, then again go to apache --> service and --> install service

restart all services by clicking wamp icon and then you will find green

like image 33
user3512061 Avatar answered Sep 25 '22 23:09

user3512061