Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Massimiliano
ISPConfig 3
Commits
68fccf6d
Commit
68fccf6d
authored
Aug 14, 2014
by
Till Brehm
Browse files
Added new temp directory for the interface as the server temp directory is not accessible anymore.
parent
a7e4ec0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig_fcgi_starter.master
View file @
68fccf6d
...
...
@@ -3,4 +3,4 @@ PHPRC={fastcgi_phpini_path}
export
PHPRC
export
PHP_FCGI_MAX_REQUESTS
=
5000
export
PHP_FCGI_CHILDREN
=
1
exec
{
fastcgi_bin
}
-d
magic_quotes_gpc
=
off
-d
session.save_path
=
/usr/local/ispconfig/server/temp
\ No newline at end of file
exec
{
fastcgi_bin
}
-d
magic_quotes_gpc
=
off
-d
session.save_path
=
/usr/local/ispconfig/interface/temp
\ No newline at end of file
interface/temp/empty.dir
0 → 100644
View file @
68fccf6d
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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