~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: William Grant
  • Date: 2010-02-11 08:36:15 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211083615-5imzir7px5dblvwk
divify the login form, fixing up the submit/error indentation while there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    Location where Subversion WebDAV AuthUserFile password hash file will be 
175
175
    stored.
176
176
 
177
 
.. _ref-configuration-policy:
178
 
 
179
 
[policy]
180
 
--------
181
 
Site-specific policy decisions on permissions, etc. These modify the user
182
 
roles, as described in :ref:`ref-user-roles`.
183
 
 
184
 
.. describe:: tutors_can_enrol_students
185
 
 
186
 
    :type: boolean(default=False)
187
 
 
188
 
    If True, tutors can enrol any IVLE user as a student in a subject they are
189
 
    tutoring. This is disabled by default, as it is generally considered
190
 
    unnecessary for tutors to have such power.
191
 
 
192
 
.. describe:: tutors_can_edit_worksheets
193
 
 
194
 
    :type: boolean(default=True)
195
 
 
196
 
    If True, tutors can create and edit worksheets in a subject they are
197
 
    tutoring, and can create and edit *any exercise in the system*. This is
198
 
    turned on by default, but should be used carefully. Untrusted tutors could
199
 
    create site-wide problems.
200
 
 
201
 
    (The reason tutors can edit any exercise is because exercises are not
202
 
    stored per-subject, so it isn't possible to limit them just to exercises
203
 
    for a particular subject.)
204
 
 
205
177
[media]
206
178
-------
207
 
Configuration of media serving.
 
179
Configuration of :ref:`media serving <ref-media-serving>`.
208
180
 
209
181
.. describe:: version
210
182
 
444
416
Web Application
445
417
---------------
446
418
The IVLE web application runs on Apache using ``mod_python``. An example 
447
 
configuration for normal HTTP is provided in the file 
448
 
:file:`examples/config/apache.conf` and an example configuration for using 
449
 
Secure HTTP using SSL certificates is provided in the file 
450
 
:file:`examples/config/apache-ssl.conf`.
 
419
configuration is provided in the file :file:`examples/config/apache.conf`.
451
420
 
452
421
At minimum the following settings must be specified:
453
422