您的位置:首页 > 运维架构 > Apache

win10下xampp中apache无法启动的问题

2017-02-14 12:16 381 查看
12:00:39  [Apache] 	Error: Apache shutdown unexpectedly.
12:00:39  [Apache] 	This may be due to a blocked port, missing dependencies,
12:00:39  [Apache] 	improper privileges, a crash, or a shutdown by another method.
12:00:39  [Apache] 	Press the Logs button to view error logs and check
12:00:39  [Apache] 	the Windows Event Viewer for more clues
12:00:39  [Apache] 	If you need more help, copy and post this
12:00:39  [Apache] 	entire log window on the forums


检查系统端口80和443是否有被占用。

检查方法:

1. cmd>  resmon

2. listening ports中查看是否有使用80和443端口

3. 如果有那么结束相应的进程



参考资料:
http://stackoverflow.com/questions/14245474/apache-wont-run-in-xampp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  xampp apache