如何限制apache2中每个虚拟主机的连接数?
有没有办法限制apache2中每个虚拟主机的连接数?
MaxClients 对于每个 apache 实例都是全局的。我想限制每个虚拟主机的客户端数量,因此 1 个特定虚拟主机将无法获取所有可用连接。
请指教。 谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能使用第 3 方模块来执行此操作。为此,您可以使用:
You can only do this with 3rd-party modules. For this you can use: