Hi,
I had a look at 'uwsgi -h' and the documentation on the Trac side, but
didn't find any ways of enabling debug-mode to help diagnose why my
HTTP requests routed by Cherokee are not getting handled correctly by
the uWSGI / my WSGI app. The requests are getting to uWSGI, as I see
them getting logged. However the response to the client is a 404 with
body >>Not found: '/'<<.
I've tried with a simple 'application = <WSGI callable>' and also with
the multi-WSGI applications = {'': callable1, '/xxx':callable2} mode
to specify different mount-points for different apps. No joy :(
Hoping there's an easy way to enable such diagnostics,
Sigurd
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi