As you all know what is WAMP Server, But those who not aware about it here is the short introduction about WAMP Server
WampServer is a Windows web development environment. It allows you to create web application with Apache2, PHP and a MySQL database.
Alongside, you can create your own application and host it locally.
Most of the time developer or tester use this for testing purpose or to create local environment.
You can see more about WAMPSERVER Click here .
As our scope is to see how to troubleshoot the issue if WAMP server is not turning GREEN,
There are 3 indication When you start your WampServer
Green = Apache and MySQL Service started
Orange = One of the services has not started ! This is a problem indicator
Red = Apache and MySQL Services NOT RUNNING
ISSUE :-
After installing WAMP server. The icon in the tray goes red and then organge and from orange to green but its stuck on ORANGE. I can not get to the mysql console. And the icon does not turn green.
I cannot get to the phpmyadmin site too. It gives me an error
Solution:-
This issue indicated that your apache has not started, this is normally because something else is using port 80.
Steps to follow
1) Do left click on wampmanager ->Apache ->Service-> Test port 80
This will load a command window and tell you what is using port 80.
You will have to stop or uninstall that app.(In my case i am using Skype so just quit the skype)
NOTE : Make sure you have install Apache services
i.e Go to Apache==> Services ==> Install
(THIS STEP NEED TO BE DONE)
Now you can see GREEN colour mark on your WampServer
OR
If that also not work then you can do below steps :-
An other solution could be to simply alter the appache httpd.conf. You can acces this file from the wamp menu > Apache > httpd.conf
Next alter the
#Listen 12.34.56.78:80
Listen 80
To for example
#Listen 12.34.56.78:7080
Listen 7080
Restart wamp and services then type http://localhost:7080 and you'll have wamp up and running
Hope it helps you :)
Thanks for reading.
WampServer is a Windows web development environment. It allows you to create web application with Apache2, PHP and a MySQL database.
Alongside, you can create your own application and host it locally.
Most of the time developer or tester use this for testing purpose or to create local environment.
You can see more about WAMPSERVER Click here .
As our scope is to see how to troubleshoot the issue if WAMP server is not turning GREEN,
There are 3 indication When you start your WampServer
Green = Apache and MySQL Service started
Orange = One of the services has not started ! This is a problem indicator
Red = Apache and MySQL Services NOT RUNNING
ISSUE :-
After installing WAMP server. The icon in the tray goes red and then organge and from orange to green but its stuck on ORANGE. I can not get to the mysql console. And the icon does not turn green.
I cannot get to the phpmyadmin site too. It gives me an error
Solution:-
This issue indicated that your apache has not started, this is normally because something else is using port 80.
Steps to follow
1) Do left click on wampmanager ->Apache ->Service-> Test port 80
This will load a command window and tell you what is using port 80.
You will have to stop or uninstall that app.(In my case i am using Skype so just quit the skype)
NOTE : Make sure you have install Apache services
i.e Go to Apache==> Services ==> Install
(THIS STEP NEED TO BE DONE)
Now you can see GREEN colour mark on your WampServer
OR
If that also not work then you can do below steps :-
An other solution could be to simply alter the appache httpd.conf. You can acces this file from the wamp menu > Apache > httpd.conf
Next alter the
#Listen 12.34.56.78:80
Listen 80
To for example
#Listen 12.34.56.78:7080
Listen 7080
Restart wamp and services then type http://localhost:7080 and you'll have wamp up and running
Hope it helps you :)
Thanks for reading.
10 comments
Write commentsThanks for the info, exactly what I was looking for. i am finding one more Trick to solve this problem check this http://yupyapper.com/wamp-server-does-not-go-green-not-working/
ReplyThanks. Good to see your methods too :)
ReplyMy wamp is turning to green before but now it is no longer turning to green, it is staying to orange. i have made all tests but no other program is using the port 80 apart from wamp. localhost page is displaying but i cannot navigate to phpmyadmin or other pages. they are displaying error. i do not know what to do.
ReplyHi, Can you check out which different services your ports using by opening your cmd (admin privilege) and type this command netstat -b
ReplyThis will make our task easier to identify which service using port 80.
I tried the two ways mentioned above but i didn't reach in green please help
ReplyHi, Can you please try restarting your wamp server. Also check which services your port using by using command netstat -b this will help in troubleshooting the root cause.
ReplyMy Error Below :
Reply[Fiddler] The socket connection to localhost failed.
ErrorCode: 10061.
No connection could be made because the target machine actively refused it 127.0.0.1:80
what can i do?
It seems you are using interception proxy fiddler. Check the port number used in fiddler.
Replywamp server not turning colour from red to any,how can i fix this problem?
ReplyTry to reinsatll and install it again. Let me know if it works or not.
ReplyEmoticonEmoticon