Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...