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/php_joomla/CentOS.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/vhosts/php_joomla') diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb index 96558c4..65d485a 100644 --- a/templates/vhosts/php_joomla/CentOS.erb +++ b/templates/vhosts/php_joomla/CentOS.erb @@ -73,7 +73,8 @@ <%- else -%> SecRuleEngine DetectionOnly <%- end -%> - SecAuditLogType serial + SecAuditLogType Concurrent + SecAuditLogStorageDir <%= logdir %>/ SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log @@ -147,7 +148,8 @@ <%- else -%> SecRuleEngine DetectionOnly <%- end -%> - SecAuditLogType serial + SecAuditLogType Concurrent + SecAuditLogStorageDir <%= logdir %>/ SecAuditLog <%= logdir %>/mod_security_audit.log SecDebugLog <%= logdir %>/mod_security_debug.log -- cgit v1.2.3