Skip to content

Commit

Permalink
Fixed: Wrong permissions on fcgi directory ( apache_fcgid )
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Nov 29, 2014
1 parent 3bada97 commit 2f15a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/PerlLib/Servers/httpd/apache_fcgid.pm
Expand Up @@ -1903,7 +1903,7 @@ sub _buildPHPConfig
$rs = iMSCP::Dir->new(
'dirname' => $fcgiRootDir
)->make(
{ 'user' => $main::imscpConfig{'ROOT_USER'}, 'group' => $main::imscpConfig{'ROOT_GROUP'}, 'mode' => 0550 }
{ 'user' => $main::imscpConfig{'ROOT_USER'}, 'group' => $main::imscpConfig{'ROOT_GROUP'}, 'mode' => 0555 }
);
return $rs if $rs;

Expand Down

0 comments on commit 2f15a4b

Please sign in to comment.