Added WAF
This commit is contained in:
15
www-apache/mod_security/files/modsecurity-2.7.conf
Normal file
15
www-apache/mod_security/files/modsecurity-2.7.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
<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
|
||||
|
||||
# Define here your http:BL API key if any
|
||||
# see http://www.projecthoneypot.org/httpbl_api.php
|
||||
#SecHttpBlKey xxxxxxxx
|
||||
</IfDefine>
|
||||
|
||||
# -*- apache -*-
|
||||
# vim: ts=4 filetype=apache
|
||||
Reference in New Issue
Block a user