From bcb8eb9418642337f1eadcdec030c7f4a07a8a67 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Sun, 25 Sep 2011 18:15:18 -0400
Subject: [PATCH] - Installer adds ispconfig user to Apache group on Fedora/CentOS so that nginx/PHP-FPM can access /etc/squirrelmail and serve SquirrelMail for the ISPConfig vhost. - Added session.save_path and upload_tmp_dir settings to the PHP-FPM pool definitions.

---
 install/tpl/php_fpm_pool.conf.master |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/install/tpl/php_fpm_pool.conf.master b/install/tpl/php_fpm_pool.conf.master
index 1b27bb9..5a2c6c8 100644
--- a/install/tpl/php_fpm_pool.conf.master
+++ b/install/tpl/php_fpm_pool.conf.master
@@ -13,4 +13,7 @@
 pm.min_spare_servers = 5
 pm.max_spare_servers = 35
 
-chdir = /
\ No newline at end of file
+chdir = /
+
+php_admin_value[session.save_path] = /usr/local/ispconfig/server/temp
+php_admin_flag[magic_quotes_gpc] = off
\ No newline at end of file

--
Gitblit v1.9.1