View Single Post

  #2  
Old 08-21-2008, 05:04 PM
Default Re: how to get more than one user to be in the GROUP for directory ownership?

In news:uyjrk.13642$rD2.12294@bignews4.bellsouth.net,
TriAdmin typed:

> I need "apache" and my username to share access to a directory
> because my php script creates directories within a directory.

....
> Any ideas are much appreciated!


One normally uses a web browser to connect to the Apache server, and
traverses the directory structure according to the permissions enabled in
the Apache configuration. If you feel the need to add your username to
/etc/group as a member of "apache" then you might wish to seriously
reconsider your security ideals -- the php scripts should create the correct
directory and file permissions.



Reply With Quote