搭載Apache版Windows服務(wù)器httpd.exe占cpu100%解決辦法
前提:
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