set correct guid when using fcgid and own-vhost for froxlor, thx to snoopotic from the forum
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -228,7 +228,7 @@ class apache
|
|||||||
'adminid' => 1, /* first admin-user (superadmin) */
|
'adminid' => 1, /* first admin-user (superadmin) */
|
||||||
'mod_fcgid_starter' => -1,
|
'mod_fcgid_starter' => -1,
|
||||||
'mod_fcgid_maxrequests' => -1,
|
'mod_fcgid_maxrequests' => -1,
|
||||||
'guid' => $user,
|
'guid' => $this->settings['phpfpm']['vhost_httpuser'],
|
||||||
'openbasedir' => 0,
|
'openbasedir' => 0,
|
||||||
'email' => $this->settings['panel']['adminmail'],
|
'email' => $this->settings['panel']['adminmail'],
|
||||||
'loginname' => 'froxlor.panel',
|
'loginname' => 'froxlor.panel',
|
||||||
|
|||||||
Reference in New Issue
Block a user