我无法启动我的阿帕奇

时间:2015-02-07 16:05:33

标签: php apache xampp

几个月前我安装了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上的端口,我试图阻止万维网发布服务。有人有解决方案吗?

1 个答案:

答案 0 :(得分:0)

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

其他选项是

  1. 启动XAMPP
  2. 单击Config并选择Apache(httpd.conf)
  3. 搜索“Listen 80”和“ServerName localhost:80”
  4. 将其更改为“Listen 8080”和“ServerName localhost:8080”
  5. 重新启动服务器并点击http://localhost:8080/