>Prior to creating any file, the user would have been authenticated and an
authorize module 
>would have supplied the UID to be used for the request in an environment
variable.  The location 
>of the user's files has to read by Apache so such that it can serve the
files (HTML).
>
>The rational behind setting the UID of the files (and directories) is to
allow each user to be able 
>to create files that are protected from other users who may also be
providing files.  Each users 
>files are confined to certain sub-directory stubs.
 
Perhaps, I should use the GID instead of the PID to differentiate between
users and leave the PID alone.  Then perhaps setting the directory
permission to 0770 and 0460 for files on creation, along with checking the
GID of the files and dirs before any modifcation, could be used to achieve
the same effect.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to