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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2010-02-17 22:00:18 UTC
  • Revision ID: coles.david@gmail.com-20100217220018-89k4i280gy6qjwmb
docs: Sessions are not required for public mode. Don't include them in the HTTP virtual host for the ssl example

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
21
19
    </Location>
22
20
</VirtualHost>
23
21