diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master
index 9920c4e66207f7420d0fe85004baab317a5bc700..453951c15b8a740c7a1e08a89b2e2f05e23194fa 100644
--- a/server/conf/php-fcgi-starter.master
+++ b/server/conf/php-fcgi-starter.master
@@ -7,4 +7,8 @@ PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
 export PHP_FCGI_CHILDREN
 PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
 export PHP_FCGI_MAX_REQUESTS
-exec <tmpl_var name='php_fcgi_bin'> $1
\ No newline at end of file
+exec <tmpl_var name='php_fcgi_bin'> \
+-d open_basedir=<tmpl_var name='document_root'> \
+-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
+-d session.save_path=<tmpl_var name='document_root'>/tmp \
+$1
\ No newline at end of file