Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
abd9b232
Commit
abd9b232
authored
Jul 05, 2009
by
tbrehm
Browse files
Added openbasedir restriction to fcgi starter script.
parent
d77bc7ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/php-fcgi-starter.master
View file @
abd9b232
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment