Changes between Version 25 and Version 26 of ServerIntro
- Timestamp:
- Jul 14, 2007, 7:07:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v25 v26 37 37 38 38 Both `boincadm` and `apache` should have umasks that allow group read and write. 39 {{{ 40 #!comment That umask thing needs to be clarified; I had to go see an old version of GroupPermissions to see how umasks were set. Umasks are "inverted", that makes them hard to understand (they mark permissions to UNset). 41 }}} 39 42 40 43 When you create a BOINC project using [MakeProject make_project], the critical directories are owned by `boincadm` and have the set-GID bit set; this means that any directories or files created by apache in those directories will have group `boinc` (not group `apache`). The BOINC software makes all directories group read/write. Thus, both `apache` and `boinc` will have read/write access to all directories and files, but other users will have no access.