User Tools

Site Tools


wmanager:folder_security_tips

Differences

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

Link to this comparison view

Next revision
Previous revision
wmanager:folder_security_tips [2018/05/14 11:53]
Gianluca Pelliccioli created
— (current)
Line 1: Line 1:
-===== Folder security tips ====== 
- 
- 
-====  FOLDER SECURITY ====  
- 
-This is the recommended steps for security on Apache: 
-  * Set the default security 
-     * 644 files, root.root 
-     * 755 folders, root.root 
- 
-Script to change the permissions recursively: 
-<code> 
-chown root.root demo.wmanager.org/ -R 
-find ./demo.wmanager.org -type d -exec chmod 755 {} \; 
-find ./demo.wmanager.org -type f -exec chmod 644 {} \; 
-</code> 
  
wmanager/folder_security_tips.1526298807.txt.gz ยท Last modified: 2018/05/14 11:53 by Gianluca Pelliccioli