>> This is correct (the debug info are printed before the PATH_INFO >> rewriting) >> and should work out of the box. >> What error did you see in the browser ? > > The error that I'm getting is that Django doesn't generate the links > corectly. I guess it doesn't get SCRIPT_NAME right.
It seems that Django is at fault here, I've replaced the Django app with werkzeug's test_app and SCRIPT_NAME and PATH_INFO are correct, so it seems Django doesn't honour the WSGI SCRIPT_NAME as it should. I'll investigate further if this can be improved. -- дамјан _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
