【发布时间】:2016-06-22 10:24:51
【问题描述】:
在 XAMPP 上打开 Apache 服务器时出现问题,它没有正确关闭
我特此附上错误
Problem detected!
3:47:51 PM [Apache] Port 8080 in use by "Unable to get info" with PID 6572!
3:47:51 PM [Apache] Apache WILL NOT start without the configured ports free!
3:47:51 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
3:47:51 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
3:47:51 PM [Apache] Problem detected!
3:47:51 PM [Apache] Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 2808!
3:47:51 PM [Apache] Apache WILL NOT start without the configured ports free!
3:47:51 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
3:47:51 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
3:47:51 PM [Apache] Attempting to start Apache app...
3:47:51 PM [Apache] Status change detected: running
3:47:52 PM [Apache] Status change detected: stopped
3:47:52 PM [Apache] Error: Apache shutdown unexpectedly.
3:47:52 PM [Apache] This may be due to a blocked port, missing dependencies,
3:47:52 PM [Apache] improper privileges, a crash, or a shutdown by another method.
3:47:52 PM [Apache] Press the Logs button to view error logs and check
3:47:52 PM [Apache] the Windows Event Viewer for more clues
3:47:52 PM [Apache] If you need more help, copy and post this
3:47:52 PM [Apache] entire log window on the forums
请帮忙!!!
【问题讨论】:
-
它非常清楚地告诉您问题所在。我不确定这里的任何人都能比 Apache 错误消息更好地解释它。您需要使用 Apache 想要的端口查找并关闭进程,或者重新配置它以使用不同的端口。
-
谢谢我得到了解决方案,我的 VLC 正在使用相同的 pid 所以帽子为什么它没有打开一旦我关闭我的 vlc 窗口然后它开始工作感谢您考虑我的问题@James McLeod