On Aug 20, 4:03 pm, Simon Sapin <[email protected]> wrote: > > It would be nice to provide full details of what happened and how you > solved it. This might help someone who hit a similar issue in the future.
Yes it might. It was, as I originally thought, me missing something simple, and I solved it pretty much the way you and Steven suggested. I ran the localhost version at /foo and so I had "/foo", "/foo/bar", etc. in my Map. And then I set up mod_wsgi with "WSGIScriptAlias /foo script" without realising mod_wsgi remaps "/foo" to "/" for the script. Thanks, 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.
