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.
1 parent 50710d2 commit d5869a6Copy full SHA for d5869a6
server/conf/php-fcgi-starter.master
@@ -14,8 +14,6 @@ export TMPDIR=<tmpl_var name='document_root'>/tmp
14
export TEMP=<tmpl_var name='document_root'>/tmp
15
exec <tmpl_var name='php_fcgi_bin'> \
16
<tmpl_if name="security_level" op="==" value="20"> -d open_basedir="<tmpl_var name='open_basedir'>" \
17
--d disable_functions="" \
18
--d suhosin.executor.func.blacklist="" \
19
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
20
-d session.save_path=<tmpl_var name='document_root'>/tmp \
21
-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>" \
0 commit comments