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

« back to all changes in this revision

Viewing changes to doc/setup/faq.txt

  • Committer: William Grant
  • Date: 2009-02-27 05:07:09 UTC
  • Revision ID: grantw@unimelb.edu.au-20090227050709-k16kvhyl50nzjbwm
Subject URLs now contain the short name (eg. info1) rather than the code
(eg. 600151).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
This is a guide for administrators trying to configure IVLE. It answers
5
5
questions about common installation mistakes.
6
6
 
7
 
Two IVLE headings, and 404 error message "There is no application called 'php'.
8
 
===============================================================================
9
 
 
10
 
This is an Apache conf problem - you are missing the following section:
11
 
 
12
 
    <Directory "/usr/local/share/ivle/www/php">
13
 
        SetHandler None
14
 
    </Directory>
15
 
 
16
 
The easiest way is to ensure you copied ivle.conf.
17
 
 
18
7
IVLE displays a generic Terms of Service notice
19
8
===============================================
20
9