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
ISPConfig
ISPConfig 3
Commits
698a4d49
Commit
698a4d49
authored
Aug 07, 2009
by
tbrehm
Browse files
Updated permissions for secure mode.
parent
47e00f96
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/lib/config.inc.php
View file @
698a4d49
...
...
@@ -44,7 +44,7 @@ $revision = str_replace(array('Revision:','$',' '), '', $svn_revision);
//** Application
define
(
'ISPC_APP_TITLE'
,
'ISPConfig'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.
0.9
'
);
define
(
'ISPC_APP_VERSION'
,
'3.0.
1.4
'
);
//** Database
...
...
server/plugins-available/apache2_plugin.inc.php
View file @
698a4d49
...
...
@@ -472,8 +472,8 @@ class apache2_plugin {
// If the security level is set to high
if
(
$web_config
[
'security_level'
]
==
20
)
{
exec
(
"chmod 7
1
1 "
.
escapeshellcmd
(
$data
[
"new"
][
"document_root"
]
.
"/"
));
exec
(
"chmod 7
1
1 "
.
escapeshellcmd
(
$data
[
"new"
][
"document_root"
])
.
"/*"
);
exec
(
"chmod 7
5
1 "
.
escapeshellcmd
(
$data
[
"new"
][
"document_root"
]
.
"/"
));
exec
(
"chmod 7
5
1 "
.
escapeshellcmd
(
$data
[
"new"
][
"document_root"
])
.
"/*"
);
exec
(
"chmod 710 "
.
escapeshellcmd
(
$data
[
"new"
][
"document_root"
]
.
"/web"
));
// make temp direcory writable for the apache user and the website user
...
...
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