xampp中apache点击启动失败解决方法

错误提示:

9:15:53 AM  [Apache] Error: Apache shutdown unexpectedly.
9:15:53 AM  [Apache] This may be due to a blocked port, missing dependencies, 
9:15:53 AM  [Apache] improper privileges, a crash, or a shutdown by another method.
9:15:53 AM  [Apache] Press the Logs button to view error logs and check
9:15:53 AM  [Apache] the Windows Event Viewer for more clues
9:15:53 AM  [Apache] If you need more help, copy and post this
9:15:53 AM  [Apache] entire log window on the forums

解决方法:

1.80端口冲突,解决方法:

打开目录C:\xampp\apache\conf(我的安装目录为C:\xampp)下的httpd.conf文件,将Listen 80和 ServerName localhost:80中的80改为8081或其它值(尽量不要使用0-1023端口,这个是系统保留端口),要保持一致。
2.监听端口443冲突,解决方法:

打开目录C:\xampp\apache\conf\extra (我的安装目录为C:\xampp)下的httpd-ssl.conf文件,将Listen 443这句注释掉:# Listen 443或将443改为4433或其它值(尽量不要使用0-1023)。

再修改了以上两个端口后,再次启动apache,it works!

9:18:03 AM  [Apache] Problem detected!
9:18:03 AM  [Apache] Port 80 in use by "D:\Program Files\Skype\Phone\Skype.exe" with PID 4808!
9:18:03 AM  [Apache] Apache WILL NOT start without the configured ports free!
9:18:03 AM  [Apache] You need to uninstall/disable/reconfigure the blocking application
9:18:03 AM  [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:18:03 AM  [Apache] Problem detected!
9:18:03 AM  [Apache] Port 443 in use by "D:\Program Files\Skype\Phone\Skype.exe" with PID 4808!
9:18:03 AM  [Apache] Apache WILL NOT start without the configured ports free!
9:18:03 AM  [Apache] You need to uninstall/disable/reconfigure the blocking application
9:18:03 AM  [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:18:03 AM  [Apache] Attempting to start Apache app...
9:18:03 AM  [Apache] Status change detected: running

时间: 2024-12-20 14:14:19

xampp中apache点击启动失败解决方法的相关文章

小程序云开发调用HTTP请求中got第三方库使用失败解决方法

小程序云开发调用HTTP请求中got第三方库使用失败解决方法 错误代码 {"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"The \"original\" argument must be of type function"} 替换方案 // 云函数入口文件 const cloud = req

【转载】Apache shutdown unexpectedly启动错误解决方法

http://blog.csdn.net/dong123dddd/article/details/21372179 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启动错误解决方法

这个问题比较常见, 通常是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.

Android Studio ADB启动失败解决方法

在用Android studio启动自己的Android代码的时候,出现adb not responding. 解决方法: 1.输入netstat -aon|findstr "5037",可以看到进程号为5196的进程(这个进程号因机器和时间而异)在占用5037端口(adb需要使用此端口). 2.打开任务管理器,选择“进程”选项卡,点击选项栏“查看-选择列...”,勾选“PID(进程标识符)”,点确定.会看到每个进程都会显示它们的PID了.找到进程号为5196的进程,结束这个进程,ki

Win7系统中MySQL服务无法启动的解决方法

Win7系统中提示:本地无法启动MySQL服务,报的错误:1067,进程意外终止的解决方法.在本地计算机无法启动MYSQL服务错误1067进程意外终止.这种情况一般是my.ini文件配置出错了1.首先找到这个文件: Win7下的默认安装路径C:\ProgramData\MySQL\MySQL Server 5.6\my.ini打开此文件找到:default-storage-engine=INNODB将default-storage-engine的值改为:MYISAM.2.但是还有问题:因为以前你

ORA-01078和LRM-00109问题导致ORACLE启动失败解决方法

操作环境 SuSE11 + ORACLE11gR2(11.2.0.3) 问题现象 新安装ORACLE启动失败,提示ORA-01078和LRM-00109错误.具体错误现象如下 SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/home/oracle/base/dbs/initora11g.ora'  问题分析 根据错误分析是查找不到参

转: apache服务无法启动的解决方法

~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the requested operation has failed ~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件 documentRoot: "f:\lm\" 这里应该用正斜杠 f:/lm/ Apache不能启动解决办法 这是我这两天频繁遇到的问题.Apache服务器还真是问题少年!任何点改动都可能导致它无法使用. 原因一:80端口占用例如IIS,另外

License Manager 10.3启动失败解决方法

参考:http://jingyan.baidu.com/article/c275f6bac8763ae33d756788.html 安装ARCGIS10.3过程中无法启动license. 解决办法: 进入License10.3安装目录的bin目录下,在CMD中执行以下命令: C:\Program Files (x86)\ArcGIS\License10.3\bin>lmgrd -z -c service.txt 注意:输入的第一个字母时L不是I 执行完毕后如下图: 此时License Manag

apache不能正常启动的解决方法

报错:DocumentRoot must be a directory 查看Application log中的报错信息,定位到httpd conf文件. DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs/mytest"<Directory "/Applications/XAMPP/xamppfiles/htdocs/mytest"> 里面发现之前修改之后,用了中文字符的引号. 代码用NetBeans查