You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_security/files/79_mod_security.conf

20 lines
729 B

<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>