timeout 100
KeepAlive on
MaxKeepAliveRequests 100
KeepAliveTimeout 10
User nobody
Group nobody
<IfModule prefork.c>
StartServers 12
MinSpareServers 5 这个是你没说的默认设置下,最小空闲进程数
MaxSpareServers 25
MaxClients 30
MaxRequestsPerChild 4500
</IfModule>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)