Xampp Apache shutdown unexpectedly

今天在安装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,就可以了。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值