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

« back to all changes in this revision

Viewing changes to doc/setup/ivle.conf

  • Committer: William Grant
  • Date: 2009-05-28 02:43:56 UTC
  • Revision ID: grantw@unimelb.edu.au-20090528024356-mlrhizz7omnr71hd
Test ivle.mimetypes.nice_filetype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        Options FollowSymLinks
12
12
        AllowOverride None
13
13
    </Directory>
14
 
    <Directory "/usr/local/share/ivle/www/">
15
 
        AllowOverride None
 
14
 
 
15
    <Location />
16
16
        Order allow,deny
17
 
        allow from all
 
17
        Allow from all
18
18
        SetHandler mod_python
19
19
        PythonHandler ivle.dispatch
20
20
        #PythonDebug On
21
 
        Options FollowSymLinks
22
21
        PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
23
22
        PythonOption mod_python.session.cookie_name ivle
24
 
    </Directory>
 
23
    </Location>
25
24
 
26
25
    ErrorLog /var/log/apache2/error.log
27
26