1
1
# Custom IVLE Apache config script
2
2
# Configures IVLE at the root of the site.
4
4
ServerAdmin ADMIN@EXAMPLE.COM
5
5
ServerName IVLE.EXAMPLE.COM
8
8
DocumentRoot /usr/local/share/ivle/www
20
20
PythonHandler ivle.dispatch
22
23
PythonOption mod_python.file_session.database_directory /var/lib/ivle/sessions
23
24
PythonOption mod_python.session.cookie_name ivle
26
33
ErrorLog /var/log/apache2/error.log