summaryrefslogtreecommitdiff
path: root/files/mod_security/configs/gentoo/99_mod_security.conf
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-26 15:21:59 +0000
committermh <mh@immerda.ch>2008-07-26 15:21:59 +0000
commitd6a3b141488165e350359207a5b4b63a305b27ce (patch)
tree7ef63cd364d5d27f47ef3b7cc27653c9f6679f96 /files/mod_security/configs/gentoo/99_mod_security.conf
parentf6d135d7e52f27d2dadad243417d81da62f3f347 (diff)
factered out the modules of the apache module
Diffstat (limited to 'files/mod_security/configs/gentoo/99_mod_security.conf')
-rw-r--r--files/mod_security/configs/gentoo/99_mod_security.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/files/mod_security/configs/gentoo/99_mod_security.conf b/files/mod_security/configs/gentoo/99_mod_security.conf
deleted file mode 100644
index f1c55ad..0000000
--- a/files/mod_security/configs/gentoo/99_mod_security.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-###########################################################
-# copyleft 2008 immerda.ch
-###########################################################
-### this file is managed by PUPPET ####
-### only modify in svn or you will loose the changes ! ####
-###########################################################
-<IfDefine SECURITY>
- <IfModule !mod_security2.c>
- LoadModule security2_module modules/mod_security2.so
- </IfModule>
-
- # use Core Rule Set by default:
- Include /etc/apache2/modules.d/mod_security/*.conf
- Include /etc/apache2/modules.d/mod_security/Zcustom_rules/*.conf
-</IfDefine>