【问题标题】:Wampserver red or orange icon issues?Wampserver 红色或橙色图标问题?
【发布时间】:2016-10-01 19:21:28
【问题描述】:

我已经在我的 PC(Windows 10)上安装了 wampserver 2.5,我遇到了红色/橙色图标问题,但是当我将光标悬停时,它显示 wamp 正在运行。请帮我解决这个问题。

【问题讨论】:

    标签: mysql apache wampserver


    【解决方案1】:

    如果问题仍然存在,您可以打开“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 或更低版本上没有发生过。

    【讨论】:

      【解决方案2】:

      第 1 步: 解决端口 80 问题

      1. 左键单击 wampserver 图标,然后单击 Apache>>Service>>Test Port 80。(这将显示系统中的哪个程序使用端口 80)。李>
      2. 如果“Microsoft IIS”使用端口 80,则只需以 Command Prompt 的身份运行“Command Prompt” >管理员并输入此命令net stop was /y
      3. 如果 Skype 使用端口 80,则转到 工具>>选项>>高级>>连接和“取消选中”框“使用端口 80 和 443 作为替代

      第 2 步:检查端口 80 的可用性

      1. 通过左键单击 wampserver 图标并选择重新启动所有服务重新启动所有服务

        问题仍然存在???

      2. 通过单击 Apache>>Service 检查 Apache 服务是否已启动。如果服务已启动,则表示 Apache 正在使用端口 80。

      3. 左键单击 wampserver 图标检查 MySql 服务,然后转到 MySql>>Service。如果服务未启动,则打开 my.ini 文件。为此,左键单击 wampserver 图标,然后转到 MySql 并单击 my.ini,它将打开用记事本。

      4. Ctrl+F 并输入 3306 并将所有已创建的项目替换为 3307.

      5. 通过左键单击 wampserver 图标并选择重新启动所有服务重新启动所有服务

      Hurryyyy....那个.... 享受 Wampserver

      【讨论】:

      • 添加您可以找到此信息的链接。
      • net stop was /y 不是永久解决方案。 IIS 将在下次重新启动时重新启动。如果您不使用 IIS,请卸载它,或者至少禁用它。 IIS 中还有其他一些将使用端口 80。
      • 3306 端口被其他东西占用是很奇怪的,除非你有 2 个 MYSQL 服务器在这台机器上运行。在您成为专家之前,我会卸载其他 MYSQL Server,确保不需要它并备份它可能包含的任何数据库
      • 如果您确实将 MYSQL 更改为使用不同的端口,您还需要修改 php.ini 文件并更改此参数以匹配新的端口号 mysqli.default_port =
      • @Katana!这个答案是很多谷歌搜索的结果
      猜你喜欢
      • 2014-03-07
      • 1970-01-01
      • 2013-04-29
      • 2014-06-14
      • 2016-03-10
      • 2018-09-04
      • 2011-07-13
      • 2012-04-17
      相关资源
      最近更新 更多