[Cialug] Slightly OT, .. Tuning Apache under Chocolatey
L. V. Lammert
lvl at omnitec.net
Mon Jan 27 20:13:44 UTC 2020
On Mon, 27 Jan 2020, Dave Hala wrote:
> Try adjusting MaxRequestWorkers and ThreadsPerChild. If you do that,Serverlimit needs to be >= MaxrequestWorkers / ThreadsPerChild
> I'm guessing, because it depends on your traffic.
>
All I have here is MaxRequestsPerChild, but they are all set to 0. Going
to try:
<IfModule mpm_worker_module>
StartServers 25
MaxClients 250
MinSpareThreads 50
MaxSpareThreads 100
ThreadsPerChild 150
MaxRequestsPerChild 0
</IfModule>
Thanks!
Lee
More information about the Cialug
mailing list