Is there a way to limit number of connections per vhost in apache2?
MaxClients is global per apache instance. And I want to limit number of clients per vhost, so 1 specific vhost wouldn't be able to take all available connections.
Please advise. Thanks!