The 1.6 release of scgi is now available at
http://www.mems-exchange.org/software/scgi/
This release fixes a bug in the 1.5 release.
Since 1.4, the big change is the introduction of the
SCGIMount directive for mod_scgi, which allows mod_scgi
to set the SCRIPT_NAME properly.
For example,
SCGIMount /rl localhost:3000
will cause the SCRIPT_NAME to be set to '/rl',
and PATH_INFO to be whatever follows in the path.
This change makes it possible to use Quixote's
scgi_server.py without separately specifying a value
for the SCRIPT_NAME.