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

« back to all changes in this revision

Viewing changes to examples/config/apache-ssl.conf

  • Committer: William Grant
  • Date: 2010-02-17 08:37:22 UTC
  • Revision ID: grantw@unimelb.edu.au-20100217083722-ji4v6fbztngy0p3s
Add UI to edit/delete enrolments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        SetHandler mod_python
17
17
        PythonHandler ivle.dispatch
18
18
        #PythonDebug On
 
19
        PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
 
20
        PythonOption mod_python.session.cookie_name ivle
19
21
    </Location>
20
22
</VirtualHost>
21
23