summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_wordpress
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-15 21:19:36 +0000
committermh <mh@immerda.ch>2009-03-15 21:19:36 +0000
commit0efb0078c9cbbd932c0f0c95c65123ea28a6f67f (patch)
treed46c2c206eeab351f87f742d9a34d7d58ff96fcf /templates/vhosts/php_wordpress
parent2abb8745b28acb8d79fcf49f8930da1ccc1b6782 (diff)
audit typ have to be serial
Diffstat (limited to 'templates/vhosts/php_wordpress')
-rw-r--r--templates/vhosts/php_wordpress/CentOS.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vhosts/php_wordpress/CentOS.erb b/templates/vhosts/php_wordpress/CentOS.erb
index a6e7bdf..393ba6f 100644
--- a/templates/vhosts/php_wordpress/CentOS.erb
+++ b/templates/vhosts/php_wordpress/CentOS.erb
@@ -44,6 +44,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
# http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html
@@ -107,6 +108,7 @@
SecRuleEngine <%= if mod_security.to_s == 'true' then "On" else "Off" end %>
<%- if mod_security.to_s == 'true' then -%>
SecRuleEngine On
+ SecAuditLogType serial
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
# http://optics.csufresno.edu/~kriehn/fedora/fedora_files/f9/howto/modsecurity.html