]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 380730: Remove documentation about the withdrawn mod_throttle module - Patch...
authorlpsolit%gmail.com <>
Mon, 3 Sep 2007 15:57:33 +0000 (15:57 +0000)
committerlpsolit%gmail.com <>
Mon, 3 Sep 2007 15:57:33 +0000 (15:57 +0000)
docs/xml/glossary.xml
docs/xml/security.xml

index 3556570d2c669f1cc14ff6e383af2fd2bc442244..b5118d81c3f4ab4b65fe8ea9bf86e82e4e597aee 100644 (file)
       <glossdef>
         <para>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 <filename>mod_throttle</filename> as described in
-        <xref linkend="security-webserver-mod-throttle"/>. 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.
index 99f00e813e4a4384e8def2688157914ff02b23ab..d63db5e9675b9bfa1abc0fc00d9fc965ecb64b1f 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: security.xml,v 1.6.2.6 2006/11/20 19:51:32 lpsolit%gmail.com Exp $ -->
+<!-- $Id: security.xml,v 1.6.2.7 2007/09/03 10:57:33 lpsolit%gmail.com Exp $ -->
 
 <chapter id="security">
 <title>Bugzilla Security</title>
@@ -318,33 +318,6 @@ skip-networking
     
     </section>
 
-
-    <section id="security-webserver-mod-throttle">
-      <title>Using <filename>mod_throttle</filename> to Prevent a DOS</title>
-
-      <note>
-        <para>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.
-        </para>
-      </note>
-
-      <para>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
-      <glossterm linkend="gloss-dos">DOS</glossterm> attack). If your
-      Bugzilla installation is experiencing this problem, you may install
-      the Apache module <filename>mod_throttle</filename> which can limit
-      connections by IP address. You may download this module at 
-      <ulink url="http://www.snert.com/Software/mod_throttle/"/>.
-      Follow the instructions to install into your Apache install. 
-      The command you need is 
-      <command>ThrottleClientIP</command>. See the 
-      <ulink url="http://www.snert.com/Software/mod_throttle/">documentation</ulink>
-      for more information.</para>
-    </section>
-
       
   </section>