diff options
author | edwin <edwin@FreeBSD.org> | 2003-06-06 20:04:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-06-06 20:04:54 +0800 |
commit | a83230a88894067a7ee06bde0a378d25b64610c5 (patch) | |
tree | 0714681ce1fa0b56adc6e593caf7254c92982696 /www/Makefile | |
parent | 6808130eee26027a96848f608f7e92c7b17c0e98 (diff) | |
download | freebsd-ports-graphics-a83230a88894067a7ee06bde0a378d25b64610c5.tar.gz freebsd-ports-graphics-a83230a88894067a7ee06bde0a378d25b64610c5.tar.zst freebsd-ports-graphics-a83230a88894067a7ee06bde0a378d25b64610c5.zip |
[New Port] www/mod_security
ModSecurity is an open source intrustion detection and
prevention engine for web applications. It operates embedded
into the web server, acting as a powerful umbrella - shielding
web applications from attacks.
WWW: http://www.modsecurity.org/
It supports both Apache 1.3 and Apache 2.0.
PR: ports/52937
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
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 45acbc42d1b..f7cd6d95c4a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -222,6 +222,7 @@ SUBDIR += mod_roaming2 SUBDIR += mod_ruby SUBDIR += mod_scgi + SUBDIR += mod_security SUBDIR += mod_sed SUBDIR += mod_sequester SUBDIR += mod_snake |