【问题标题】:I can't start my apache我无法启动我的 apache
【发布时间】:2015-04-07 16:30:46
【问题描述】:

几个月前我安装了 Xampp。安装后,我将端口更改为 7777,它运行顺利,没有任何问题。但是几天前我将laravel下载到我的电脑中,不知何故我无法启动我的apache。它说正在使用端口 80

10:57:29 PM  [Apache]   Problem detected!
10:57:29 PM  [Apache]   Port 80 in use by "Unable to open process" with PID 4!
10:57:29 PM  [Apache]   Apache WILL NOT start without the configured ports free!
10:57:29 PM  [Apache]   You need to uninstall/disable/reconfigure the blocking application
10:57:29 PM  [Apache]   or reconfigure Apache and the Control Panel to listen on a different port
10:57:29 PM  [Apache]   Problem detected!
10:57:29 PM  [Apache]   Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Player\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 4252!
10:57:29 PM  [Apache]   Apache WILL NOT start without the configured ports free!
10:57:29 PM  [Apache]   You need to uninstall/disable/reconfigure the blocking application
10:57:29 PM  [Apache]   or reconfigure Apache and the Control Panel to listen on a different port

我已更改 httpd.conf 上的端口,并尝试停止 World Wide Web Publishing Service 。有人对此有解决方案吗?

【问题讨论】:

    标签: php apache xampp


    【解决方案1】:

    看起来你也安装了 VMware, 转到服务并停止 VMware 的服务。 重启 XAMPP 服务器。

    其他选项是

    1. 启动 XAMPP
    2. 点击配置并选择Apache(httpd.conf)
    3. 搜索“Listen 80”和“ServerName localhost:80”
    4. 改成“Listen 8080”和“ServerName localhost:8080”
    5. 重启服务器并点击http://localhost:8080/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-10-26
      • 1970-01-01
      • 2016-04-22
      • 2016-09-05
      • 2017-03-19
      • 2013-10-29
      • 1970-01-01
      • 2021-05-16
      相关资源
      最近更新 更多