1
# Custom IVLE Apache config script
3
# Configures IVLE at the root of the site.
5
ServerAdmin ADMIN@EXAMPLE.COM
6
ServerName IVLE.EXAMPLE.COM
9
DocumentRoot /usr/local/share/ivle/www
11
Options FollowSymLinks
14
<Directory "/usr/local/share/ivle/www/">
19
PythonHandler ivle.dispatch
21
Options FollowSymLinks
22
PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
23
PythonOption mod_python.session.cookie_name ivle
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