1
1
# Custom IVLE Apache config script
2
3
# Configures IVLE at the root of the site.
4
5
ServerAdmin ADMIN@EXAMPLE.COM
5
6
ServerName IVLE.EXAMPLE.COM
8
9
DocumentRoot /usr/local/share/ivle/www
18
19
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
31
25
ErrorLog /var/log/apache2/error.log