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

« back to all changes in this revision

Viewing changes to doc/setup/faq.txt

Remove obsolete installation troubleshooting FAQ.

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