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>

相关文章
相关标签/搜索