1
# Custom IVLE Apache config script
2
# Configures IVLE at the root of the site.
4
ServerAdmin ADMIN@EXAMPLE.COM
5
ServerName IVLE.EXAMPLE.COM
8
DocumentRoot /opt/ivle/www
10
Options FollowSymLinks
13
<Directory "/opt/ivle/www/">
18
PythonHandler dispatch
20
Options FollowSymLinks
21
PythonOption mod_python.file_session.database_directory /home/informatics/sessions
23
<Directory "/opt/ivle/www/media">
26
<Directory "/opt/ivle/www/php">
30
ErrorLog /var/log/apache2/error.log
32
# Possible values include: debug, info, notice, warn, error, crit,
36
CustomLog /var/log/apache2/access.log combined