zoukankan      html  css  js  c++  java
  • error: Apache shutdown unexpectedly.

    本地前端xmapp apache突然不能启动了,

    报错

    15:36:48 [Apache] Error: Apache shutdown unexpectedly.
    15:36:48 [Apache] This may be due to a blocked port, missing dependencies,
    15:36:48 [Apache] improper privileges, a crash, or a shutdown by another method.
    15:36:48 [Apache] Press the Logs button to view error logs and check
    15:36:48 [Apache] the Windows Event Viewer for more clues
    15:36:48 [Apache] If you need more help, copy and post this
    15:36:48 [Apache] entire log window on the forums

    网上找到方法不是很合适:

    ①改httpd.conf和httpd-ssl.conf中的端口号 :吧80和443分别改成不常用的端口号如8001 4431,但是强迫症不行啊。

    ②netstat -ano 查找使用80端口的进程,我的是pid 4 ,再tasklist找到pid4 ,是system,找了半天分不清到底是哪个system service。

    最终方法

    用admin 打开cmd,net stop http,提示print spools和branch cache在使用。 查了下好像也没什么大用,直接y,终止。

    启动apache成功。 

  • 相关阅读:
    【转载】关于C#中动态加载AppDomain的问题
    poj2239
    poj2231
    poj2229
    poj2234
    poj2236
    前 路
    只含一个单词的句子
    做人准则
    改变人生的32句励志名言
  • 原文地址:https://www.cnblogs.com/lizhang4/p/10375599.html
Copyright © 2011-2022 走看看