secure DA - read scripts from other users directory

Yes, any time DA would reset the public_html it would reset it to those settings for all users. For existing users you may need to just run:
Code:
cd /home/
chgrp apache */domains/*/public_html
chmod 750 */domains/*/public_html
However, there is a new feature currently in testing, as of 1.33.3. This is a variation of the above feature, but it's higher up in the directory tree, and protects more (at /home/user instead of /home/user/domains/domain.com/public_html) which makes it more secure. You can find information on it here:
http://www.directadmin.com/features.php?id=961


Also related, general security tips:
http://help.directadmin.com/item.php?id=247

John
 
Back
Top