Re: Is ServerLimit 256 in prefork mode somehow hardcoded?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jun 1, 2021 at 5:02 AM Alois Treindl <alois@xxxxxxxx> 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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux