码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2017-01-03 21:07:24      阅读:1676      评论:0      收藏:0      [点我收藏+]

标签:ror   缓冲区   httpd   requested   make   ati   open   report   ons   

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)由于系统缓冲区空间不足或队列已满解决办法?

标签:ror   缓冲区   httpd   requested   make   ati   open   report   ons   

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

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