首页 > Windows开发 > 详细

Apache service named reported the following error(OS 10055)由于系统缓冲区空间不足或队列已满解决办法?

时间:2017-01-03 21:04:16      阅读:934      评论:0      收藏:0      [点我收藏+]

apache启动失败报错:

The Apache service named reported the following error:>>> AH00451: no listening sockets available, shutting down .

 

The Apache service named reported the following error:
>>> (OS 10055)由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。 : AH00073: make_sock: unable to listen for connections on address 0.0.0.0:9009


The Apache service named reported the following error:
>>> AH00015: Unable to open logs .


1.apache的配置文件httpd.conf出错,在windows里启动它,会提示the requested operation has failed。

解决方法:

用命令行模式启动apache,并带上参数,apache会提示你哪句有误,然后就可以针对性的解决,命令如下:

httpd.exe -w -n "Apache2" -k start


还有一种情况:
2.即使你这次启动了,下次你都有可能启动失败
在运行里输入:netsh winsock reset
一会儿cmd会提示你重启,不用理会,现在APACHE已经可以启动了。
其实就是一个winsock的修复 



Apache service named reported the following error(OS 10055)由于系统缓冲区空间不足或队列已满解决办法?

原文:http://www.cnblogs.com/testyao/p/6246024.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!