From 321ff4c05a4f50f4ec188eb49ea3ac9b38f4df74 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 21 Mar 2008 15:02:18 +0000 Subject: added mod_security-class, and a placeholder for mod_extract_forwarded_for --- files/mod_security/configs/gentoo/99_mod_security.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/mod_security/configs/gentoo/99_mod_security.conf (limited to 'files/mod_security/configs') diff --git a/files/mod_security/configs/gentoo/99_mod_security.conf b/files/mod_security/configs/gentoo/99_mod_security.conf new file mode 100644 index 0000000..7b76572 --- /dev/null +++ b/files/mod_security/configs/gentoo/99_mod_security.conf @@ -0,0 +1,15 @@ +########################################################### +# copyleft 2008 immerda.ch +########################################################### +### this file is managed by PUPPET #### +### only modify in svn or you will loose the changes ! #### +########################################################### + + + LoadModule security2_module modules/mod_security2.so + + + # use Core Rule Set by default: + Include /etc/apache2/modules.d/mod_security/*.conf + Include /etc/apache2/modules.d/mod_security/custom_rules/*.conf + -- cgit v1.2.3