On Nov 24, 8:07 am, iain duncan <[EMAIL PROTECTED]> wrote: > On Fri, 2007-23-11 at 21:58 +0100, remi jolin wrote: > > le 23.11.2007 17:06 Lukasz Szybalski a écrit: > > > Hello, > > > I am using turbogears in production server using mod_proxy which means > > > the turbogears app needs to be up and working. > > > > Is there a way to start it or make sure its up automatically?? > > > Does anybody have this implemented and working??? > > > I use supervisor2 to start and "maintain up" my TG servers. > >http://www.plope.com/software/supervisor2/ > > Fits my need :-) > > +1 on that. I finally got around to checking it out a couple of weeks > ago and it's an awesome little utility. > > You can even write super easy functional bot tests with twill off it > supervisord to really make sure everything is happy!
If using Apache just to run mod_proxy, you could avoid the whole issue by simply using mod_wsgi (http://www.modwsgi.org). This is because Apache/mod_wsgi acts as the supervisor system for you and as long as Apache is started when the system is started, as it usually would be, you don't have to do anything special, just the normal configuration of mod_wsgi to get it to host TurboGears. :-) Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

