【发布时间】:2016-10-01 19:21:28
【问题描述】:
我已经在我的 PC(Windows 10)上安装了 wampserver 2.5,我遇到了红色/橙色图标问题,但是当我将光标悬停时,它显示 wamp 正在运行。请帮我解决这个问题。
【问题讨论】:
标签: mysql apache wampserver
我已经在我的 PC(Windows 10)上安装了 wampserver 2.5,我遇到了红色/橙色图标问题,但是当我将光标悬停时,它显示 wamp 正在运行。请帮我解决这个问题。
【问题讨论】:
标签: mysql apache wampserver
如果问题仍然存在,您可以打开“httpd.conf”文件并确认格式。有时在安装过程中会出现这种问题。但是有可能通过下一次修改来解决问题。
请记住,在我的情况下,我使用端口“8383”而不是“80”
1.- Open the file "httpd.conf" and copy all the text.
2.- Open a note++ and paste the text. (The reason of this action is just to have the correct format. )
3.- Check the line 61 you have only the next text "#Listen 12.34.56.78:8383"
4.- Line 62 with the next text "Listen 0.0.0.0:8383"
5.- Finally the line 63 with the text "Listen [::0]:8383" (in the link you will see the expected result)
6.- Copy and paste the text into "httpd.conf"
7.- Save the changes
8.- Restart the services
you will have something like that
重启服务后,您将看到所有服务正常工作,并且 Wamp 服务器处于“在线”状态。
如果这对你有用,请告诉我。我在 Windows 10 上看到了这个事件,之前在 Windows 7 或更低版本上没有发生过。
【讨论】:
第 1 步: 解决端口 80 问题
第 2 步:检查端口 80 的可用性
通过左键单击 wampserver 图标并选择重新启动所有服务重新启动所有服务
问题仍然存在???
通过单击 Apache>>Service 检查 Apache 服务是否已启动。如果服务已启动,则表示 Apache 正在使用端口 80。
左键单击 wampserver 图标检查 MySql 服务,然后转到 MySql>>Service。如果服务未启动,则打开 my.ini 文件。为此,左键单击 wampserver 图标,然后转到 MySql 并单击 my.ini,它将打开用记事本。
按 Ctrl+F 并输入 3306 并将所有已创建的项目替换为 3307.
通过左键单击 wampserver 图标并选择重新启动所有服务重新启动所有服务
Hurryyyy....那个.... 享受 Wampserver
【讨论】:
net stop was /y 不是永久解决方案。 IIS 将在下次重新启动时重新启动。如果您不使用 IIS,请卸载它,或者至少禁用它。 IIS 中还有其他一些将使用端口 80。
php.ini 文件并更改此参数以匹配新的端口号 mysqli.default_port =