10
10
This is an Apache conf problem - you are missing the following section:
12
<Directory "/opt/ivle/www/php">
12
<Directory "/usr/local/share/ivle/www/php">
16
16
The easiest way is to ensure you copied ivle.conf.
18
All the CSS and images are missing
19
==================================
21
There are a couple of causes of this problem.
23
1. You could be missing the part of Apache conf which configures the
24
"/opt/ivle/www/media" directory. In this case, hyperlinks will be correct.
25
2. You may have set your "root_dir" setting incorrectly. Make sure it
26
corresponds to the URL space where IVLE lives on the web server, or all
27
the URLs will be wrong. In this case, hyperlinks will be wrong as well.
29
18
IVLE displays a generic Terms of Service notice
30
19
===============================================
32
You should customize the TOS notice at trunk/www/apps/tos/license.html.
21
You should customize the TOS notice at /var/lib/ivle/notices/tos.html.
34
23
Apache Server isn't Restarting
35
24
==============================
37
26
Make sure no console processes are lying around (e.g. sudo killall
38
python), then restart with "sudo apache2ctl restart". If the issue
27
python), then restart with "sudo /etc/init.d/apache2 restart". If the issue
39
28
persists, try stopping the server and starting it in two separate
40
29
steps, so you see the errors reported by the start script.