Added WAF
This commit is contained in:
19
www-apache/mod_security/files/79_mod_security.conf
Normal file
19
www-apache/mod_security/files/79_mod_security.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
<IfDefine SECURITY>
|
||||
LoadModule security2_module modules/mod_security2.so
|
||||
|
||||
# These paths are Gentoo-specific, created by the ebuild.
|
||||
SecDataDir /var/lib/modsecurity/data
|
||||
SecTmpDir /var/lib/modsecurity/tmp
|
||||
SecUploadDir /var/lib/modsecurity/upload
|
||||
|
||||
# A copy of upstream's modsecurity.conf-recommended is installed
|
||||
# along with the documentation for mod_security. It contains many
|
||||
# recommended settings that you should evaluate for your system.
|
||||
# The full documentation for the available settings can be found
|
||||
# in the mod_security reference manual, at
|
||||
#
|
||||
# https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual
|
||||
#
|
||||
# and in particular in the "Configuration Directives" setting.
|
||||
#
|
||||
</IfDefine>
|
||||
Reference in New Issue
Block a user