summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-01-24 15:06:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-01-24 15:06:56 +0000
commite4755ea771fb4fac8dea2a6578a28f94ec3e2102 (patch)
treedeee6a8d289e21a493b1e854945a2fb926841cff /www-apache/mod_security/files
parentapp-accessibility/at-spi2-core: Keyworded for ~-linux prefix, tested by me (diff)
downloadgentoo-2-e4755ea771fb4fac8dea2a6578a28f94ec3e2102.tar.gz
gentoo-2-e4755ea771fb4fac8dea2a6578a28f94ec3e2102.tar.bz2
gentoo-2-e4755ea771fb4fac8dea2a6578a28f94ec3e2102.zip
Remove old version. Fix SRC_URI for new one.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'www-apache/mod_security/files')
-rw-r--r--www-apache/mod_security/files/modsecurity.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-apache/mod_security/files/modsecurity.conf b/www-apache/mod_security/files/modsecurity.conf
deleted file mode 100644
index 254ecf4094b8..000000000000
--- a/www-apache/mod_security/files/modsecurity.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-<IfDefine SECURITY>
-LoadModule security2_module modules/mod_security2.so
-
-# Enable looking up geolocation data from MaxMind's GeoIP database
-SecGeoLookupDb /usr/share/GeoIP/GeoIP.dat
-
-SecDataDir /var/cache/modsecurity
-</IfDefine>
-
-# -*- apache -*-
-# vim: ts=4 filetype=apache