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/perl/CentOS.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/vhosts/perl') diff --git a/templates/vhosts/perl/CentOS.erb b/templates/vhosts/perl/CentOS.erb index 49243fe..ee10e33 100644 --- a/templates/vhosts/perl/CentOS.erb +++ b/templates/vhosts/perl/CentOS.erb @@ -50,6 +50,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 -%> @@ -113,6 +114,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