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.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/include/mod_fcgid.pp b/manifests/include/mod_fcgid.pp
new file mode 100644
index 00000000..b3c1cdc2
--- /dev/null
+++ b/manifests/include/mod_fcgid.pp
@@ -0,0 +1,7 @@
+class apache::include::mod_fcgid {
+ apache::config::global{'mod_fcgid.conf':
+ content => "<IfModule mod_fcgid.c>
+ FcgidFixPathinfo 1
+</IfModule>\n"
+ }
+}