We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7805e19 + d14f014 commit 09c2227Copy full SHA for 09c2227
server/conf/php-fcgi-starter.master
@@ -11,6 +11,8 @@ PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
11
export PHP_FCGI_MAX_REQUESTS
12
exec <tmpl_var name='php_fcgi_bin'> \
13
<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="" \
16
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
17
-d session.save_path=<tmpl_var name='document_root'>/tmp \
18
-d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \
0 commit comments