From 5112b0a8ccc83e1b3dc44b55bac5444d7c125877 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 24 Jun 2009 20:31:54 +0200 Subject: unified mod_sec stuff, turn audit engine off as well --- templates/vhosts/php/CentOS.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/vhosts/php') diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb index f18e8c6..57af260 100644 --- a/templates/vhosts/php/CentOS.erb +++ b/templates/vhosts/php/CentOS.erb @@ -48,8 +48,10 @@ <%- if mod_security.to_s == 'true' then -%> SecRuleEngine On + SecAuditEngine On <%- else -%> SecRuleEngine Off + SecAuditEngine Off <%- end -%> SecAuditLogType Concurrent SecAuditLogStorageDir <%= logdir %>/ @@ -108,8 +110,10 @@ <%- if mod_security.to_s == 'true' then -%> SecRuleEngine On + SecAuditEngine On <%- else -%> SecRuleEngine Off + SecAuditEngine Off <%- end -%> SecAuditLogType Concurrent SecAuditLogStorageDir <%= logdir %>/ -- cgit v1.2.3