I set up TurboGears to run under CherryPy and I use mod_proxy to proxy the requests through Apache.
I used this guide to get the TurboGears processes running under supervisor: http://ivory.idyll.org/articles/basic-supervisor.html My initial thought was to use mod_python just to keep application startup/shutdown easy, but since the CherryPy guys suggest running stand alone I deferred to their judgment. Setting up supervisor was very easy, and it's nice to be able to take individual applications up or down without restarting Apache. I'm new to deploying CherryPy/TurboGears apps, so take the above with a grain of salt. Hope that helps, Tim marcelo ametller wrote: > which is better to serve TurboGears with Apache ? > > Running CherryPy behind Apache through mod_rewrite > http://www.cherrypy.org/wiki/BehindApache > > Deploying Turbogears 0.9-prerelease (SVN) with mod_python: > http://trac.turbogears.org/turbogears/wiki/ModPythonIntegration09 > -- Timothy Freund http://digital-achievement.com http://edodyssey.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

