I would run lighttpd as a reverse proxy to the paste httpserver, with a seprate process to monitor and restart things if they go down. Should be as rock solid ast lighthttpd, which I'm told is much better than it was.
But these days I use nginx or apache+mod-wsgi for almost every deployment now based on the user requirements. nginx is lightling fast, easy to setup, and works great as a reverse proxy. Apache+mod-wsgi is easy to administer, and takes away most of the need for an external process monitor as apache does that all for you. --Mark Ramm On Mon, Apr 6, 2009 at 12:10 PM, casibbald <[email protected]> wrote: > > Hi All, > > I am looking for a rock solid solution to run TurboGears 2 behind > Lighttpd, does anyone have one? > > It must be rock solid, and just work with necessary fiddling, I am > prepared to pay for this. > > Thanks > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

