> Using the ThreadLimit directive when configuring apache2 to use the
> mpm_worker_module, the startup messages show that this directive is
> ignored. Apache always maintains the value 64.

It seems the correct order is

<IfModule mpm_worker_module>
    StartServers          2
    MinSpareThreads      25
    MaxSpareThreads      75
    ThreadLimit          64
    ThreadsPerChild      25
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>

(note that MaxClients has to be moved). This will be changed in Debian
unstable.

Cheers,
Stefan




-- 
To UNSUBSCRIBE, email to debian-apache-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to