summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_drupal/CentOS.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php_drupal/CentOS.erb')
-rw-r--r--templates/vhosts/php_drupal/CentOS.erb16
1 files changed, 10 insertions, 6 deletions
diff --git a/templates/vhosts/php_drupal/CentOS.erb b/templates/vhosts/php_drupal/CentOS.erb
index 267f393..b48dbec 100644
--- a/templates/vhosts/php_drupal/CentOS.erb
+++ b/templates/vhosts/php_drupal/CentOS.erb
@@ -73,13 +73,15 @@
<IfModule mod_security2.c>
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
+ SecAuditEngine On
+ <%- else -%>
+ SecRuleEngine Off
+ SecAuditEngine Off
+ <%- end -%>
SecAuditLogType Concurrent
SecAuditLogStorageDir <%= logdir %>/
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
- <%- else -%>
- SecRuleEngine Off
- <%- end -%>
</IfModule>
<%- unless additional_options.to_s == 'absent' then -%>
@@ -158,13 +160,15 @@
<IfModule mod_security2.c>
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
+ SecAuditEngine On
+ <%- else -%>
+ SecRuleEngine Off
+ SecAuditEngine Off
+ <%- end -%>
SecAuditLogType Concurrent
SecAuditLogStorageDir <%= logdir %>/
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
- <%- else -%>
- SecRuleEngine Off
- <%- end -%>
</IfModule>
<%- unless additional_options.to_s == 'absent' then -%>