pkgsrc/www/moodle/files/moodle.conf
wiz 15c7ff61ff PR 43417 by maintainer Wen Heping:
Improve Makefile and fix some bugs in conf file

While here, comment out destdir-ready flag, since the package chowns.

Bump PKGREVISION.
2010-06-15 08:16:12 +00:00

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>