【保住WordPress尝试4】降低Apache资源使用量

配置说明、参考文章:(https://cloud.tencent.com/developer/article/1543269)、(https://blog.csdn.net/u011628250/article/details/54093816

我自己就用:(不过用了之后WP的反应慢了很多。。。)

ServerSignature Off
Timeout 60
KeepAlive On
MaxKeepAliveRequests 50
KeepAliveTimeout 60
MaxRequestsPerChild 50
<IfModule prefork.c>
  StartServers 8
  MinSpareServers 8
  MaxSpareServers 20
  ServerLimit 256
  MaxClients 256
  MaxRequestsPerChild 1000
</IfModule>

作为一个低配服务器的WP新手,我的其他尝试:

【尝试1】:https://pasuxyz.com/archives/106

【尝试2】:https://pasuxyz.com/archives/108

【尝试3】:https://pasuxyz.com/archives/119

【尝试4】:https://pasuxyz.com/archives/121