Server ran out of threads to serve requests. Consider raising the Thre…
더시민
0
350
0
2022.08.06 18:44
1) httpd.conf 에서 아래부분을 주석 제거하고
# Server-pool management (MPM specific)
Include conf/extra/httpd-mpm.conf
2) httpd-mpm.conf 에서 Apache의 모듈에 맞는 ThreadsPerChild 값을 수정한다.
<IfModule mpm_winnt_module>
ThreadsPerChild 150
MaxRequestsPerChild 0
AcceptFilter http none
</IfModule>