apache Windows 2008 R2 网页访问缓慢

当你配置apache 访问网页一直在加载,似乎被挂起. 转圈需要3分钟多钟, 最终显示无法访问. 或者超时.
错误日志中有如下提示:

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

解决方案, 在配置文件中加入:

AcceptFilter http none

AcceptFilter https none

EnableSendfile Off

EnableMMAP off

posted @ 2017-08-23 11:34  青柚  阅读(235)  评论(0)    收藏  举报