Il giorno 29/giu/2011, alle ore 18.40, Sigurd Høgsbro ha scritto:
> 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,
Edit buildconf/default.ini (in the source distribution) and set debug to true.
Rebuild uWSGI and you will get tons of infor for each request.
Pay attention to disable "check file" in Cherokee config.
>
> Sigurd
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
--
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi