基于 User-Agent 的 Apache 流量限制
我们在 Linux 上的 WebSphere 6.0 之前运行 Apache (IBM HTTP Server 6.0.2.0)。 我们从不同 IP 地址的特定用户代理获得过多流量。 我们不想阻止用户代理或 IP 地址,但希望减慢它们的速度。
对我们来说,最好的方案是使用开箱即用的 Apache 配置选项来解决问题。
任何想法或建议将不胜感激。
谢谢!
We are running Apache (IBM HTTP Server 6.0.2.0) in front of WebSphere 6.0 on linux. We are getting excessive traffic from a specific User-Agent from varying IP addresses. We do not want to block the User-Agent or IP addresses, but would like to slow them down a bit.
Best scenario for us would be to use out of the box Apache config options to solve the problem.
Any thoughts or suggestions would be appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有原生方式,但 mod_evasive 可能会很好地为您服务。
No native way, but mod_evasive might serve you well.