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


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.9FlupWithCGIbroken (last edited 2010-02-21 17:23:07 by ThomasWaldmann)