Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "FileSystemPermissions" page has been changed by RichBowen:
https://wiki.apache.org/httpd/FileSystemPermissions?action=diff&rev1=1&rev2=2

  # find /var/www/html -type d -exec chmod 750 {} \;
  }}}
  
- What we've done here is to set all files to 640, or rw-r--r-- and directories 
to rwxr-x---.
+ What we've done here is to set all files to 640, or rw-r----- and directories 
to rwxr-x---.
  Because the group "web-content" is applied to all the files and directories, 
httpd can read these files, but cannot write to them.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to