我在E:drive中安装了WAMP。我重新安装了Windows的新副本。从那以后,WAMP只有红色,而不是绿色模式。请帮忙我该怎么办?
答案 0 :(得分:1)
端口80可能被其他服务使用。测试使用apache> services> test port 80.并禁用该服务。
答案 1 :(得分:0)
当Windows重新安装或就地升级时,有时会清除Apache和MySQL服务,并重置PATH环境变量。
使用Apache和MySQL的“bin”文件夹更新Path。
重新安装服务......
如果您正在使用WampDeveloper(我不知道您使用的是哪个WAMP),请再次安装服务(从以管理员身份运行的命令行):
安装服务:
httpd -k install -f "C:\WampDeveloper\Config\Apache\httpd.conf" -DSSL
mysqld --install Mysql --defaults-file="C:\WampDeveloper\Config\Mysql\my.ini"
通用表格是:
Apache22\bin\httpd -k install
mysql5\bin\mysqld --install
答案 2 :(得分:0)
如果您使用Skpey退出并重新启动所有服务。 小费: 在Skype上菜单 - >工具 - >选项 - >高级 - >连接 禁用“使用端口80和443作为传入连接的替代方法”