From 0efb0078c9cbbd932c0f0c95c65123ea28a6f67f Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 15 Mar 2009 21:19:36 +0000 Subject: audit typ have to be serial --- templates/vhosts/php_wordpress/CentOS.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/php_wordpress') diff --git a/templates/vhosts/php_wordpress/CentOS.erb b/templates/vhosts/php_wordpress/CentOS.erb index a6e7bdf..393ba6f 100644 --- a/templates/vhosts/php_wordpress/CentOS.erb +++ b/templates/vhosts/php_wordpress/CentOS.erb @@ -44,6 +44,7 @@ <%- if mod_security.to_s == 'true' then -%> SecRuleEngine On + SecAuditLogType serial SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log # http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html @@ -107,6 +108,7 @@ SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %> <%- if mod_security.to_s == 'true' then -%> SecRuleEngine On + SecAuditLogType serial SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log # http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html -- cgit v1.2.3