XAMPP Error: Apache shutdown unexpectedly. 解决思路
添加时间:2013-8-5 点击量:
我建议起首 运行在cmd中运行 (安装目次)apache/bin/httpd.exe
之后就很好断定错误的具体原因了,而不是按照下面的那样猜端口,比如我碰到的题目,就是设备的路径不存在导致的。
参考材料:
http://blog.csdn.net/klarclm/article/details/8970652无法启动apache,显示的log为:
20:41:12 [Apache] Error: Apache shutdown unexpectedly.
20:41:12 [Apache] This may be due to a blocked port, missing dependencies,
20:41:12 [Apache] improper privileges, a crash, or a shutdown by another method.
20:41:12 [Apache] Check the /xampp/apache/logs/error.log file
20:41:12 [Apache] and the Windows Event Viewer for more clues
查了一下 凡是是80端口 然则也须要此外端口的
经由过程运行apache/bin/httpd.exe 打印如下log:
(OS 10048)凡是每个套接字地址(和谈/收集地址/端口)只容许应用一次。 : make_sock: could not bind to address 0.0.0.0:443
也就是443端口被占用,apache无法443端口,该如何解决呢?
最直接的办法是封闭占用443端口的过程:
1. netstat -ano 看看 443端口被占用没 --这里 本来被虚拟机占用了
2.经由过程cmd中打印tasklist,查找占用443端口的过程。
3.taskkill /pid 端标语 杀掉此过程,XAMPP重启apache即可。原来,再大的房子,再大的床,没有相爱的人陪伴,都只是冰冷的物质。而如果身边有爱人陪伴,即使房子小,床小,也觉得无关紧要,因为这些物质上面有了爱的温度,成了家的元素。—— 何珞《婚房》#书摘#
我建议起首 运行在cmd中运行 (安装目次)apache/bin/httpd.exe
之后就很好断定错误的具体原因了,而不是按照下面的那样猜端口,比如我碰到的题目,就是设备的路径不存在导致的。
参考材料:
http://blog.csdn.net/klarclm/article/details/8970652
无法启动apache,显示的log为:
20:41:12 [Apache] Error: Apache shutdown unexpectedly.
20:41:12 [Apache] This may be due to a blocked port, missing dependencies,
20:41:12 [Apache] improper privileges, a crash, or a shutdown by another method.
20:41:12 [Apache] Check the /xampp/apache/logs/error.log file
20:41:12 [Apache] and the Windows Event Viewer for more clues
查了一下 凡是是80端口 然则也须要此外端口的
经由过程运行apache/bin/httpd.exe 打印如下log:
(OS 10048)凡是每个套接字地址(和谈/收集地址/端口)只容许应用一次。 : make_sock: could not bind to address 0.0.0.0:443
也就是443端口被占用,apache无法443端口,该如何解决呢?
最直接的办法是封闭占用443端口的过程:
1. netstat -ano 看看 443端口被占用没 --这里 本来被虚拟机占用了
2.经由过程cmd中打印tasklist,查找占用443端口的过程。
3.taskkill /pid 端标语 杀掉此过程,XAMPP重启apache即可。
原来,再大的房子,再大的床,没有相爱的人陪伴,都只是冰冷的物质。而如果身边有爱人陪伴,即使房子小,床小,也觉得无关紧要,因为这些物质上面有了爱的温度,成了家的元素。—— 何珞《婚房》#书摘#
20:41:12 [Apache] Error: Apache shutdown unexpectedly.
20:41:12 [Apache] This may be due to a blocked port, missing dependencies,
20:41:12 [Apache] improper privileges, a crash, or a shutdown by another method.
20:41:12 [Apache] Check the /xampp/apache/logs/error.log file
20:41:12 [Apache] and the Windows Event Viewer for more clues
查了一下 凡是是80端口 然则也须要此外端口的
经由过程运行apache/bin/httpd.exe 打印如下log:
(OS 10048)凡是每个套接字地址(和谈/收集地址/端口)只容许应用一次。 : make_sock: could not bind to address 0.0.0.0:443
也就是443端口被占用,apache无法443端口,该如何解决呢?
最直接的办法是封闭占用443端口的过程:
1. netstat -ano 看看 443端口被占用没 --这里 本来被虚拟机占用了
2.经由过程cmd中打印tasklist,查找占用443端口的过程。
3.taskkill /pid 端标语 杀掉此过程,XAMPP重启apache即可。