apache winnt_accept: Asynchronous AcceptEx fai...

[Thu May 30 10:33:31.148293 2013] [mpm_winnt:warn] [pid 8072:tid 1756] (OS 64)指定的网络名再也不可用。  : AH00341: winnt_accept: Asynchronous AcceptEx failed. apache


已经能够解决了, 我翻阅了xampp官方的配置文档, 发现以下信息:
# XAMPP: We disable operating system specific optimizations for a listening 
# socket by the http protocol here. IE 64 bit make problems without this.
理解为关闭系统监听, 浏览器监听等, 最后一句说明ie 64位可能不受影响.  win8 64位系统上的ie事实上一个进程, 这句话还须要分析测试. 浏览器


 apachelounge也有人提到这个问题:
When you have hangs, slow traffic and/or when having in your log entries like Asynchronous AcceptEx failed. You can try the following settings: 网络

解决方案, 在配置文件中加入:
AcceptFilter http none 
AcceptFilter https none 
EnableSendfile Off  
EnableMMAP off socket

相关文章
相关标签/搜索