dfcfe61
Alias /moodle /var/www/moodle/web
dfcfe61
dfcfe61
# Moodle public web pages - must be publically accessible
dfcfe61
<Directory /var/www/moodle/web>
dfcfe61
  Order allow,deny
dfcfe61
  Allow from all
dfcfe61
</Directory>
dfcfe61
dfcfe61
# Moodle private data - must NOT be publically accessible
dfcfe61
<Directory /var/www/moodle/data>
dfcfe61
  Order deny,allow
dfcfe61
  Deny from all
dfcfe61
</Directory>