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/CentOS.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/php/CentOS.erb') diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index b449fd8..88da60b 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/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 <%- else -%> @@ -104,6 +105,7 @@ <%- if mod_security.to_s == 'true' then -%> SecRuleEngine On + SecAuditLogType serial SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log <%- else -%> -- cgit v1.2.3