summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-10-26 10:26:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-10-26 10:26:14 +0000
commit96f42625aae960a9cbf2485313c8eb9057e584ab (patch)
tree7eaf73af25c0d9ee6deb5949546bfee7f0e4fd36 /www-apache/mod_security/files
parentx11-proto/dmxproto: sync with overlay, add blocker, fixes bug #288619 (diff)
downloadgentoo-2-96f42625aae960a9cbf2485313c8eb9057e584ab.tar.gz
gentoo-2-96f42625aae960a9cbf2485313c8eb9057e584ab.tar.bz2
gentoo-2-96f42625aae960a9cbf2485313c8eb9057e584ab.zip
Revision bump; install the proper ruleset; install a new config file.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_security/files')
-rw-r--r--www-apache/mod_security/files/2.5.10/99_mod_security.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/www-apache/mod_security/files/2.5.10/99_mod_security.conf b/www-apache/mod_security/files/2.5.10/99_mod_security.conf
new file mode 100644
index 000000000000..bb5bb0ce59d9
--- /dev/null
+++ b/www-apache/mod_security/files/2.5.10/99_mod_security.conf
@@ -0,0 +1,12 @@
+<IfDefine SECURITY>
+LoadModule security2_module modules/mod_security2.so
+
+# use Core Rule Set by default:
+Include /etc/apache2/modules.d/mod_security/*.conf
+
+# Optionally use the other rules as well
+# Include /etc/apache2/modules.d/mod_security/optional_rules/*.conf
+
+</IfDefine>
+
+# vim: ts=4 filetype=apache