我几个月前安装了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上的端口,并尝试停止万维网发布服务。有人有解决这个问题的办法吗?
发布于 2015-02-08 01:12:15
看起来你也安装了VMware,转到服务并停止VMware的服务。重新启动XAMPP服务器。
其他选项是
Click on >为服务器启动XAMPP并单击Config,然后选择Apache(httpd.conf)
”
https://stackoverflow.com/questions/28384282
复制相似问题