From 615414f5ffb167e4a3871bee9858a2c95f31723d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 3 Sep 2007 15:12:04 +0000 Subject: Bug 380730: Remove documentation about the withdrawn mod_throttle module - Patch by samfw r=mkanat --- docs/xml/glossary.xml | 4 +--- docs/xml/security.xml | 29 +---------------------------- 2 files changed, 2 insertions(+), 31 deletions(-) (limited to 'docs/xml') diff --git a/docs/xml/glossary.xml b/docs/xml/glossary.xml index 376b48cff..5b6d1a6e7 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 e7ea0f30c..651b45241 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. -
- -- cgit v1.2.3-24-g4f1b