diff options
Diffstat (limited to 'manifests/include/mod_fcgid.pp')
-rw-r--r-- | manifests/include/mod_fcgid.pp | 7 |
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 0000000..b3c1cdc --- /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" + } +} |