On 02/08/10 20:13, Elliott Forney wrote: > Hi Dave, > > I really like the idea of having an option in the config to turn off > the parent directory check, as found in your patch: > > ; Turn off parent directory owner checking (on by default) > check_parent_dir_owners=false > > Although I can see the motivation for having such a check, it simply > does not mesh well with our platform. Currently, we have been > building suphp from scratch with the parent directory check commented > out. > > My question is the following: Do you know if there is any chance of > this feature making it into the next release of suphp? > > I think it would be a good thing to pursue this. I submitted a patch a while ago, but I've heard nothing more. Maybe if people recommend it being included, that might help?
Dave > Thanks, > Elliott Forney > >> On 07/22/10 13:58, Uwe Baumbach wrote: >>> Hi there, >>> >>> is it possible to configure suPHP so, that a scripts would be executed >>> under following circumstances: >>> - script directory ist owned by user A of group GRP-A >>> - in the directory some PHP-scripts belongs to user A of GRP-A, other to >>> user B of the same group GRP-A >>> - all scripts are writeable/executable by owner and group (GRP-A) (but not >>> by all users) >>> ?? >>> >>> We want to allow distributed programming and upload and do not want to >>> allow chown cmd! >>> We do not want "tricks" (cron or other jobs to change ownerchip of those >>> script files). >>> >>> Any ideas? >>> >> This is more or less the way I've set up a server to work in the past, >> with a custom patch to suPHP. See >> https://lists.marsching.com/pipermail/suphp/2009-September/002209.html >> >> It seems to work pretty well, so if you've got any questions, give me a >> shout. >> >> >> Dave _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
