Description
See there: http://trac.saddi.com/flup/ticket/37
Workaround
Added this to moin.cgi:
# this works around a bug in flup's CGI autodetection (as of flup 1.0.1): os.environ['FCGI_FORCE_CGI'] = 'Y' # 'Y' for (slow) CGI, 'N' for FCGI
Discussion
The workaround fixes this bug.
Only thing left todo is that we maybe rather want to use the forceCGI param than the environment variable.
Plan
- Priority:
- Assigned to:
Status: flup author added a forceCGI kwarg with http://trac.saddi.com/flup/changeset/c3f6c5101e4d