From ae8c350b15952fb92a77bbf21f47565c768fb1c8 Mon Sep 17 00:00:00 2001 From: o Date: Thu, 12 Sep 2013 20:14:35 +0200 Subject: pass the php_tmp_dir option to fcgid --- manifests/vhost/php/standard.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manifests') 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 } -- cgit v1.2.3