Hi, I've a apache server configured with this parameters: ServerLimit 1024 MaxClients 512 What I'm undestanding from apache's documentation (http://httpd.apache.org/docs/2.0/en/mod/mpm_common.html) is: ServerLimit is the hard limit for MaxClients, so if I set MaxClients up to 1024 I can simply reload apache. But, if I want to set MaxClients greater than this I must change it on both parameters and restart apache. Is that correct? On the other hand, why on server status appears 1024 slots if I have the MaxClients directive set to 512? Thank you very much! -- Jordi --------------------------------------------------------------------- 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