Changes between Version 8 and Version 9 of faq/files/privacy-standard-servers


Ignore:
Timestamp:
Aug 29, 2008, 3:11:23 PM (17 years ago)
Author:
Daniel Kahn Gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/files/privacy-standard-servers

    v8 v9  
    2020In each member directory, there are one more more site directories. For example:
    2121
    22   * /home/members/mayfirst/sites/mayfirst.org
    23   * /home/members/mayfirst/sites/members.mayfirst.org
     22  * `/home/members/mayfirst/sites/mayfirst.org`
     23  * `/home/members/mayfirst/sites/members.mayfirst.org`
    2424
    2525Typically, each site directory has the following sub directories: logs, include, web, and users. Let's consider each one separately:
    2626
    27   * logs - the logs directory contains the web logs for the member's web site. It is not writable, not even by the member who owns the sites. It is only readable by users created by the member who owns the site.
    28   * include and web - these directories, by default, are readable by everyone. They can only be written to by users created by the member who owns site.
    29   * users - the users directory is the most complex. It contains a subdirectory for every user created by the member who owns the site (these are referred to as home directories). It is readable by everyone, meaning everyone can see a directory listing of the users. For users who were created prior to mid August 2008, the home directories in the users directory are also readable by everyone. In mid August 2008, we [ticket:1104 changed that policy] so that home directories, by default, are only readable by the owner of the home directory. Home directories are only writable by the owner of the home directory.
     27 `logs`::
     28  the logs directory contains the web logs for the member's web site. It is not writable, not even by the member who owns the sites. It is only readable by users created by the member who owns the site.
     29 `include` and `web`::
     30  these directories, by default, are readable by everyone. They can only be written to by users created by the member who owns site.
     31 `users`::
     32  the users directory is the most complex. It contains a subdirectory for every user created by the member who owns the site (these are referred to as home directories). It is readable by everyone, meaning everyone can see a directory listing of the users. For users who were created prior to mid August 2008, the home directories in the users directory are also readable by everyone. In mid August 2008, we [ticket:1104 changed that policy] so that home directories, by default, are only readable by the owner of the home directory. Home directories are only writable by the owner of the home directory.
    3033
    3134== Implications ==