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

Bug#495656: apache2-mpm-worker: ThreadLimit directive goes unnoticed



> 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




Reply to: