On 21/06/07, Amr Elgbaly <a.elgbaly@xxxxxxxxxxx> wrote:
Hello all ! can i limit max_clients per virtual host ?
No, not directly. If you think about it, apache has to accept the connection and read it to figure out which vhost is to be used. By that point, you're past the point where MaxClients operates (how many connections can be open at once). There are ways to limit the usage of various resources on a per-server basis. Try googling for some of these.. netnice mod_bandwidth mod_throttle mod_bwshare mod_cband mod_bw mod_tsunami mod_evasive mod_limitipconn -- noodl --------------------------------------------------------------------- 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