Results 1 to 2 of 2
I want users homedirs chmod 750, and add apache to each users'group. Does anybody knows if there are any problems or security concerns with this approach.
Thanks....
- 03-31-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 1
RH9 and apache
I want users homedirs chmod 750, and add apache to each users'group. Does anybody knows if there are any problems or security concerns with this approach.
Thanks.
- 03-31-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
yes, you would potentially be giving apache access to anything in the user's home directory.
I would put all your websites in "/var/www" for example, and each user would have their own directory in there, which is owned by the user and the apache group, then is chmod'ed 750.
Jason


Reply With Quote