On Tue, Jun 1, 2021 at 5:02 AM Alois Treindl <al...@astro.ch> wrote:
>
> I am using Apache on RHEL 7 since along time.
> httpd-2.4.6-97.el7_9.x86_64
>
> I use it with mod_mpm_prefork module, the default on Redhat.
>
> I see, shortly after startup, messages in errorlog like
> AH00161: server reached MaxRequestWorkers setting, consider raising the 
> MaxRequestWorkers setting
>
> I have tried to do that
> <IfModule mpm_prefork_module>
>     StartServers          20
>     MinSpareServers       10
>     MaxSpareServers       20
>     ServerLimit           512
>     MaxRequestWorkers     512
>     MaxConnectionsPerChild  10000
> </IfModule>

Is your MPM a loadable module and loaded after this stanza?  ifModule
doesn't work in such a case.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to