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

    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的修复 



  • 相关阅读:
    firefox上网问题解决
    ubuntu内核的编译安装
    ubuntu常用命令
    source insight 添加文件类型
    ubuntu版本查看命令
    百年孤独与拉丁美洲历史--转载
    Guess Number Higher or Lower II--困惑
    Symmetric Tree
    一棵开花的树
    yii2 mysql数据库读写分离配置
  • 原文地址:https://www.cnblogs.com/testyao/p/6246024.html
Copyright © 2011-2022 走看看