Hi, My config: <IfModule mpm_worker_module> 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 </IfModule> # apachectl -t Syntax OK # apachectl -k restart I see in log: WARNING: MaxClients of 4000 would require 160 servers, and would exceed the ServerLimit value of 40. Automatically lowering MaxClients to 1000. To increase, please see the ServerLimit directive. Why doesn't it see ServerLimit 160? -- BRGDS. Alexey Vlasov. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx