I'm developing some PHP software that will use a master account to hold a master set of scripts. I will then create indivdual slave accounts that will need access to these scripts.
I've disabled open_basedir for these users and setup a symlink to the folder on the master account, trouble is, when accessing the folder I get a 500 Internal Server Error.
I'm almost certain that this is a phpSuExec problem as the slaves can view HTML documents in the master account but fail when trying to run any php script.
In the suexec log I see error: target uid/gid (32079/32081) mismatch with directory (32076/32078) or program (0/0) or trusted user (0/10) which says it all.
So to get this working I hope all I need is to exclude the slave accounts from suexec rules.
Any advice would be greatly apprecited.
Neil Westlake
I've disabled open_basedir for these users and setup a symlink to the folder on the master account, trouble is, when accessing the folder I get a 500 Internal Server Error.
I'm almost certain that this is a phpSuExec problem as the slaves can view HTML documents in the master account but fail when trying to run any php script.
In the suexec log I see error: target uid/gid (32079/32081) mismatch with directory (32076/32078) or program (0/0) or trusted user (0/10) which says it all.
So to get this working I hope all I need is to exclude the slave accounts from suexec rules.
Any advice would be greatly apprecited.
Neil Westlake