本文介绍了在IIS7中限制来自单个源的HTTP连接数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
IIS7中是否有办法限制单个源允许的HTTP连接数?我们偶尔会遇到轻微的拒绝服务攻击,我们可以通过对任何单个IP允许的连接数量进行一些限制来防止这种攻击。我知道这可能会影响一些合法的请求,但是我们将阈值设置得相当高。
Is there a way in IIS7 to limit the number of HTTP connections allowed from a single source? We occasionaly get mild denial of service attacks that we could prevent with some limitations on the number of connections allowed from any single IP. I understand this could impact some legitimate requests, but we'd set the threshold fairly high.
推荐答案
啊!我想我找到了。 。
Ah! I think I found it. This http://blogs.iis.net/ruslany/archive/2009/02/16/dynamic-ip-restrictions-for-iis-7-0-beta.aspx is what I'm looking for.
全部谢谢。
标记
这篇关于在IIS7中限制来自单个源的HTTP连接数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!