On 5/23/06, mulicheng <[EMAIL PROTECTED]> wrote: > > > http://www.turbogears.org/preview/docs/deployment/lighttpd.html > > I deployed a TG app to a server using the scgi method described above. > In accordance with the note at the bottom about pre-forking and > sessions, I changed my session management to use on-disk sessions.
I haven't had a chance to update the docs around this yet, but the "officially recommended" way to deploy behind lighttpd and apache is via a simple proxy to the standalone server. It's performant and trivial to set up. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

