码迷,mamicode.com
首页 > Web开发 > 详细

Apache - AH00341

时间:2016-06-01 07:01:46      阅读:404      评论:0      收藏:0      [点我收藏+]

标签:blank   微软雅黑   justify   target   style   

1.1.1  现象

启动Apache24,出现如下错误信息:

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

1.1.2  原因

httpd.conf中如下参数配置错误:

<IfModule mpm_winnt.c>

    ThreadsPerChild 10

    MaxRequestsPerChild 10

    AcceptFilter http data

    AcceptFilter https data

</IfModule>

1.1.3  解决

修改为如下配置:

<IfModule mpm_winnt.c>

    ThreadsPerChild 10

    MaxRequestsPerChild 10

    AcceptFilter http none

    AcceptFilter https none

</IfModule>

Apache - AH00341

标签:blank   微软雅黑   justify   target   style   

原文地址:http://lancelot.blog.51cto.com/393579/1784977

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