On Fri, 2006-08-25 at 14:06 -0700, Jason Chu wrote: > On Fri, 25 Aug 2006 14:21:39 -0400 > "Doug Woos" <[EMAIL PROTECTED]> wrote: > > > > > How about Identity stuff? Do you use Turbogears' identity setup or did > > you roll your own? > > > > Also, how is Foundations hosted? Do you have CherryPy running behind > > Apache, or some other solution? > > > > Doug Woos > > I can answer these right now, if you want. > > We are using Turbogears' Identity. There aren't even any custom > modifications to it. > > We have a dedicated server running lighttpd and CherryPy. So far the > only complaint I have is that I can't get https working reliably > (because CherryPy still thinks its running through http, cause it is).
Have Lighty set the appropriate headers. I haven't done that with Lighty and TurboGears, but I assume it's possible (I've done something similar with Pound and Nevow). There's an explanation here for Pound that you could probably apply conceptually to Lighty (or other webservers) as well: http://www.apsis.ch/pound/index_html (Unfortunately there's no anchors so I can't send you directly to the relevant sections). Regards, Cliff -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

