码迷,mamicode.com
首页 > 其他好文 > 详细

xampp启动时显示的错误

时间:2017-06-22 22:58:31      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:file   hang   error:   run   logs   ash   win   套接字   amp   

xampp启动时显示的错误为:

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、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/conf/extra/httpd-ssl.conf 

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

xampp启动时显示的错误

标签:file   hang   error:   run   logs   ash   win   套接字   amp   

原文地址:http://www.cnblogs.com/kupecn/p/7067498.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!