Changes between Version 47 and Version 48 of ProjectOptions
- Timestamp:
- Nov 26, 2007, 4:58:12 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v47 v48 169 169 [ <ps_exe>path</ps_exe> ] 170 170 }}} 171 '''www_host''':: Host name of web server 172 '''sched_host''':: Host name of scheduling server 173 '''uldl_host''':: Host name of upload/download server 174 '''uldl_pid''':: pid file of upload/download server (default: `/etc/httpd/run/httpd.pid`) 175 '''ssh_exe''':: path to `ssh` (default: `/usr/bin/ssh`) 176 '''ps_exe''':: path to `ps` (which supports "w" flag) (default: `/bin/ps`) 171 '''www_host''':: Host name of web server. 172 '''sched_host''':: Host name of scheduling server. 173 '''uldl_host''':: Host name of upload/download server. 174 '''uldl_pid''':: pid file of upload/download server (default: `/etc/httpd/run/httpd.pid`). 175 '''ssh_exe''':: path to `ssh` (default: `/usr/bin/ssh`). 176 '''ps_exe''':: path to `ps` (which supports "w" flag) (default: `/bin/ps`). 177 177 178 178 … … 207 207 The minimum amount of credit to create or edit a profile. 208 208 '''team_forums_members_only''':: 209 If set, team message sboards are visible only to team members.209 If set, team message boards are visible only to team members. 210 210 '''moderators_vote_to_ban''':: 211 211 If set, banishments require a majority vote among moderators. … … 217 217 }}} 218 218 '''disable_account_creation''':: 219 If present, disallow account creation 219 If present, disallow account creation. 220 220 '''min_passwd_length''':: 221 221 Minimum length of user passwords. Default is 6. … … 249 249 name of project's main host, as given by Python's `socket.hostname()`. Daemons and tasks run on this host by default. 250 250 '''db_name''':: 251 Database name 251 Database name. 252 252 '''db_host''':: 253 Database host machine 253 Database host machine. 254 254 '''db_user''':: 255 Database user name 255 Database user name. 256 256 '''db_passwd''':: 257 Database password 257 Database password. 258 258 '''shmem_key''':: 259 259 ID of scheduler shared memory. Must be unique on host. 260 260 '''download_url''':: 261 URL of data server for download 261 URL of data server for download. 262 262 '''download_dir''':: 263 absolute path of download directory 263 absolute path of download directory. 264 264 '''download_dir_alt''':: 265 absolute path of old download directory (see [DirHierarchy upload/download directories]) 265 absolute path of old download directory (see [DirHierarchy upload/download directories]). 266 266 '''upload_url''':: 267 URL of file upload handler 267 URL of file upload handler. 268 268 '''uldl_dir_fanout''':: 269 fan-out factor of upload and download directories (see [DirHierarchy Hierarchical upload/download directories]) 269 fan-out factor of upload and download directories (see [DirHierarchy Hierarchical upload/download directories]). 270 270 '''upload_dir''':: 271 absolute path of upload directory 271 absolute path of upload directory. 272 272 '''cgi_url:: 273 URL of scheduling server 273 URL of scheduling server. 274 274 '''log_dir''':: 275 absolute path of logfile directory 275 absolute path of logfile directory. 276 276 '''sched_lockfile_dir''':: 277 277 Enables scheduler locking (recommended) and specifies directory where scheduler lockfiles are stored. Must be writable to the Apache user.