1
1
# Custom IVLE Apache config script
3
2
# Configures IVLE at the root of the site.
5
4
ServerAdmin ADMIN@EXAMPLE.COM
6
5
ServerName IVLE.EXAMPLE.COM
9
8
DocumentRoot /usr/local/share/ivle/www
19
18
PythonHandler ivle.dispatch
21
21
PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
22
22
PythonOption mod_python.session.cookie_name ivle
25
31
ErrorLog /var/log/apache2/error.log