当前位置:首页 > PHP教程 > Apach > 列表

解决Apache winnt_accept: Asynchronous AcceptEx failed方法

发布:smiling 来源: PHP粉丝网  添加日期:2014-09-20 14:44:03 浏览: 评论:0 

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  

解决问题.

Tags: winnt_accept Asynchronous

分享到: