Apache - AH00341

1.1.1  現象

啓動Apache24,出現以下錯誤信息:ide

(OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.spa

1.1.2  緣由

httpd.conf中以下參數配置錯誤:orm

<IfModule mpm_winnt.c>ci

    ThreadsPerChild 10get

    MaxRequestsPerChild 10it

    AcceptFilter http datatable

    AcceptFilter https dataast

</IfModule>class

1.1.3  解決

修改成以下配置:配置

<IfModule mpm_winnt.c>

    ThreadsPerChild 10

    MaxRequestsPerChild 10

    AcceptFilter http none

    AcceptFilter https none

</IfModule>

相關文章
相關標籤/搜索