Apache连接限制和重定向用户

时间:2013-11-25 17:29:38

标签: apache

如果我的连接达到指定限制,是否有办法将用户重定向到简单页面?有点儿,如果推特被淹没,你会看到蓝鲸:)

我只是想保护我的服务器不会停机。

感谢。 P上。

1 个答案:

答案 0 :(得分:0)

我认为你不能通过apache本身来做,但你可以尝试安装防火墙

http://httpd.apache.org/docs/current/misc/security_tips.html

Often the most effective anti-DoS tool will be a firewall or other operating-system configurations. For example, most firewalls can be configured to restrict the number of simultaneous connections from any individual IP address or network, thus preventing a range of simple attacks. Of course this is no help against Distributed Denial of Service attacks (DDoS).