1
# Custom IVLE Apache config script
2
# Configures IVLE at the root of the site.
4
ServerAdmin ADMIN@EXAMPLE.COM
5
ServerName IVLE.EXAMPLE.COM
8
DocumentRoot /opt/ivle/www
10
ServerName public.localhost
12
Options FollowSymLinks
15
<Directory "/opt/ivle/www/">
20
PythonHandler dispatch
22
Options FollowSymLinks
23
PythonOption mod_python.file_session.database_directory /home/informatics/sessions
25
<Directory "/opt/ivle/www/media">
28
<Directory "/opt/ivle/www/php">
32
ErrorLog /var/log/apache2/error.log
34
# Possible values include: debug, info, notice, warn, error, crit,
38
CustomLog /var/log/apache2/access.log combined
43
ServerName svn.localhost
46
SVNParentPath /home/informatics/repositories
47
AuthzSVNAccessFile /opt/ivle/svn/svn.conf
50
AuthName "Subversion repository"
51
AuthUserFile /opt/ivle/svn/ivle.auth