On Apr 11, 2007, at 1:21 AM, Christopher Arndt wrote:
> > Leandro Severino schrieb: >> Hi, >> This is my first post. >> Well, I have a hosting company(http://www.regs.com.br) and I want >> provide a professional hosting solution to TurboGears. >> If possible, I want/need a "Step-By-Step" to configure this scene. >> Somebody can help me ? > > If you really want to provide a good TurboGears hosting for your > customers, you > should provide the following: > > - set up superverisord, to start and stop the application (or build > a web > application to do it) > - Set up different service configurations with different config > files, i.e. > develop/staging/production mode > > - set up a full TurboGears with all dependencies installation with > workingenv.py for every user, so that users don't have to care > about version > incomptabilities. (...) Another option which looks very exciting and will probably become viable in the future is mod_wsgi [1]. It's, basically a lightweight version of mod_python that concentrates on providing a wsgi gateway from apache to your app without all mod_python's bells and whistles. One advantage is that is very easy to set-up and configure. I've written a short doc [2] describing how to use workingenv.py with it. It's also planning to implement a mechanism similar to mod_cgid's so each app can run under its own user/group which makes it viable to shared hosting scenarios. Alberto [1] http://code.google.com/p/modwsgi/ [2] http://docs.pythonweb.org/x/egBT --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

