summaryrefslogtreecommitdiff
path: root/templates/vhosts/php
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-04-13 15:08:10 +0000
committermh <mh@immerda.ch>2009-04-13 15:08:10 +0000
commit5f4404b87faa75c2e8ce674aa61d8119e176480b (patch)
tree352067287c695f3601872435aa3a9ee4768e2f3f /templates/vhosts/php
parent212cbc4e5dcbd6bd6acc9d78bf5f54bad47c6c90 (diff)
setting logging style of mod_sec
according to http://thread.gmane.org/gmane.comp.apache.mod-security.user/5257/focus=5260 it should be that way.
Diffstat (limited to 'templates/vhosts/php')
-rw-r--r--templates/vhosts/php/CentOS.erb6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 675a0ac..cf7b5bd 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -47,7 +47,8 @@
<%- else -%>
SecRuleEngine Off
<%- end -%>
- SecAuditLogType serial
+ SecAuditLogType Concurrent
+ SecAuditLogStorageDir <%= logdir %>/
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
</IfModule>
@@ -105,7 +106,8 @@
<%- else -%>
SecRuleEngine Off
<%- end -%>
- SecAuditLogType serial
+ SecAuditLogType Concurrent
+ SecAuditLogStorageDir <%= logdir %>/
SecAuditLog <%= logdir %>/mod_security_audit.log
SecDebugLog <%= logdir %>/mod_security_debug.log
</IfModule>