From 72c58371d55bf69cebafea8de290337c9be51b04 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 4 Feb 2010 23:11:28 +0100 Subject: add rule to be ignored for wordpress, as it prevents additional uploads --- templates/vhosts/php_wordpress/php_wordpress.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/vhosts/php_wordpress/php_wordpress.erb b/templates/vhosts/php_wordpress/php_wordpress.erb index 980fc26..72f4907 100644 --- a/templates/vhosts/php_wordpress/php_wordpress.erb +++ b/templates/vhosts/php_wordpress/php_wordpress.erb @@ -65,6 +65,7 @@ SecDebugLog <%= logdir %>/mod_security_debug.log # http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html SecRuleRemoveById "960010" + SecRuleRemoveById "950018" <%- unless additional_options.to_s == 'absent' then -%> @@ -135,6 +136,7 @@ SecDebugLog <%= logdir %>/mod_security_debug.log # http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html SecRuleRemoveById "960010" + SecRuleRemoveById "950018" <%- unless additional_options.to_s == 'absent' then -%> -- cgit v1.2.3