diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-09 17:48:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-09 17:48:43 +0000 |
commit | ae8101db8c521cf7272592038f7bb7592277445c (patch) | |
tree | 9c3572a09a819f4bb2cb592d3e68d7bd0dff8a13 /www-apache/mod_security/files | |
parent | Remove www-apps/Embperl (#248474) (diff) | |
download | historical-ae8101db8c521cf7272592038f7bb7592277445c.tar.gz historical-ae8101db8c521cf7272592038f7bb7592277445c.tar.bz2 historical-ae8101db8c521cf7272592038f7bb7592277445c.zip |
Version bump, this version fixes possible security problems. Keep an old version around though as the HTTP Parameter Pollution code changed drastically and might break Rails again.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'www-apache/mod_security/files')
-rw-r--r-- | www-apache/mod_security/files/2.5.10/99_mod_security.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www-apache/mod_security/files/2.5.10/99_mod_security.conf b/www-apache/mod_security/files/2.5.10/99_mod_security.conf index bb5bb0ce59d9..d5ed8fa8b96d 100644 --- a/www-apache/mod_security/files/2.5.10/99_mod_security.conf +++ b/www-apache/mod_security/files/2.5.10/99_mod_security.conf @@ -1,6 +1,10 @@ <IfDefine SECURITY> LoadModule security2_module modules/mod_security2.so +# this is only useful with either no core-rule-set, or with crs +# version 2.0.5 or later, as it doesn't set it. +SecDataDir /var/cache/mod_security + # use Core Rule Set by default: Include /etc/apache2/modules.d/mod_security/*.conf |