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 d77bc7a commit abd9b23Copy full SHA for abd9b23
server/conf/php-fcgi-starter.master
@@ -7,4 +7,8 @@ PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
7
export PHP_FCGI_CHILDREN
8
PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
9
export PHP_FCGI_MAX_REQUESTS
10
-exec <tmpl_var name='php_fcgi_bin'> $1
+exec <tmpl_var name='php_fcgi_bin'> \
11
+-d open_basedir=<tmpl_var name='document_root'> \
12
+-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
13
+-d session.save_path=<tmpl_var name='document_root'>/tmp \
14
+$1
0 commit comments