(OS 64)指定的网络名不再可用,winnt_accept: Asynchronous AcceptEx failed.

前端之家收集整理的这篇文章主要介绍了(OS 64)指定的网络名不再可用,winnt_accept: Asynchronous AcceptEx failed.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在httpd.conf中添加
<IfModule mpm_winnt.c>
    ThreadsPerChild 150
    MaxRequestsPerChild 10000
    Win32DisableAcceptEx
</IfModule>
ThreadsPerChild不要设置太高,不然apache服务器内存会占用过高。

 

猜你在找的Apache相关文章