On 6 Jun 2008, at 14:50, Mitch Jackson wrote:
On Fri, Jun 6, 2008 at 4:22 AM, Dan Dascalescu
<[EMAIL PROTECTED]> wrote:
Works as expected. Even after I log out (without running nohup), the
app correctly logs requests to myapp.stderr. I'm writing a tutorial
on
Catalyst deployment with lighttpd and fastcgi at
http://catwiki.toeat.com/gettingstarted/howtos/deploy/
lighttpd_fastcgi
(please feel free to amend) and want to get a good understanding of
this issue.
Your tutorial is informative. It's nice to see a non-apache
deployment guide. When deploying under apache, the web server is
easily configured to deliver static content without asking the fastcgi
process to do it. Is that possible with this lighttpd configuration?
e.g. myapp.com/static gets served directly by lighttpd, while all
other requests go through the catalyst app.
/Mitchell K. Jackson
http://perlitist.com/articles/catalyst-with-lighttpd
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/