[Cialug] Slightly OT, .. Tuning Apache under Chocolatey

L. V. Lammert lvl at omnitec.net
Mon Jan 27 20:18:21 UTC 2020


On Mon, 27 Jan 2020, Andrew Denner wrote:

> Since you are using windows, the npm model you are using is mpm_winnt
> bymy understanding. It would appear that threads per child is the
> setting that matters.
>
<IfModule mpm_winnt_module>
    ThreadsPerChild      150
    MaxRequestsPerChild    0
</IfModule>

The winnt module only has ThreadsPerChild, .. but I will bump it to 250.
Thanks!!


More information about the Cialug mailing list