diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-30 08:30:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-30 08:30:24 +0800 |
commit | f87869006cee50eb767197f5a99d72c67d68467d (patch) | |
tree | edae7c56c6022fcfe71790328df368514e19267d /www/Makefile | |
parent | 5d62e3c76ce40d57cf968a00809670480a48b0ac (diff) | |
download | freebsd-ports-gnome-f87869006cee50eb767197f5a99d72c67d68467d.tar.gz freebsd-ports-gnome-f87869006cee50eb767197f5a99d72c67d68467d.tar.zst freebsd-ports-gnome-f87869006cee50eb767197f5a99d72c67d68467d.zip |
[NEW PORT] www/mod_dosevasive20: An Apache 2 module to try to protect HTTP DoS or DDoS attacks
mod_dosevasive is an evasive maneuvers module for Apache
to provide evasive action in the event of an HTTP DoS or
DDoS attack or brute force attack. It is also designed to
be a detection and network management tool, and can be
easily configured to talk to ipchains, firewalls, routers,
and etcetera. mod_dosevasive presently reports abuses via
email and syslog facilities.
PR: ports/69623
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 79e953c6c626..2e28587613dc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -252,6 +252,7 @@ SUBDIR += mod_cvs SUBDIR += mod_cvs2 SUBDIR += mod_dav + SUBDIR += mod_dosevasive20 SUBDIR += mod_dtcl SUBDIR += mod_encoding SUBDIR += mod_extract_forwarded |