summaryrefslogtreecommitdiff
path: root/www/moodle/files
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-04 09:20:00 +0000
committerwiz <wiz@pkgsrc.org>2010-06-04 09:20:00 +0000
commitf38c7f681805fc13adb190700caddc3e740bd22c (patch)
tree5c31009cf44020685080930d4e9280d31fcae2c9 /www/moodle/files
parenta7a5cbd8716c41cd1f187df55e2dcfe24887f342 (diff)
downloadpkgsrc-f38c7f681805fc13adb190700caddc3e740bd22c.tar.gz
Initial import of moodle-1.9.8 from wip, packaged by Wen Heping.
Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a 40,000-student University.
Diffstat (limited to 'www/moodle/files')
-rw-r--r--www/moodle/files/moodle.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/moodle/files/moodle.conf b/www/moodle/files/moodle.conf
new file mode 100644
index 00000000000..40de27bc7dc
--- /dev/null
+++ b/www/moodle/files/moodle.conf
@@ -0,0 +1,13 @@
+# MediaWiki 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>