Xampp Apache shutdown unexpectedly

本文介绍了解决 XAMPP 中 Apache 服务无法启动的问题,详细说明了错误信息提示及排查步骤,提供了两种解决方案:一是找到并关闭占用 443 端口的进程;二是更改 Apache 的 SSL 配置文件 httpd-ssl.conf 中的端口号。

今天在安装xampp的时候,启动的时候apache无法启动,报了这个错误,具体错误为:
Apache shutdown unexpectedly,This may be due to a blocked port, missing dependencies

22:41:13  [Apache]  Error: Apache shutdown unexpectedly.
22:41:13  [Apache]  , 
22:41:13  [Apache]  improper privileges, a crash, or a shutdown by another method.
22:41:13  [Apache]  Press the Logs button to view error logs and check
22:41:13  [Apache]  the Windows Event Viewer for more clues
22:41:13  [Apache]  If you need more help, copy and post this
22:41:13  [Apache]  entire log window on the forums

用命令行运行httpd.exe,会将具体的报错信息显示出来
Xampp Apache shutdown unexpectedly,This may be due to a blocked port, missing dependencies

显示443端口不能被使用,那么就是这个端口被占用了
有两个解决方法:

第一:找到占用的程序,手动将这个程序关掉
查询443端口,并杀死进程

进程相关命令
netstat –ano #查看所有进程
netstat -ano|findstr 443 #查询443端口的进程
tasklist|findstr 443 # 关闭443进程


第二:将端口号修改一直,比如将443变为444,文件为httpd-ssl.conf;
我的具体路径为:H:\xamp\apache\conf\extra\httpd-ssl.conf
修改httpd-ssl.conf文件,修改端口号为444然后重启apache


修改完之后重启apache,就可以了。

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、付费专栏及课程。

余额充值