summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-09 00:27:06 +0200
committermh <mh@immerda.ch>2011-10-09 00:27:06 +0200
commitbff168f1aad2a82e4b2fec5ca9b8260164cf7e27 (patch)
tree00993e7b114b1fd70d698b2d101a3de14d5d29c9 /manifests
parentdfd70b673871cadc0ef1e9ebc659d0f799edb271 (diff)
this options should be set globally
Diffstat (limited to 'manifests')
-rw-r--r--manifests/include/mod_fcgid.pp5
-rw-r--r--manifests/vhost/modperl.pp2
-rw-r--r--manifests/vhost/php/standard.pp1
3 files changed, 8 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
diff --git a/manifests/vhost/modperl.pp b/manifests/vhost/modperl.pp
index 4f5dff7..7cbe578 100644
--- a/manifests/vhost/modperl.pp
+++ b/manifests/vhost/modperl.pp
@@ -91,6 +91,8 @@ define apache::vhost::modperl(
}
'fcgid': {
include ::mod_fcgid
+ apache::include::mod_fcgid
+
# we don't need mod_perl if we run it as fcgid
include ::mod_perl::disable
mod_fcgid::starter {$name:
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index bb6c5e1..c3c9e7a 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -188,6 +188,7 @@ define apache::vhost::php::standard(
'fcgid': {
include ::mod_fcgid
include ::php::mod_fcgid
+ apache::include::mod_fcgid
mod_fcgid::starter {$name:
cgi_type => 'php',