<IfModule mpm_prefork_module>
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>
<IfModule mpm_worker_module>
    StartServers          2
    MaxClients          150
    MinSpareThreads      25
    MaxSpareThreads      75 
    ThreadsPerChild      25
    MaxRequestsPerChild   0
</IfModule>

在httpd.conf 里面最下面增加这2个,可以临时解决Apache假死

相关文章:

  • 2021-07-27
  • 2021-11-11
  • 2022-02-16
  • 2022-12-23
  • 2021-12-16
  • 2021-11-30
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2021-12-17
  • 2021-07-08
  • 2021-11-30
  • 2021-11-30
  • 2022-01-22
相关资源
相似解决方案