pkgsrc-ng/www/moodle/files/moodle.conf
2013-09-26 17:14:40 +02:00

22 lines
448 B
Plaintext

# Moodle configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /moodle/ "@MOODLEDIR@/"
</IfModule>
<Directory "@MOODLEDIR@">
Options Indexes
DirectoryIndex index.php index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "@MOODLEDATADIR@">
Options Indexes
DirectoryIndex index.php index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>