Currently werkzeug's mod_wsgi deployment docs send you "for more information" to a google code wiki page. Which in turn has a "for information" pointer right back. ;)
Your write-up should be on one or both of them. I guess the other missing piece in my posts is that you likely won't run into this until you add static html file(s) with an href back you your script (a completely static file upload form in my case). That's when you'll actually need to know that a) it can't be completely static, b) it's environ["SCRIPT_NAME"] you need for the url in there, but c) it's environ["PATH_INFO"] you need for the routing map. Thanks again -- Dima -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en.
