On Fri, 1 Dec 2006 09:49:34 +0100
"Daniel McBrearty" <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I saw a longish article on the site a while back that described how to
> deploy a site so that a lightweight apache instance serves static
> files, while s seperate server handles mod_perl stuff. Can't seem to
> find it back though.
> 
> I'm in the the process of rewriting my site using catalyst, but also I
> realised that a lot of content can just be static files, so this makes
> sense. I guess the lightweight server needs to be able to identify
> content that is for mod_perl by the uri, so one way might be to serve
> all active content from something like (www.engoi.com/active/... ).
> But, as the first part of the uri will normally be the user language,
> ( www.engoi.com/en/ ...) I'd rather not do it like that.
> 
> Just wondering what my options are in configuring this. Can anyone
> point me at useful links, or give some hints?

   You might want to look at PerlBal (http://www.danga.com/perlbal/)
   also to use in place of a light Apache.  It's lighter then a light
   Apache and has some other interesting features.  

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to