On Monday, September 27, 2010 04:01:05 Lionel Young wrote: > I'm on shared hosting and would like to use Passenger to run my many > one-off Turbogears projects. > > How do I get mod_passenger to work with Turbogears 2.1b? More > specifically, what do I need to put into the passenger_wsgi.py file? > > I'm not sure how Turbogears 2.1b sets up its wsgi
I don't know anything of mod passenger (looks ruby-centric to me), but there is plenty of documentation around how to set up TG2 using mod_wsgi. And if wsgi is your entry-point, that should be good. For example: http://getmediacore.com/blog/turbogears-2-tg2-with-mod_wsgi-and-virtual- environments/ Diez -- 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.

