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

« back to all changes in this revision

Viewing changes to doc/setup/faq.txt

Remove the setup.configure import from setup.

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
 
7
18
IVLE displays a generic Terms of Service notice
8
19
===============================================
9
20