From ee6dde66b50769c75d872a0ab664991dddfa6391 Mon Sep 17 00:00:00 2001
From: Nedim Hadzimahmutovic <nedim@hadzimahmutovic.com>
Date: Thu, 27 Mar 2014 09:36:25 -0400
Subject: [PATCH] This will enable all functions, previously disabled in php.ini, like exec which ispconfig needs to functions properly.

---
 server/conf/php-fcgi-starter.master |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master
index ea02581..92edf86 100644
--- a/server/conf/php-fcgi-starter.master
+++ b/server/conf/php-fcgi-starter.master
@@ -11,6 +11,8 @@
 export PHP_FCGI_MAX_REQUESTS
 exec <tmpl_var name='php_fcgi_bin'> \
 <tmpl_if name="security_level" op="==" value="20"> -d open_basedir="<tmpl_var name='open_basedir'>" \
+-d disable_functions="" \
+-d suhosin.executor.func.blacklist="" \
 -d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
 -d session.save_path=<tmpl_var name='document_root'>/tmp \
 -d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \

--
Gitblit v1.9.1