summaryrefslogtreecommitdiff
path: root/templates/vhosts/perl/CentOS.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/perl/CentOS.erb')
-rw-r--r--templates/vhosts/perl/CentOS.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vhosts/perl/CentOS.erb b/templates/vhosts/perl/CentOS.erb
index 49243fe..ee10e33 100644
--- a/templates/vhosts/perl/CentOS.erb
+++ b/templates/vhosts/perl/CentOS.erb
@@ -50,6 +50,7 @@
<IfModule mod_security2.c>
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
+ SecAuditLogType serial
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
<%- else -%>
@@ -113,6 +114,7 @@
<IfModule mod_security2.c>
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
+ SecAuditLogType serial
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
<%- else -%>