Damjan schrieb: > Are you proxy-ing? > You probably need a SCRIPT_NAME fix WSGI middleware like this :
This already exists as part of paste.deply; you only need to add it to your config file: http://pythonpaste.org/deploy/class-paste.deploy.config.PrefixMiddleware.html (Btw, in TG1 it was only one config setting, server.webpath). If you're using mod_wsgi instead of mod_proxy, then I think you can do this with the WSGIScriptAlias directive. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

