diff options
author | anders <anders@FreeBSD.org> | 2002-06-22 22:50:33 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-06-22 22:50:33 +0000 |
commit | bd968a7cace689ac729d7961f36ea00e02ac4325 (patch) | |
tree | e4510acd107cc662d6a0076e5a3df39c9f22f0ee /www/Makefile | |
parent | 70f2fcdba5ae22777009bf2e075f5d05b8bf7748 (diff) | |
download | FreeBSD-ports-bd968a7cace689ac729d7961f36ea00e02ac4325.zip FreeBSD-ports-bd968a7cace689ac729d7961f36ea00e02ac4325.tar.gz |
Add mod_blowchunks, an Apache module to reject and log chunked requests.
Useful for those that want to log attempts to exploit that recent Apache
vulnerability, or who need or want to use their current Apache version
for some reason.
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 651845b..0ab84ee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -156,6 +156,7 @@ SUBDIR += mod_auth_pwcheck SUBDIR += mod_backhand SUBDIR += mod_bf + SUBDIR += mod_blowchunks SUBDIR += mod_cgi_debug SUBDIR += mod_color SUBDIR += mod_csacek |