On 21/06/07, Amr Elgbaly <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to