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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-18 00:19:48 UTC
  • Revision ID: matt.giuca@gmail.com-20100218001948-8079xhwqvrf2ul15
ivle.webapp.tutorial: Fixed unqualified reference to exception ExerciseNotFound.

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