首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我不能启动我的apache

我不能启动我的apache
EN

Stack Overflow用户
提问于 2015-02-08 00:05:33
回答 1查看 89关注 0票数 0

我几个月前安装了Xampp。在我安装它之后,我已经将我的端口改为7777,它运行得很流畅,没有任何问题。但是几天前,我下载了laravel到我的电脑上,不知何故,我无法启动我的apache。它显示端口80正在被使用

代码语言:javascript
复制
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上的端口,并尝试停止万维网发布服务。有人有解决这个问题的办法吗?

EN

回答 1

Stack Overflow用户

发布于 2015-02-08 01:12:15

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

其他选项是

Click on >为服务器启动XAMPP并单击Config,然后选择Apache(httpd.conf)

  • Search for "Listen 80“和”localhost:80"

  • Change

  • it to "Listen 8080“

  • ServerName ServerName http://localhost:8080/

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28384282

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档