Seaside Scaling - How successful?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Seaside Scaling - How successful?

marze
yes it's true, thanks!

El 21/08/2008, a las 23:43, David Zmick escribió:

set as directory indexes BUT...

            if (-f $request_filename/index.html) {
              rewrite (.*) $1/index.html break;
            }

only checks for index.html

so IF you had a directory index of index.htm,
it would never get served. unless directly accessed.


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Setting up GLASS on Slicehost

jgfoster
In reply to this post by Sophie424

On Aug 18, 2008, at 3:05 PM, itsme213 wrote:

> "James Foster" <[hidden email]> wrote
>
>> As to hosting, I recently set up a personal site on Slicehost.com.  
>> I  am
>> paying $20/month for a 256MB slice and running GemStone/S on the  
>> server.
>
> Any chance you can post a basic summary of what you actually had to  
> do e.g.
> upload xyz, configure abc, go.
>
> Thanks - Sophie

I've started a series of posts at http://
programminggems.wordpress.com/ that describe the process of installing  
GLASS on Slicehost.

James Foster
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
12