summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/vhosts/perl/CentOS.erb4
-rw-r--r--templates/vhosts/php/CentOS.erb4
-rw-r--r--templates/vhosts/php_joomla/CentOS.erb4
3 files changed, 6 insertions, 6 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 -%>
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 -%>
diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb
index 49addfd..aa0714e 100644
--- a/templates/vhosts/php_joomla/CentOS.erb
+++ b/templates/vhosts/php_joomla/CentOS.erb
@@ -55,7 +55,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
# http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html
SecRuleRemoveById "960010"
<%- else -%>
@@ -118,7 +118,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
# http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html
SecRuleRemoveById "960010"
<%- else -%>