前提:
Apache版本:2.4.18(Win32)
1、修改:
打开httpd-conf,加入:
<IfModule mpm_winnt_module>
ThreadsPerChild 250
#MaxConnectionsPerChild
MaxRequestsPerChild 1000
AcceptFilter http None
AcceptFilter https None
</IfModule>
2、重启Apache
前提:
Apache版本:2.4.18(Win32)
1、修改:
打开httpd-conf,加入:
<IfModule mpm_winnt_module>
ThreadsPerChild 250
#MaxConnectionsPerChild
MaxRequestsPerChild 1000
AcceptFilter http None
AcceptFilter https None
</IfModule>
2、重启Apache