fix 'new' fcgid path for froxlor's own vhost php-fcgi-starter
This commit is contained in:
@@ -227,7 +227,7 @@ class apache
|
||||
if($this->settings['system']['mod_fcgid_ownvhost'] == '1')
|
||||
{
|
||||
|
||||
$configdir = makeCorrectDir($this->settings['system']['mod_fcgid_configdir'] . '/froxlor.panel/');
|
||||
$configdir = makeCorrectDir($this->settings['system']['mod_fcgid_configdir'] . '/'. $this->settings['system']['hostname'] . '/froxlor.panel/');
|
||||
if((int)$this->settings['system']['mod_fcgid_wrapper'] == 0)
|
||||
{
|
||||
$this->virtualhosts_data[$vhosts_filename].= ' SuexecUserGroup "' . $this->settings['system']['mod_fcgid_httpuser'] . '" "' . $this->settings['system']['mod_fcgid_httpgroup'] . '"' . "\n";
|
||||
|
||||
Reference in New Issue
Block a user