Skip to content

Commit 09c2227

Browse files
author
Florian Schaal
committed
2 parents 7805e19 + d14f014 commit 09c2227

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)