Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
5d5d88ee
Commit
5d5d88ee
authored
Jul 27, 2011
by
latham
Browse files
Fix issue with errordocs ownership
parent
46c7758c
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/apache2_plugin.inc.php
View file @
5d5d88ee
...
...
@@ -488,6 +488,7 @@ class apache2_plugin {
}
}
exec
(
'chmod -R a+r '
.
$error_page_path
);
exec
(
'chown -R '
.
$data
[
'new'
][
'system_user'
]
.
':'
.
$data
[
'new'
][
'system_group'
]
.
' '
.
$error_page_path
);
}
// end copy error docs
// Create group and user, if not exist
...
...
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