牛骨文教育服务平台(让学习变的简单)
博文笔记

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

创建时间:2017-02-14 投稿人: 浏览次数:1360
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. 如果有那么结束相应的进程

enter image description here

参考资料:

http://stackoverflow.com/questions/14245474/apache-wont-run-in-xampp

声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。