> Hello > > I have a question about the 'suPHP_UserGroup' setting. Without it, > apache gives internal server errors for php scripts. And it only seems > to work if I set the owner of the script as the username and groupname. > In a multi-user environment, each individual user will own their own > scripts, so I am wondering if there is a simple way of setting it to be > the default owner of the script? Or otherwise, how can I manage this > setting in a multi-user environment? > > I feel as though I am missing something here. > Argh, sorry -- I missed the point completely. I think you could use "owner mode", perhaps.
I run a shared hosting environment with many users in different (sometimes overlapping) groups. Each group "owns" a subdirectory on the webserver. I have a separate suPHP_UserGroup setting for each directory (with suPHP in "force" mode), in addition to the patch I pointed you at. I then turn "check_parent_dir_owners" off, and "check_parent_dir_groups" on and set up "valid_parent_groups" appropriately (all settings provided by my patch). Dave _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
