summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/php/standard.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 53fa8f9..a4f46b6 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -190,11 +190,12 @@ define apache::vhost::php::standard(
include apache::include::mod_fcgid
mod_fcgid::starter {$name:
- cgi_type => 'php',
+ cgi_type => 'php',
cgi_type_options => $real_php_settings,
- owner => $run_uid,
- group => $run_gid,
- notify => Service['apache'],
+ owner => $run_uid,
+ group => $run_gid,
+ notify => Service['apache'],
+ php_tmp_dir => $real_php_settings[php_tmp_dir]
}
}
default: { include ::php }