急!XAMPP启动时,apache服务报错
9:56:03[Apache]Error:Apacheshutdownunexpectedly.9:56:03[Apache]Thismaybeduetoablocked...
9:56:03 [Apache] Error: Apache shutdown unexpectedly.
9:56:03 [Apache] This may be due to a blocked port, missing dependencies,
9:56:03 [Apache] improper privileges, a crash, or a shutdown by another method.
9:56:03 [Apache] Press the Logs button to view error logs and check
9:56:03 [Apache] the Windows Event Viewer for more clues
9:56:03 [Apache] If you need more help, copy and post this
9:56:03 [Apache] entire log window on the forums
不是端口原因吧,因为已经修改过了80和433了!log也没有打印出日志,真奇怪,找不到原因 展开
9:56:03 [Apache] This may be due to a blocked port, missing dependencies,
9:56:03 [Apache] improper privileges, a crash, or a shutdown by another method.
9:56:03 [Apache] Press the Logs button to view error logs and check
9:56:03 [Apache] the Windows Event Viewer for more clues
9:56:03 [Apache] If you need more help, copy and post this
9:56:03 [Apache] entire log window on the forums
不是端口原因吧,因为已经修改过了80和433了!log也没有打印出日志,真奇怪,找不到原因 展开
1个回答
展开全部
这个问题比较常见,
通常是80、443端口被占用
cmd 通过运行apache/bin/httpd.exe 打印如下log:
(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
: make_sock: could not bind to address 0.0.0.0:443
或者后面是80端口被占用
(OS
10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: could not bind to address 0.0.0.0:80 或[ : : ]:80
一、最快的处理方法就是修改端口号:
1、443端口被占用,apache无法监听443端口,该如何解决呢?
在系统中的路径/xampp/apache/chaodiquan.com/conf/extra/httpd-ssl.conf
把Listen 443 修改为 444(可自定义)
2、80端口被占用,apache无法监听80端口,该如何解决呢?
在系统中的路径/xampp/apache/chaodiquan.com/conf/extra/httpd.conf
把Listen 80 修改为 88 (可自定义)
如果配置了vhosts的话请把httpd-vhosts.conf 中端口改为88(同上端口号)
二、最直接的方法是关闭占用80、443端口的进程:
1.通过cmd中netstat -ano 看看本机80、 443端口被占用没 ----- --这里 可能会被其他程序占用如iis、虚拟机等
2.通过cmd中打印tasklist,查找占用80、443端口的进程名称。
3.taskkill /pid 端口号 杀掉此进程名称,XAMPP重启apache即可。
综上所述第一种方法推荐使用,第二种每次启动都或多或少的再次遇到。
通常是80、443端口被占用
cmd 通过运行apache/bin/httpd.exe 打印如下log:
(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
: make_sock: could not bind to address 0.0.0.0:443
或者后面是80端口被占用
(OS
10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: could not bind to address 0.0.0.0:80 或[ : : ]:80
一、最快的处理方法就是修改端口号:
1、443端口被占用,apache无法监听443端口,该如何解决呢?
在系统中的路径/xampp/apache/chaodiquan.com/conf/extra/httpd-ssl.conf
把Listen 443 修改为 444(可自定义)
2、80端口被占用,apache无法监听80端口,该如何解决呢?
在系统中的路径/xampp/apache/chaodiquan.com/conf/extra/httpd.conf
把Listen 80 修改为 88 (可自定义)
如果配置了vhosts的话请把httpd-vhosts.conf 中端口改为88(同上端口号)
二、最直接的方法是关闭占用80、443端口的进程:
1.通过cmd中netstat -ano 看看本机80、 443端口被占用没 ----- --这里 可能会被其他程序占用如iis、虚拟机等
2.通过cmd中打印tasklist,查找占用80、443端口的进程名称。
3.taskkill /pid 端口号 杀掉此进程名称,XAMPP重启apache即可。
综上所述第一种方法推荐使用,第二种每次启动都或多或少的再次遇到。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询