WAMP is not running

╄→尐↘猪︶ㄣ 提交于 2019-12-11 11:51:59

问题


I had installed WAMP in E: drive. I re-installed fresh copy of windows. Since then, WAMP only comes in red shade , not coming in green mode. Please help what should I do?


回答1:


port 80 might be used by other services. test that using apache>services>test port 80. and disable that service.




回答2:


When Windows is re-install or upgraded in-place, sometimes both the Apache and MySQL services are cleared out and the PATH environmental variable is reset.

  1. Update the Path with the "bin" folders of Apache and MySQL.

  2. Re-install the services...

If you are using WampDeveloper (I don't know which WAMP you are using), to install the services again it's (from the command line running as administrator):

Install Services:

httpd -k install -f "C:\WampDeveloper\Config\Apache\httpd.conf" -DSSL
mysqld --install Mysql --defaults-file="C:\WampDeveloper\Config\Mysql\my.ini"

The generic forms are:

Apache22\bin\httpd -k install
mysql5\bin\mysqld --install



回答3:


If you are using Skpey exit and restart all service. Tip: on skype menu --> Tools --> Options --> advanced --> connection Disable "Use port 80 and 443 as alternatives for incoming connections"



来源:https://stackoverflow.com/questions/8819918/wamp-is-not-running

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!