summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_joomla
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-10 00:23:41 +0000
committermh <mh@immerda.ch>2009-03-10 00:23:41 +0000
commitdc936ca6f3ff3c25c3a6b7165d55290fbc1fcb24 (patch)
treeaf31b8435b740022e7e63f952663f8b9d0af4588 /templates/vhosts/php_joomla
parent3c9ed3403bd6ee0d37790ae70f6e8219a2bf22cb (diff)
correct option
Diffstat (limited to 'templates/vhosts/php_joomla')
-rw-r--r--templates/vhosts/php_joomla/CentOS.erb4
1 files changed, 2 insertions, 2 deletions
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 -%>