On Mon, Jul 28, 2003 at 03:45:16PM -0400, Neil Schemenauer wrote: > Version 1.2 alpha 1 of the scgi package is now available from: > http://www.mems-exchange.org/software/files/scgi/scgi-1.2a1.tar.gz Note that you need a fairly recent version of Apache 2. I'm using 2.0.47. Version 2.0.40 (shipped with Red Hat 9) does not work. You might be able to make it work by making the following renames in the source: apr_socket_shutdown -> apr_shutdown apr_socket_sendv -> apr_sendv apr_socket_connect -> apr_connect and rebuilding. Neil