Hi Seth, Seth schrieb: > I used Graham's tutorial at: > > http://code.google.com/p/modwsgi/wiki/IntegrationWithTurboGears > > My mod_wsgi setup in embedded mode does have some permissions issues, > but I've checked and re-checked all the permissions, so I don't know > what could be happening there. Have you tested Mako on a mod_wsgi > setup with TG 1.1?
No, I haven't tested it yet. I normally use mod_proxy or nginx for my TG 1.1 setups. But I will try to test it soon. > Maybe it's something strange with loading the wsgi > app the way Graham has it outlined there? Looking at the recipe it occurs to me that it might have to do with the SCRIPT_NAME handling. Earlier TG versions did not support it, so the turbogears.wsgi script removes it from the environment, but TG 1.1 should fully respect it, so it has to be passed. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

