From: lpsolit%gmail.com <> Date: Mon, 3 Sep 2007 15:13:24 +0000 (+0000) Subject: Bug 380730: Remove documentation about the withdrawn mod_throttle module - Patch... X-Git-Tag: bugzilla-3.0.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea17b254961048bab8c5f8e942a650969457cf3;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 376b48cffd..5b6d1a6e7d 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 751f2edeac..d53afb8538 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ - + Bugzilla Security @@ -310,33 +310,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. -
-