On 4/13/05, Andy Firman <andy@xxxxxxxxx> wrote: > What is the best way to let developers work on virtual > hosts in a shell with vim? The virtual host directories > all have unique user accounts like this: > > -bash-2.05b$ ls -al /vhosts/ > drwxr-xr-x 4 allch allch 512 Mar 22 10:32 domain1.com > drwxr-xr-x 5 ald ald 512 Jan 27 15:30 domain2.org > drwxr-xr-x 6 bcad bcad 512 Apr 4 16:56 domain3.net > > So do you add the developer account to each group and do > a chmod -R g+w /vhosts? Is that insecure at all? Not really an apache question but... Yes, that is the purpose of using unix groups, and it should work fine. You may need to adjust the umask and default group for these users to assure that files they create get the right permissions. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx