Current time: 11-17-2024, 11:30 AM Hello There, Guest! (LoginRegister)


Post Reply 
403 Forbidden when trying to get suexec+mod_fcgid working
Author Message
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #6
RE: 403 Forbidden when trying to get suexec+mod_fcgid working
How about adding this to the setup_php_master_user_dirs():

my $master_username = $main::cfg{'APACHE_SUEXEC_USER_PREF'}$main::cfg{'APACHE_SUEXEC_MIN_UID'};
my $master_groupname = $main::cfg{'APACHE_SUEXEC_USER_PREF'}$main::cfg{'APACHE_SUEXEC_MIN_GID'};

$cmd = "$main::cfg{'CMD_CHOWN'} $master_username:$master_groupname $starter_dir/master";
$rs = sys_command($cmd);
return $rs if ($rs != 0);


I haven't tested this yet, but I believe it should work... Smile
(This post was last modified: 11-15-2007 03:26 AM by pgentoo.)
11-15-2007 03:24 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 403 Forbidden when trying to get suexec+mod_fcgid working - pgentoo - 11-15-2007 03:24 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)