Version 1.7 of scgi is now available at http://www.mems-exchange.org/software/scgi/ This release fixes a bug in the 1.6 release of mod_scgi for Apache2. Since the 1.4 release, we have the following changes: A new SCGIMount directive is implemented for mod_scgi for Apache1 and Apache2. When this directive is used, mod_scgi is able to provide correct values for SCRIPT_NAME and PATH_INFO. (Previously, the an scgi server would need to determine the script name by some separate configuration method. For Quixote's scgi_server.py, this would be done using the --script-name command line argument.) The SCGIHandler now defaults to "On" instead off "Off". You can use the SCGIMount directive and then use Location sections to turn the SCGIHandler off where that is needed. Also in this release, the SCGIServerTimeout directive is made to work with SCGIMount, and at the server level. Thanks to Neil Schemenauer for these improvements. - David Binger, MEMS Exchange