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

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: William Grant
  • Date: 2010-02-17 12:00:09 UTC
  • Revision ID: grantw@unimelb.edu.au-20100217120009-o48s4r1junx8oq8n
Tags: 1.0beta2
Drop version number to 1.0beta2. We are going in for another one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
444
444
Web Application
445
445
---------------
446
446
The IVLE web application runs on Apache using ``mod_python``. An example 
447
 
configuration is provided in the file :file:`examples/config/apache.conf`.
 
447
configuration for normal HTTP is provided in the file 
 
448
:file:`examples/config/apache.conf` and an example configuration for using 
 
449
Secure HTTP using SSL certificates is provided in the file 
 
450
:file:`examples/config/apache-ssl.conf`.
448
451
 
449
452
At minimum the following settings must be specified:
450
453