From 4600d73b0338fc035c96002e526220d7a593e96b Mon Sep 17 00:00:00 2001 From: nveid <nveid@ispconfig3> Date: Sat, 27 Aug 2011 23:34:22 -0400 Subject: [PATCH] This file is auto-generated by a template upon installation... Doesn't need to be in the repo here --- server/plugins-available/apache2_plugin.inc.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 9a90e5d..77a1b08 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -488,6 +488,7 @@ } } 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 -- Gitblit v1.9.1