【问题标题】:Cant Opening Apache Server while using xampp使用 xampp 时无法打开 Apache 服务器
【发布时间】: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

标签: php apache xampp


【解决方案1】:

您有 2 个应用程序阻塞了您的端口,即 443 和 8080。 443 被 vmware 占用,您可以将其更改为其他内容。 8080 被未知应用程序使用。 如果您不想寻找哪个进程使用了​​哪个端口,您可以在 xampp 配置上更改这两个端口。

【讨论】:

    猜你喜欢
    • 2016-03-22
    • 2018-05-04
    • 2015-07-03
    • 2016-04-19
    • 2018-06-18
    • 2020-02-01
    • 2022-01-11
    • 2016-01-08
    • 1970-01-01
    相关资源
    最近更新 更多