On Thu, Feb 14, 2008 at 6:37 PM, yoga <[EMAIL PROTECTED]> wrote: > > I have a turbogears app running behind apache2/modwsgi and I need to > enable ssl however I'm not familiar with the steps need to achieve > that configuration. Would anyone on this list be able to point to a > decent tutorial or provide some advice? > > Thanks! > > I haven't run a setup like that, but I would imagine you would just need to set up Apache to use SSL. I don't think modwsgi would need any extra configuration (though I could be wrong, I guess)
I usually take a look at the default config files on whatever system I'm using. They often have examples of SSL-enabled virtual hosts. Google should turn up about a bazillion tutorials on running Apache + SSL, there's probably one tailored for your exact OS floating around out there. Also, the Apache manual is great as a reference for the various config directives in the Apache config, though it's not much of a "how-to". As for configuring mod_wsgi (it sounds like you already have this working, but I'll put this here for the benefit of lurkers/Googlers/future generations/etc.), just read: a) the general modwsgi docs (read first!) b) the TurboGears-specific modwsgi integration docs (_then_ read this!) both can be found here: http://www.modwsgi.org/ Kevin Horn --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

