Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wampserver doesn't go green - stays orange

I am trying to install wampserver on a win7-32bit. The installation goes smoothly but the icon doesn't turn green. It stays orange saying "Server online". I've trying different solutions nothing worked: -changed apache port to 8080. -turn off IIS and other stuff - even tried to instal xampp server but that didn't work either.

What else is there to do? Thanks.

like image 529
arthur Avatar asked Apr 03 '12 19:04

arthur


People also ask

Why is my WampServer 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 WampServer is not working?

Right click on My Computer icon -> Properties Go to Device Manager Click on View menu and chooseShow hidden devices Now from the list choose Non-Plug and Play devices Double click HTTP -> go to Driver For Type choose Disabled Restart your computer After your computer boots up you should be able to start up WAMP server.

Why WAMP server is red?

if you have something listening on port 80 with pid 4 then that can cause wamp tray icon to stay red, and it may be this service causing it.


2 Answers

I have had this issue before and it turned out that Skype was interferring with port 80. So you may have to look at your system to see if you have another application utilizing this port.

Anyway under Skype, to change this setting it was: Tools->Options->Advanced->Connection->Use port 80 and 443 as alternatives for incoming connections. Untick this, restart Skype, restart wamp.

Related question

like image 60
hydrogen Avatar answered Oct 06 '22 01:10

hydrogen


If you install WAMPServer before you install the C++ Redistributable, it won't work even after you've installed it because you will miss a critical step in the installation where you tell Windows Firewall to let Apache run.

  1. Uninstall WAMP by running the unins file in the wamp directory
  2. Download and install the vbasic package here [http://www.microsoft.com/en-us/download/details.aspx?id=8328]
  3. Restart your computer
  4. Install WAMP again. You should see a message with a purple feather telling you to allow access. Do so, and you should be all good
like image 37
Code Whisperer Avatar answered Oct 05 '22 23:10

Code Whisperer