How to Configure FCGI with Apache 1.3
From ReduxWiki
Proceed with both of the following.
fcgi
wget http://fastcgi.com/dist/fcgi-2.4.0.tar.gz tar -zxpf fcgi-2.4.0.tar.gz cd fcgi-2.4.0 ./configure make make install
mod_fcgi
wget http://fastcgi.com/dist/mod_fastcgi-2.4.2.tar.gz tar -zxpf mod_fastcgi-2.4.2.tar.gz cd mod_fastcgi-2.4.2.tar.gz /usr/local/apache/bin/apxs -o mod_fastcgi.so -c *.c /usr/local/apache/bin/apxs -i -a -n fastcgi mod_fastcgi.so
Confirm with 'httpd configtest'

