Dustin Schuemann wrote:
>
> Is there a way to have multiple users under one website.
>
> Say
>
> /home/www.test.com/
>
> This would be user1
>
> And then /home/www.test.com/user2
>
> User2 wouldn’t be a new vhost just a new directory.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> suPHP mailing list
> suPHP@lists.marsching.biz
> http://lists.marsching.com/mailman/listinfo/suphp
>   

As long as user1 is the owner of what's in /home/www.test.com/, but not 
in /home/www.test.com/user2, and user2 is the owner of what's in 
/home/www.test.com/user2, i can't see why it shouldn't work.

In the case you need that one or both users need to write files that are 
owned by the other one, you can always put both users into the same 
system group and use allow_file_group_writeable to tune your needs.

Regards,

Hugo Monteiro.


-- 
ci.fct.unl.pt:~# cat .signature

Hugo Monteiro
Email    : [EMAIL PROTECTED]
Telefone : +351 212948300 Ext.15307
Web      : http://hmonteiro.net

Centro de Informática
Faculdade de Ciências e Tecnologia da
                   Universidade Nova de Lisboa
Quinta da Torre   2829-516 Caparica   Portugal
Telefone: +351 212948596   Fax: +351 212948548
www.ci.fct.unl.pt             [EMAIL PROTECTED]

ci.fct.unl.pt:~# _


_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.com/mailman/listinfo/suphp

Reply via email to