Sorry to have taken so long to respond: I've been out of town. Scgi-1.2a1 compiles and installs just fine on RH 9, Apache 2.0.40-21, using "make install" as root. I had to edit the Makefile to reference "apxs" rather than "apsx2". After adding this line to /etc/httpd/conf/httpd.conf: LoadModule scgi_module modules/mod_scgi.so at line 216, and restarting httpd, I got this error message: Starting httpd: Syntax error on line 216 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/mod_scgi.so into server: /usr/lib/httpd/modules/mod_scgi.so: undefined symbol: apr_socket_shutdown Any thoughts on how to solve this problem? Tim Jon Dyte wrote: >You need to try this version >http://www.mems-exchange.org/software/files/scgi/scgi-1.2a1.tar.gz/ >http://www.mems-exchange.org/software/files/scgi/scgi-1.2a1.tar.gz/README > >Jon > >