summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/CentOS.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php/CentOS.erb')
-rw-r--r--templates/vhosts/php/CentOS.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 1bca7e1..b449fd8 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -45,7 +45,7 @@
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
SecAuditLog <%= logdir %>/mod_security_audit.log
- SecFilterDebugLog <%= logdir %>/mod_security_debug.log
+ SecDebugLog <%= logdir %>/mod_security_debug.log
<%- else -%>
SecRuleEngine Off
<%- end -%>
@@ -105,7 +105,7 @@
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
SecAuditLog <%= logdir %>/mod_security_audit.log
- SecFilterDebugLog <%= logdir %>/mod_security_debug.log
+ SecDebugLog <%= logdir %>/mod_security_debug.log
<%- else -%>
SecRuleEngine Off
<%- end -%>