Hi Daniel,

On Sun, Sep 23, 2012 at 01:18:57PM -0400, Daniel Ahern wrote:
> Hi,
> 
> I've got a little problem.
> 
> We're using a linux webserver with SuPHP, and I need multi-user
> support so that several programmers may have access to different
> files.
> 
> My intention was to use ACLs, but setfacl for user:programmer2:6
> sets the mask to 6 (this is necessary, because the mask sets the
> highest level of permissions for users defined by ACLs) which also
> causes the group permission to be set to 6.  Of course, a file with
> 660 permissions will not be executed by SuPHP.
> 
> Is there any way around this or is it simply that SuPHP cannot be
> used if you need a system where multiple users are able to modify a
> php file?

Maybe you missed the following options in suphp.conf:

; Security options
allow_file_group_writeable=false
allow_file_others_writeable=false
allow_directory_group_writeable=false
allow_directory_others_writeable=false

Sylvain

Attachment: signature.asc
Description: Digital signature

_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to