<br><br><div class="gmail_quote">On Fri, Jan 16, 2009 at 11:21 AM, Martin Langhoff <span dir="ltr"><<a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
There is an alternative you can also use - less moodle-centric, and<br>
may be unsupported going forward<br>
<br>
1 - create a new directory: /var/www/mylocalcontent , put your files there<br>
<br>
2 - add a new apache config file in /etc/httpd/conf.d - in that file,<br>
you need an Alias line, and a <Directory> section. I think it needsto<br>
be something like<br>
<br>
Alias /mylocalcontent /var/www/mylocalcontent<br>
<Directory /var/www/mylocalcontent><br>
order allow,deny<br>
allow all<br>
</Directory><br>
<br>
3 - Edit the moodle header include to add a link to that content -<br>
look in /var/www/moodle/web/themes/xo/header.html<br>
<br>
</blockquote><div><br>Since, at least for now, we're not going to be using moodle in Birmingham yet, I renamed <br></div></div><br>/etc/httpd/conf.d/010-make-moodle-default.conf<br><br>to /etc/httpd/conf.d/010-make-moodle-default.conf.orig<br>
<br>and then /var/www/html/ went back to the way it was as in XS 0.4. In fact, on my test server, I have /var/www/html on a separate partition on another physical drive, so it only took an fstab edit to put the web content back.<br>
<br>Anna Schoolfield<br>Birmingham<br>