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
19
PythonHandler ivle.dispatch
21
PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
22
PythonOption mod_python.session.cookie_name ivle
25
ErrorLog /var/log/apache2/error.log
27
# Possible values include: debug, info, notice, warn, error, crit,
31
CustomLog /var/log/apache2/access.log combined