Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
68fccf6d
Commit
68fccf6d
authored
Aug 14, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
install/tpl/apache_ispconfig_fcgi_starter.master
install/tpl/apache_ispconfig_fcgi_starter.master
+1
-1
interface/temp/empty.dir
interface/temp/empty.dir
+0
-0
No files found.
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
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