首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Apache连接限制和重定向用户

Apache连接限制和重定向用户
EN

Stack Overflow用户
提问于 2013-11-26 01:29:38
回答 1查看 104关注 0票数 0

如果我的连接达到了指定的限制,有没有办法将用户重定向到一个简单的页面?有点像如果twitter被淹没了,你会看到一条蓝鲸:)

我只想防止我的服务器宕机。

谢谢。P.

EN

回答 1

Stack Overflow用户

发布于 2014-01-07 00:47:37

我不认为apache本身可以做到这一点,但您可以尝试安装防火墙

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

代码语言:javascript
运行
复制
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).
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20199411

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档