Apache shutdown unexpectedly启动错误如何解决?(方法介绍)


本文摘自PHP中文网,作者不言,侵删。

本篇文章给大家带来的内容是关于Apache shutdown unexpectedly启动错误如何解决?(方法介绍),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。

xampp启动时显示的错误为:

9:52:41 [Apache] Attempting to start Apache app...

9:52:41 [Apache] Status change detected: running
9:52:42 [Apache] Status change detected: stopped
9:52:42 [Apache] Error: Apache shutdown unexpectedly.
9:52:42 [Apache] This may be due to a blocked port, missing dependencies,
9:52:42 [Apache] improper privileges, a crash, or a shutdown by another method.
9:52:42 [Apache] Check the "/xampp/apache/logs/error.log" file

9:52:42 [Apache] and the Windows Event Viewer for more clues

这个问题比较常见, 通常是80、443端口被占用

cmd 通过运行apache/bin/httpd.exe 打印如下log:

(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: could not bind to address 0.0.0.0:443
或者后面是80端口被占用

阅读剩余部分

相关阅读 >>

wamp中如何打开mysql

Apache服务器是什么

Apache shutdown unexpectedly启动错误如何解决?(方法介绍)

更多相关阅读请进入《Apache》频道 >>


数据库系统概念 第6版
书籍

数据库系统概念 第6版

机械工业出版社

本书主要讲述了数据模型、基于对象的数据库和XML、数据存储和查询、事务管理、体系结构等方面的内容。



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...