summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-01-04 15:26:24 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-01-04 15:26:24 -0500
commit550fa2b0a405e9bda6e2d82a1e423396a7ffdaa8 (patch)
tree4cb0a030bf9f837b9621af2b671539b6f2133e90 /manifests/vhost.pp
parentdb29f34f58c35f487eaf04e54d26fe2a9405e601 (diff)
add $mod_security_relevantonly flag, enabled by default, logs only on suspicious requests, set to 'false' to log all requests (as before)
Diffstat (limited to 'manifests/vhost.pp')
-rw-r--r--manifests/vhost.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost.pp b/manifests/vhost.pp
index c889bfa..f1a20f0 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -43,6 +43,7 @@ define apache::vhost(
$htpasswd_file = 'absent',
$htpasswd_path = 'absent',
$mod_security = true,
+ $mod_security_relevantonly = true,
$use_mod_macro = false,
$ldap_auth = false,
$ldap_user = 'any'