[Server-devel] Web Caching for Areas with Intermittent Internet - WWWOFFLE installation Guide on 0.6 XS Server

2010-04-07 Thread Andra DuPont
Squid apparently is not well suited to serve up cached pages when no internet access is available. It was recommended that I use WWWOFFLE for this situation. Here is the process I used to get it installed and running on my 0.6 XS server: - Make sure that squid is turned off > /etc/syscon

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 folders Tim,

Re: [Server-devel] Public folders

2010-04-07 Thread Andra DuPont
Tim, Here is an explanation of what happened. With your original syntax, Alias will replace "/public/" with "/library/public" browsing to "http://schoolserver/public' would not have invoked the Alias. I would have to type "http://schoolserver/public/"; Which would invoke the alias and take me t