安装了vmware虚拟机的pc,安装xampp后,apache不能启动问题的解决

来源:互联网 发布:全球城市数据库 mysql 编辑:程序博客网 时间:2024/04/30 10:29

    启动apache的时候,报如下错误:

9:47:34  [Apache] Attempting to start Apache app...
9:47:34  [Apache] Status change detected: running
9:47:35  [Apache] Status change detected: stopped
9:47:35  [Apache] Error: Apache shutdown unexpectedly.
9:47:35  [Apache] This may be due to a blocked port, missing dependencies, 
9:47:35  [Apache] improper privileges, a crash, or a shutdown by another method.
9:47:35  [Apache] Press the Logs button to view error logs and check
9:47:35  [Apache] the Windows Event Viewer for more clues
9:47:35  [Apache] If you need more help, copy and post this
9:47:35  [Apache] entire log window on the forums


    右击“计算机”,选择弹出菜单的“计算机管理(本地)”,打开窗口后,点开“服务和应用程序”,就可看到“服务”菜单了,停止vmware workstation server


   然后启动apache,启动成功

0 0