Re: [Server-devel] Public folders

2010-04-07 Thread Andra DuPont
On Apr 6, 2010, at 10:23 PM, Jerry Vonau wrote: > On Tue, 2010-04-06 at 21:52 -0400, Andra DuPont wrote: >> Tim, >> Earlier I noted that the /var/log/httpd/error_log had the error: >> >> file does not exist: /var/www/html/publicSugar Manual.pdf >> >> Notice that there is no "/" between public a

Re: [Server-devel] Public folders

2010-04-07 Thread Tim Moody
Glad you figured it out; I'm sure you're right. Not sure where I got the extra / or why it worked on my server. - Original Message - From: Andra DuPont To: Tim Moody Cc: XS Devel Sent: Wednesday, April 07, 2010 11:05 AM Subject: Re: [Server-devel] Public folde

Re: [Server-devel] Public folders

2010-04-07 Thread Andra DuPont
s are not doing > anything. Perhaps the file is not getting loaded. If you look at the > > What happens if you access http://schoolserver.asilong.org/activities? > > - Original Message - From: "Andra DuPont" > To: "Tim Moody" > Cc: > Sent:

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
Problem solved see correction below. On Apr 2, 2010, at 6:13 PM, Tim Moody wrote: > I created a directory public under /library into which I copied a few pdfs. > > I created a file xs-library-public.conf in /etc/httpd/conf.d which contains > > Alias /public/ "/library/public" The above lin

Re: [Server-devel] Public folders

2010-04-06 Thread Jerry Vonau
On Tue, 2010-04-06 at 21:52 -0400, Andra DuPont wrote: > Tim, > Earlier I noted that the /var/log/httpd/error_log had the error: > > file does not exist: /var/www/html/publicSugar Manual.pdf > > Notice that there is no "/" between public and Sugar Is that normal??? > No, just wondering if y

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
Tim, Earlier I noted that the /var/log/httpd/error_log had the error: file does not exist: /var/www/html/publicSugar Manual.pdf Notice that there is no "/" between public and Sugar Is that normal??? This could just be a bug in the way errors are logged, but I doubt it. It seems that the code

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
he file is not getting loaded. If you look at the > > What happens if you access http://schoolserver.asilong.org/activities? > > - Original Message - From: "Andra DuPont" > To: "Tim Moody" > Cc: > Sent: Tuesday, April 06, 2010 6:22 PM > Su

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
t;These activities are stored on the school server." Then the screen is blank below (no activities listed) > > - Original Message - From: "Andra DuPont" > To: "Tim Moody" > Cc: > Sent: Tuesday, April 06, 2010 6:22 PM > Subject: Re: [Server-devel] Public fo

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
el-boun...@lists.laptop.org > [mailto:server-devel-boun...@lists.laptop.org] On Behalf Of Andra DuPont > Sent: Wednesday, 7 April 2010 9:22 a.m. > To: Tim Moody > Cc: server-devel@lists.laptop.org > Subject: Re: [Server-devel] Public folders > > > On Apr 6, 2010, at 5:30 PM, Tim Moody wro

Re: [Server-devel] Public folders

2010-04-06 Thread Tim Moody
.org/activities? - Original Message - From: "Andra DuPont" To: "Tim Moody" Cc: Sent: Tuesday, April 06, 2010 6:22 PM Subject: Re: [Server-devel] Public folders On Apr 6, 2010, at 5:30 PM, Tim Moody wrote: > Did you restart the web server with service httpd res

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
ity-server.conf? > > Can you paste the contents of xs-library-public.conf into an email. > > - Original Message - From: "Andra DuPont" > To: "Tim Moody" > Cc: > Sent: Tuesday, April 06, 2010 3:08 PM > Subject: Re: [Server-devel] Public folders >

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
www.leeming-consulting.com > > > -Original Message----- > From: Andra DuPont [mailto:andradup...@gmail.com] > Sent: Wednesday, 7 April 2010 8:09 a.m. > To: David Leeming > Cc: XS Devel > Subject: Re: [Server-devel] Public folders > > On Apr 6, 2010, at 4:50

Re: [Server-devel] Public folders

2010-04-06 Thread David Leeming
x 652, Honiara, Solomon Islands Tel: +677 747-6396 (m) 24419 (h) www.leeming-consulting.com -Original Message- From: Andra DuPont [mailto:andradup...@gmail.com] Sent: Wednesday, 7 April 2010 8:09 a.m. To: David Leeming Cc: XS Devel Subject: Re: [Server-devel] Public folders On Apr 6, 2010,

Re: [Server-devel] Public folders

2010-04-06 Thread Tim Moody
into an email. - Original Message - From: "Andra DuPont" To: "Tim Moody" Cc: Sent: Tuesday, April 06, 2010 3:08 PM Subject: Re: [Server-devel] Public folders Tim, I am also looking for a way to have a digital library of .pdf files etc. that can be accessed by any X

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
s > AllowOverride None > > > David Leeming > > > -Original Message- > From: server-devel-boun...@lists.laptop.org > [mailto:server-devel-boun...@lists.laptop.org] On Behalf Of Andra DuPont > Sent: Wednesday, 7 April 2010 6:09 a.m. > To: Tim Moody > Cc:

Re: [Server-devel] Public folders

2010-04-06 Thread Andra DuPont
Tim, I am also looking for a way to have a digital library of .pdf files etc. that can be accessed by any XO on an XS server. I have tried the approach you outlined, but when I use Browse to go to http://schoolserver/public it is not found. The server responds: The requested URL /public was not fo

Re: [Server-devel] Public folders

2010-04-03 Thread David Leeming
-devel] Public folders I created a directory public under /library into which I copied a few pdfs. I created a file xs-library-public.conf in /etc/httpd/conf.d which contains Alias /public/ "/library/public" Order allow,deny Allow from all Options Indexes FollowSymLinks AllowOve

Re: [Server-devel] Public folders

2010-04-02 Thread Tim Moody
I created a directory public under /library into which I copied a few pdfs. I created a file xs-library-public.conf in /etc/httpd/conf.d which contains Alias /public/ "/library/public" Order allow,deny Allow from all Options Indexes FollowSymLinks AllowOverride None After service httpd

Re: [Server-devel] Public folders

2010-04-01 Thread Anna
> On Apr 1, 2010, at 4:41 PM, David Leeming wrote: > > Using the XS installed with default settings. > > I have been making folders public in /var/www/html and am able to view sub > folders to be listed. I.e. if there is no specific html file, the whole > contents of the folder appear in the browse

Re: [Server-devel] Public folders

2010-04-01 Thread Andra DuPont
David's need for a "public" place to put files to be accessed by many (using XOs for the most part I assume), is similar to my post concerning a Server Library, to which I have had no replies. Is there a recommended approach to use for this? Thanks, Andy On Apr 1, 2010, at 4:41 PM, David Leem

Re: [Server-devel] Public folders in 0.6 - trials in Pacific

2009-12-20 Thread Martin Langhoff
On Sat, Dec 19, 2009 at 7:34 AM, David Leeming wrote: > It works beautifully. Great! > Just one question - how do I make the site files visible to users? You should be able to link to it, and there should be no password prompt. When you copy the link, what does it look like? cheers, m --

Re: [Server-devel] Public folders in 0.6 - trials in Pacific

2009-12-18 Thread David Leeming
om: Martin Langhoff [mailto:martin.langh...@gmail.com] Sent: Tuesday, 15 December 2009 10:06 p.m. To: David Leeming Cc: server-devel@lists.laptop.org Subject: Re: [Server-devel] Public folders in 0.6 - trials in Pacific Hi David, sorry about the delay. Great to hear 0.6 installed alright -- I assu

Re: [Server-devel] Public folders in 0.6 - trials in Pacific

2009-12-15 Thread Martin Langhoff
Hi David, sorry about the delay. Great to hear 0.6 installed alright -- I assume you got your XOs registered and auto-authenticating with Moodle... On Sat, Dec 12, 2009 at 7:29 AM, David Leeming wrote: > All seems to be working OK. I am going to try setting up groups of users > (classes) and see

Re: [Server-devel] Public folders in 0.6 - trials in Pacific

2009-12-11 Thread David Leeming
Martin I am just tuning in again to OLPC after some months, and am preparing for some work in PNG, Tuvalu and FSM. I very quickly had 0.6 installed, and got to grips with Moodle, very cool! I can do all I wanted with setting up links to folders etc. Once again I get that "wow" feeling about the

Re: [Server-devel] Public folders in 0.6

2009-10-18 Thread Martin Langhoff
On Sat, Oct 17, 2009 at 10:22 PM, David Leeming wrote: > Great work XS team! Thanks! > I have upgraded 0.5.2 to 0.6 successfully. I want the choice to use Moodle > or to be able to browse public folders of HTML content. Previously I did > this by adding a file html.conf to /etc/httpd/conf.d/ and