update Tue Jun 15 06:37:00 PDT 2010
[pkgsrc.git] / www / moodle / files / moodle.conf
1 # Moodle configuration file fragment for Apache
2
3 <IfModule mod_alias.c>
4     Alias /moodle/ "@MOODLEDIR@/"
5 </IfModule>
6
7 <Directory "@MOODLEDIR@">
8     Options Indexes
9     DirectoryIndex index.php index.html
10     AllowOverride None
11     Order allow,deny
12     Allow from all
13 </Directory>
14
15 <Directory "@MOODLEDATADIR@">
16     Options Indexes
17     DirectoryIndex index.php index.html
18     AllowOverride None
19     Order allow,deny
20     Allow from all
21 </Directory>