#pragma section-numbers off = FastCGI Patches = This patch allows the use of moin--main--1.2 with a [[http://fastcgi.com/|FastCGI]] enabled http server. It works in multi-threaded mode (I'm not sure how save this is, because of globals used in MoinMoin) and will also work in single-threaded mode. The ?test mode won't work, because wikitest uses prints instead of request.write calls. But this may change soon. See also the discussion about FastCgiMoinMoinProblems. How to use: just use moin.fcg instead of moin.cgi and enable apache (or whatever webserver you use) to handle fcg as FastCGI script (see FastCGI documentation). Use either THFCGI or unTHCFGI (single-threaded) class in moin.fcg. /!\ removed patches, see moin--main--1.2 http://thinkmo.de/ArchRepository See MoinMaster:HelpOnInstalling/ApacheWithFastCgi for documentation.