15c7ff61ff
Improve Makefile and fix some bugs in conf file While here, comment out destdir-ready flag, since the package chowns. Bump PKGREVISION.
21 lines
448 B
Text
21 lines
448 B
Text
# 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>
|