Changes between Version 8 and Version 9 of ServerIntro
- Timestamp:
- May 10, 2007, 9:51:15 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v8 v9 48 48 49 49 You may also need to change the ownership of these directories and all their subdirectories to boincadm/boinc. If you're running several projects on the same server and want to isolate them from each other, you can create a different user and group for each project, and add apache to all of the groups. 50 51 When serving your project files from apache, note that all directories up to and including the html directory must have execute permissions. For example, if you use make_project to create the project template in your home directory, your home directory must have 711 permissions as opposed to the default of 700. If this is not corrected, you will receive a 403 Permission Denied error when attempted to browse to your project page. 50 52 51 53