diff options
Diffstat (limited to 'templates/vhosts/perl')
-rw-r--r-- | templates/vhosts/perl/CentOS.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/perl/CentOS.erb b/templates/vhosts/perl/CentOS.erb index 580eb62..49243fe 100644 --- a/templates/vhosts/perl/CentOS.erb +++ b/templates/vhosts/perl/CentOS.erb @@ -51,7 +51,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 -%> @@ -114,7 +114,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 -%> |