Skip to content

Commit d14f014

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
Master This will enable all functions, if previously disabled in php.ini, like exec which ispconfig needs to functions properly.
2 parents deb3716 + ee6dde6 commit d14f014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/conf/php-fcgi-starter.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
1111
export PHP_FCGI_MAX_REQUESTS
1212
exec <tmpl_var name='php_fcgi_bin'> \
1313
<tmpl_if name="security_level" op="==" value="20"> -d open_basedir="<tmpl_var name='open_basedir'>" \
14+
-d disable_functions="" \
15+
-d suhosin.executor.func.blacklist="" \
1416
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
1517
-d session.save_path=<tmpl_var name='document_root'>/tmp \
1618
-d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \

0 commit comments

Comments
 (0)