如果我的连接达到了指定的限制,有没有办法将用户重定向到一个简单的页面?有点像如果twitter被淹没了,你会看到一条蓝鲸:)
我只想防止我的服务器宕机。
谢谢。P.
发布于 2014-01-07 00:47:37
我不认为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).
https://stackoverflow.com/questions/20199411
复制相似问题