|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ Apache ] "Connection limit per domain" - Baris Simsek - (2006-10-18 14:37:51) [9142] You can use Apache's mod_vhost_limit module. After installation of the module there should mod_vhost_limit.so file under the libexec directory. Then edit httpd.conf and use MaxVhostClients directive. ServerName domain1.com DocumentRoot /home/domain1/www/ MaxVhostClients 120 ServerName domain2.com DocumentRoot /home/domain2/www/ MaxVhostClients 50 Mail to My Friend , Home Page |  |