本地前端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成功。