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
22
<Directory "/opt/ivle/www/media">
26
ErrorLog /var/log/apache2/error.log
28
# Possible values include: debug, info, notice, warn, error, crit,
32
CustomLog /var/log/apache2/access.log combined