summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_security/files/79_mod_security.conf')
-rw-r--r--www-apache/mod_security/files/79_mod_security.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-apache/mod_security/files/79_mod_security.conf b/www-apache/mod_security/files/79_mod_security.conf
new file mode 100644
index 000000000000..bd88e88a9771
--- /dev/null
+++ b/www-apache/mod_security/files/79_mod_security.conf
@@ -0,0 +1,11 @@
+<IfDefine SECURITY>
+ LoadModule security2_module modules/mod_security2.so
+ SecDataDir /var/lib/modsecurity
+
+ # Enable looking up geolocation data from MaxMind's GeoIP database
+ # SecGeoLookupDb /usr/share/GeoIP/GeoIP.dat
+
+ # Define here your http:BL API key if any
+ # see http://www.projecthoneypot.org/httpbl_api.php
+ #SecHttpBlKey xxxxxxxx
+</IfDefine>