blob: bd88e88a97719165e6548906e35c7a0e930abce0 (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|