From a5ed74f709bb9d875d29ee4f6c95e50003bd3b2c Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 19 Sep 2015 14:07:00 +0200 Subject: [PATCH] =?UTF-8?q?[php-fpm]=20d=C3=A9finition=20de=20variable=20d?= =?UTF-8?q?'environnement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cfg/etc/php5/fpm/pool.d/www.conf/www.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf b/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf index 49c5b51..82be586 100644 --- a/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf +++ b/Cfg/etc/php5/fpm/pool.d/www.conf/www.conf @@ -352,11 +352,11 @@ chdir = / ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from ; the current environment. ; Default Value: clean env -;env[HOSTNAME] = $HOSTNAME -;env[PATH] = /usr/local/bin:/usr/bin:/bin -;env[TMP] = /tmp -;env[TMPDIR] = /tmp -;env[TEMP] = /tmp +env[HOSTNAME] = $HOSTNAME +env[PATH] = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games +env[TMP] = /tmp +env[TMPDIR] = /tmp +env[TEMP] = /tmp ; Additional php.ini defines, specific to this pool of workers. These settings ; overwrite the values previously defined in the php.ini. The directives are the