本地前端xmapp apache忽然不能启动了,前端
报错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 forumsapp
网上找到方法不是很合适:post
①改httpd.conf和httpd-ssl.conf中的端口号 :吧80和443分别改为不经常使用的端口号如8001 4431,可是强迫症不行啊。this
②netstat -ano 查找使用80端口的进程,个人是pid 4 ,再tasklist找到pid4 ,是system,找了半天分不清究竟是哪一个system service。spa
最终方法进程
用admin 打开cmd,net stop http,提示print spools和branch cache在使用。 查了下好像也没什么大用,直接y,终止。ssl
启动apache成功。 ci