I hope this will be helpful to someone, someday:
If you're using flup to serve fastCGI to nginx, don't enable multiplexing!
Background:
The
Bugzilla Dashboard uses
web.py as its back-end, for authentication, caching, and storage of divisions, teams, and members. web.py, in turn, uses
flup, a relatively popular CGI, WSGI, and fastCGI library.
(
Read more... )