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

在httpd.conf中添加
<IfModule mpm_winnt.c>
    ThreadsPerChild 150
    MaxRequestsPerChild 10000
    Win32DisableAcceptEx
</IfModule>
ThreadsPerChild不要设置太高,不然apache服务器内存会占用过高。
原文地址:https://www.cnblogs.com/jkko123/p/6294734.html