User Tools

Site Tools


blog:set_rights_of_files_in_public_html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
blog:set_rights_of_files_in_public_html [2011-03-11 07:43] brbblog:set_rights_of_files_in_public_html [2011-03-11 07:52] brb
Line 1: Line 1:
 ====== Set rights of files in public_html ====== ====== Set rights of files in public_html ======
  
-<code>+Set rights of user /home/*/public_html directors in a secure and useful way 
 +  - all files/directories get chown user:www-data, so users own them and the webserver has group access 
 +  - group www-data is added g+r for files (webserver can read all files) g+rsx for directories (webserver can read and change into all directories) 
 +  - o-rights (for all) are completely removed, so shell users can't read files of other users (possibly containing passwords etc). 
 + 
 + 
 +<code bash>
 #!/bin/bash -  #!/bin/bash - 
 #=============================================================================== #===============================================================================
Line 57: Line 63:
   fi   fi
 done done
-</file>+</code>
  
 Ref: http://ubuntuincident.wordpress.com/2010/11/21/setting-rights-for-public_html/ Ref: http://ubuntuincident.wordpress.com/2010/11/21/setting-rights-for-public_html/
blog/set_rights_of_files_in_public_html.txt · Last modified: 2011-03-11 07:57 by brb