PHP Apache shutdown unexpectedly启动错误解释及解决的方法

本文介绍了解决Apache因80和443端口被占用而意外关闭的问题,提供了更改端口号和关闭占用进程两种方法。

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

PHP Apache shutdown unexpectedly启动错误解释及解决的方法

时间: 2017-06-11 12:58:23      阅读: 51      评论: 0      收藏: 0      [点我收藏+]

标签:src   hosts   iis   opp   bsp   网络   amp   more   ast   

在学PHP的时候,偶然发现XAMPP窗体Apache的启动出现错误,出现下面的错误提示:

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、443port被占用

cmd 通过执行apache/bin/httpd.exe 打印例如以下log: 
通过执行cmd ,输入命令行 netstat -a 查看全部的被占用的port;例如以下图:

技术分享
如图可知, 443的port被占用了,导致Apache 无法正常启动;

解决的方法例如以下:

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

(OS 10048)通常每一个套接字地址(协议/网络地址/port)仅仅同意使用一次。

: make_sock: could not bind to address 0.0.0.0:80 或[ : : ]:80

一、最快的处理方法就是改动port号:

1、443port被占用。apache无法监听443port,该怎样解决呢?

在/xampp/apache/conf/extra/httpd-ssl.conf

把Listen 443 改动为 444(可自己定义)


2、80port被占用,apache无法监听80port。该怎样解决呢?

在/xampp/apache/conf/extra/httpd.conf

把Listen 80 改动为 88 (可自己定义)

假设配置了vhosts的话请把httpd-vhosts.conf 中port改为88(同上port号)


二、最直接的方法是关闭占用80、443port的进程:
1. 通过cmd中netstat -ano 看看本机80、 443port被占用没 ----- --这里 可能会被其它程序占用如iis、虚拟机等
2.通过cmd中打印tasklist,查找占用80、443port的进程名称。


3.taskkill /pid port号 杀掉此进程名称。XAMPP重新启动apache就可以。

综上所述第一种方法推荐使用,另外一种每次启动都或多或少的再次遇到。



PHP Apache shutdown unexpectedly启动错误解释及解决的方法

标签:src   hosts   iis   opp   bsp   网络   amp   more   ast   

( 0)
( 0)
   
举报
评论 一句话评论(0
0条  
登录后才能评论!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值