在httpd.conf中添加
<IfModule mpm_winnt.c>
ThreadsPerChild 150
MaxRequestsPerChild 10000
Win32DisableAcceptEx
</IfModule>
ThreadsPerChild不要设置太高,不然apache服务器内存会占用过高。