<div dir="ltr">David,<div><br></div><div>It sounds like moodle (a php application running under the httpd server, which is itself running as the user "apache") does not have read permission on the files you would like to serve.  I checked my instance of XSCE. My /library folder has root:root user and group with read and execute permissions for (owner,group,world) -- (rwxr-xr-x). All the folders in the path from the root directory to the content you want to serve must have the "x", and the files you want to serve must have permissions "rw-r--r--" (readable by world- or you could change group to apache, and make them readable by group). </div>

<div>You can insure that the files themselves are readable by world with the command "chmod o+r *"</div><div><br></div><div>I'm guessing that you did not put your content at the root level of /library, but that you created a /library/content directory. If so, you might need to make the /library/content directory executable, as well as readable by world -- "rwxr-xr-x" which is achieved by  "chmod 755 /library/content"</div>

<div><br></div><div style>Pardon, if I made the incorrect assumptions, or said things you have already tried,</div><div><br></div><div>George</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 26, 2013 at 1:19 AM, Adam Holt <span dir="ltr"><<a href="mailto:holt@laptop.org" target="_blank">holt@laptop.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Anna, any clues if you're awake??<br><div><br><div class="gmail_quote"><br>From: <b class="gmail_sendername">David Leeming</b> <span dir="ltr"><<a href="mailto:david@leeming-consulting.com" target="_blank">david@leeming-consulting.com</a>></span><br>


Date: Wed, Jun 26, 2013 at 12:36 AM<br>Subject: [Server-devel] XSCE links to filesfrom Moodle<br>To: server-devel <<a href="mailto:server-devel@lists.laptop.org" target="_blank">server-devel@lists.laptop.org</a>><br>

<br><br>








<div link="blue" vlink="purple" lang="EN-NZ">

<div>

<p class="MsoNormal">Hi,<u></u><u></u></p>

<p class="MsoNormal"><u></u> <u></u></p>

<p class="MsoNormal">With the XS 0.7 we add links to Moodle pages that map to
locations in the storage folder /library using aliases and html.conf file<u></u><u></u></p>

<p class="MsoNormal"><u></u> <u></u></p>

<p class="MsoNormal">I have gone through the exact process as we used to use with
the XSCE and all good in the set up, but when I try to access those resources with
a connected laptop or authenticated moodle account t it tells me that I don’t
have permission to view the folder.<u></u><u></u></p>

<p class="MsoNormal"><u></u> <u></u></p>

<p class="MsoNormal">A missing step I think...<u></u><u></u></p>

<p class="MsoNormal"><u></u> <u></u></p>

<p class="MsoNormal"><b><span style="font-size:9.0pt">David Leeming<u></u><u></u></span></b></p>

<p class="MsoNormal"><span style="font-size:8.0pt">Solomon Islands <u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:8.0pt">24419 (h)<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:8.0pt"><a href="http://www.rurallink.com.sb" target="_blank">www.rurallink.com.sb</a><u></u><u></u></span></p>

<p class="MsoNormal"><u></u> <u></u></p>

</div>

</div>


<br>_______________________________________________<br>
Server-devel mailing list<br>
<a href="mailto:Server-devel@lists.laptop.org" target="_blank">Server-devel@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/server-devel" target="_blank">http://lists.laptop.org/listinfo/server-devel</a><br>
<br></div><br></div></div>
</blockquote></div><br></div></div>