From: lpsolit%gmail.com <> Date: Mon, 3 Sep 2007 15:57:33 +0000 (+0000) Subject: Bug 380730: Remove documentation about the withdrawn mod_throttle module - Patch... X-Git-Tag: bugzilla-2.20.6~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9547f550c921fd81beb47ef2da6a38ab40ed89;p=thirdparty%2Fbugzilla.git Bug 380730: Remove documentation about the withdrawn mod_throttle module - Patch by samfw r=mkanat --- diff --git a/docs/xml/glossary.xml b/docs/xml/glossary.xml index 3556570d2c..b5118d81c3 100644 --- a/docs/xml/glossary.xml +++ b/docs/xml/glossary.xml @@ -215,9 +215,7 @@ A DOS, or Denial of Service attack, is when a user attempts to deny access to a web server by repeatedly accessing a page or sending - malformed requests to a webserver. This can be effectively prevented - by using mod_throttle as described in - . A D-DOS, or + malformed requests to a webserver. A D-DOS, or Distributed Denial of Service attack, is when these requests come from multiple sources at the same time. Unfortunately, these are much more difficult to defend against. diff --git a/docs/xml/security.xml b/docs/xml/security.xml index 99f00e813e..d63db5e967 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ - + Bugzilla Security @@ -318,33 +318,6 @@ skip-networking - -
- Using <filename>mod_throttle</filename> to Prevent a DOS - - - This section only applies to people who have chosen the Apache - webserver. It may be possible to do similar things with other - webservers. Consult the documentation that came with your webserver - to find out. - - - - It is possible for a user, by mistake or on purpose, to access - the database many times in a row which can result in very slow access - speeds for other users (effectively, a - DOS attack). If your - Bugzilla installation is experiencing this problem, you may install - the Apache module mod_throttle which can limit - connections by IP address. You may download this module at - . - Follow the instructions to install into your Apache install. - The command you need is - ThrottleClientIP. See the - documentation - for more information. -
-