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.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/include/mod_fcgid.pp b/manifests/include/mod_fcgid.pp
new file mode 100644
index 0000000..2dd415a
--- /dev/null
+++ b/manifests/include/mod_fcgid.pp
@@ -0,0 +1,5 @@
+class apache::include::mod_fcgid {
+ apache::config::global{'mod_fcgid':
+ content => "FcgidFixPathinfo 1\n"
+ }
+} \ No newline at end of file