Since I disable functions that ispconfig needs to run properly it becomes unusable. There is a way to have a custom php.ini for ispconfig: place your custom php.ini settings in /etc/php5/cgi/php.ispconfig.ini edit /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter add -c /etc/php5/cgi/php.ispconfig.ini to exec /usr/bin/php-cgi so it looks like this: Code: exec /usr/bin/php-cgi -c /etc/php5/cgi/php.ispconfig.ini -d magic_quotes_gpc=off -d session.save_path=/usr/local/ispconfig/server/temp This works. Will the custom changes be overwritten? Is there a better/safer way to do this?
I added a small patch to address this issue. http://git.ispconfig.org/grungy/ispconfig3/commit/ee6dde66b50769c75d872a0ab664991dddfa6391 Every single time when I update ispconfig few crucial thing like client creation stops working. This patch will fix this issue.