From: Ruediger Pluem Date: Tue, 17 Jan 2006 19:58:19 +0000 (+0000) Subject: * Add a sentence about DDOS. X-Git-Tag: 2.3.0~2596 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f76eade3dd69e44d67b98128d389422a36e6c98;p=thirdparty%2Fapache%2Fhttpd.git * Add a sentence about DDOS. * Mention problems with low Timeouts and long running CGIs. * Stress out the experimental character of event MPM and that it does not work with ssl currently. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@369902 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/security_tips.xml b/docs/manual/misc/security_tips.xml index 72a82000259..2d3fb80ed65 100644 --- a/docs/manual/misc/security_tips.xml +++ b/docs/manual/misc/security_tips.xml @@ -66,7 +66,8 @@ 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.

+ preventing a range of simple attacks. Of course this is no help + against Distributed Denial of Service attacks (DDoS).

There are also certain Apache HTTP Server configuration settings that can help mitigate problems:

@@ -74,10 +75,19 @@