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

« back to all changes in this revision

Viewing changes to doc/setup/ivle.conf

Quick port of fileservice to the new framework. It's still very much old-style,
though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        Options FollowSymLinks
12
12
        AllowOverride None
13
13
    </Directory>
14
 
 
15
 
    <Location />
 
14
    <Directory "/usr/local/share/ivle/www/">
 
15
        AllowOverride None
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
21
22
        PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
22
23
        PythonOption mod_python.session.cookie_name ivle
23
 
    </Location>
 
24
    </Directory>
24
25
 
25
26
    ErrorLog /var/log/apache2/error.log
26
27