[EMAIL PROTECTED], The way we are try to set this up is like this: Virtual host #1 lets call it abc.com Virtual host #1 lets call it def.com We want abc.com to be able to spawn as many servers as possible, while only letting def.com spawn 20 servers. abc.com should always be allowed to create or accept a connection, if there is enough resources on the system, while def.com should give an error "connection reset by host" is def.com has more than 20 httpd accepting connections for the site. We have them both running off one httpd.conf file, and 1 apache running that spawns the other children httpds. Right now they are both fully working, but def.com is running a crap load of cgi scripts which is putting a major hurting on the system. If I put maxclients to low, to limit def.com I get "Connection reset by peers" when someone tries to access abc.com Any ideas?
