I recently moved a Quixote application running under the following environment: Apache 1.3.27 mod_scgi 1.2 Python 2.4 Quixote 2.4 to the following environment: Apache 2.2.3 mod_scgi 1.12 Python 2.5 Quixote 2.4 I'm finding that POST fields are not being picked up by get_field. If I bypass SCGI and run the application via a Quixote CGI driver then it works fine. Is there an issue with mod_scgi 1.12? Hamish Lawson