首页 > 开发 > Apache > 正文

解决Apache winnt_accept: Asynchronous AcceptEx failed方法

2020-10-12 18:48:31
字体:
来源:转载
供稿:网友

Apache网页有时能访问,有时超时打不开,错误日志中有如下提示:

[Sat Jan 04 10:28:13.328125 2014] [mpm_winnt:warn] [pid 3252:tid 2712] (OS 64)指定的网络名不再可用.

: AH00341: winnt_accept: Asynchronous AcceptEx failed.

[Wed May 14 10:51:47.015625 2014] [core:error] [pid 3252:tid 736] (20025)The given path contained wildcard characters: [client 14.17.18.146:34804] AH00036: access to /*.htm

failed (filesystem path 'D:/wamp/www/*.htm')

查询原因:

1,wamp2.4中的apache与win server 2008可能不兼容

2,因为杀毒软件的原因

解决方案,在配置文件中加入如下代码:

  1. AcceptFilter http none 
  2. AcceptFilter https none 
  3. EnableSendfile Off   
  4. EnableMMAP off  

解决问题.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表