On 22/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
# apachectl -t
Syntax OK
# apachectl -k restart
Why doesn't it see ServerLimit 160?
Please read the docs :-)
"For the worker MPM, this directive in combination with ThreadLimit
sets the maximum configured value for MaxClients for the l
Hi,
My config:
PidFile /var/run/apache_aux2.pid
LockFile /var/run/accept_aux2.lock
ServerLimit 160
StartServers 20
MaxClients 4000
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
# apache