On Thu, 2008-21-02 at 10:52 -0600, Lukasz Szybalski wrote: > If you are using proxy make sure you have proxy installed. Go to the > link below and make sure you have these lines in your virtual host > section: > > http://lucasmanual.com/mywiki/TurboGears#head-9a9a185587f4fe604d0bc97ac2117be0770d92aa > > -you will have to manage the app so its up and running on that port > you specified 8087. > -Also set up the app to rotate logs and do what ever you need to do. > > OR > > you can use mod_wsgi > > read easy setup: > http://lucasmanual.com/mywiki/TurboGears#head-36b7eef1526da4fe58c73738c925f34f6bc93c1d > then (change apache settings for virtual host situation), read some more in > http://code.google.com/p/modwsgi/wiki/IntegrationWithTurboGears > > mod_Wsgi will manage the start-stop of your app, and your logs will be > in your standard apache log. > > when done post virtualhost settings back to the list so we can update the > docs.
Also, I highly recommend setting up supervisord for keeping the site up instead of cgi script that fires on error. Much easier and more reliable. Iain > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

