XAMPP Error: Apache shutdown unexpectedly. 解决思路

本文介绍了当Apache服务启动失败时的排查步骤,包括检查错误日志、确认端口占用情况及如何释放被占用的端口等操作。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

我建议首先 运行在cmd中运行 (安装目录)apache/bin/httpd.exe 

之后就很好确定错误的具体原因了,而不是根据下面的那样猜端口,比如我遇到的问题,就是配置的路径不存在导致的。 

参考资料:

http://blog.youkuaiyun.com/klarclm/article/details/8970652
无法启动apache,显示的log为: 

20:41:12  [Apache] Error: Apache shutdown unexpectedly. 
20:41:12  [Apache] This may be due to a blocked port, missing dependencies, 
20:41:12  [Apache] improper privileges, a crash, or a shutdown by another method. 
20:41:12  [Apache] Check the "/xampp/apache/logs/error.log" file 
20:41:12  [Apache] and the Windows Event Viewer for more clues 

查了一下 通常是80端口  但是也需要别的端口的

通过运行apache/bin/httpd.exe 打印如下log: 
(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: could not bind to address 0.0.0.0:443

也就是443端口被占用,apache无法监听443端口,该如何解决呢? 

最直接的方法是关闭占用443端口的进程: 
1. netstat -ano 看看 443端口被占用没                                      --这里 原来被虚拟机占用了 我日
2.通过cmd中打印tasklist,查找占用443端口的进程。 
3.taskkill /pid 端口号 杀掉此进程,XAMPP重启apache即可。
作者:  火地晋 
出处:  http://yelaiju.cnblogs.com 
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
19:23:03 [main] Checking for prerequisites 19:23:04 [main] All prerequisites found 19:23:04 [main] Initializing Modules 19:23:04 [mysql] MySQL Service detected with wrong path 19:23:04 [mysql] Change XAMPP MySQL and Control Panel settings or 19:23:04 [mysql] Uninstall/disable the other service manually first 19:23:04 [mysql] Found Path: D:\lenovo\mysql\mysql-8.0.42-winx64\bin\mysqld MySQL 19:23:04 [mysql] Expected Path: d:\lenovo\xampp\mysql\bin\mysqld.exe --defaults-file=d:\lenovo\xampp\mysql\bin\my.ini mysql 19:23:04 [mysql] Problem detected! 19:23:04 [mysql] Port 3306 in use by "Unable to open process"! 19:23:04 [mysql] MySQL WILL NOT start without the configured ports free! 19:23:04 [mysql] You need to uninstall/disable/reconfigure the blocking application 19:23:04 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port 19:23:04 [main] Starting Check-Timer 19:23:04 [main] Control Panel Ready 19:23:10 [Apache] Attempting to start Apache app... 19:23:11 [Apache] Status change detected: running 19:23:12 [Apache] Status change detected: stopped 19:23:12 [Apache] Error: Apache shutdown unexpectedly. 19:23:12 [Apache] This may be due to a blocked port, missing dependencies, 19:23:12 [Apache] improper privileges, a crash, or a shutdown by another method. 19:23:12 [Apache] Press the Logs button to view error logs and check 19:23:12 [Apache] the Windows Event Viewer for more clues 19:23:12 [Apache] If you need more help, copy and post this 19:23:12 [Apache] entire log window on the forums
05-10
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值