summaryrefslogtreecommitdiff
path: root/manifests/include/mod_fcgid.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/include/mod_fcgid.pp')
-rw-r--r--manifests/include/mod_fcgid.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/include/mod_fcgid.pp b/manifests/include/mod_fcgid.pp
index 4ecf40b..b3c1cdc 100644
--- a/manifests/include/mod_fcgid.pp
+++ b/manifests/include/mod_fcgid.pp
@@ -1,5 +1,7 @@
class apache::include::mod_fcgid {
apache::config::global{'mod_fcgid.conf':
- content => "FcgidFixPathinfo 1\n"
+ content => "<IfModule mod_fcgid.c>
+ FcgidFixPathinfo 1
+</IfModule>\n"
}
}