From 5f4404b87faa75c2e8ce674aa61d8119e176480b Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 13 Apr 2009 15:08:10 +0000 Subject: setting logging style of mod_sec according to http://thread.gmane.org/gmane.comp.apache.mod-security.user/5257/focus=5260 it should be that way. --- templates/vhosts/perl/CentOS.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/vhosts/perl') diff --git a/templates/vhosts/perl/CentOS.erb b/templates/vhosts/perl/CentOS.erb index f4da7d5..c03433d 100644 --- a/templates/vhosts/perl/CentOS.erb +++ b/templates/vhosts/perl/CentOS.erb @@ -53,7 +53,8 @@ <%- else -%> SecRuleEngine Off <%- end -%> - SecAuditLogType serial + SecAuditLogType Concurrent + SecAuditLogStorageDir <%= logdir %>/ SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log @@ -114,7 +115,8 @@ <%- else -%> SecRuleEngine Off <%- end -%> - SecAuditLogType serial + SecAuditLogType Concurrent + SecAuditLogStorageDir <%= logdir %>/ SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log -- cgit v1.2.3