From 94478d7ebc57b2b264b969ab127f5d3f930db9ca Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sun, 29 Sep 2013 14:49:35 +0200 Subject: [PATCH] set correct guid when using fcgid and own-vhost for froxlor, thx to snoopotic from the forum Signed-off-by: Michael Kaufmann (d00p) --- scripts/jobs/cron_tasks.inc.http.10.apache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jobs/cron_tasks.inc.http.10.apache.php b/scripts/jobs/cron_tasks.inc.http.10.apache.php index a0f2bc56..56969bf6 100644 --- a/scripts/jobs/cron_tasks.inc.http.10.apache.php +++ b/scripts/jobs/cron_tasks.inc.http.10.apache.php @@ -228,7 +228,7 @@ class apache 'adminid' => 1, /* first admin-user (superadmin) */ 'mod_fcgid_starter' => -1, 'mod_fcgid_maxrequests' => -1, - 'guid' => $user, + 'guid' => $this->settings['phpfpm']['vhost_httpuser'], 'openbasedir' => 0, 'email' => $this->settings['panel']['adminmail'], 'loginname' => 'froxlor.panel',