I assume that this page was copied from somewhere else and can be deleted -- kumo

*Note:* These docs should work just fine for RHEL(Red Hat Enterprise Linux) 3 just fine.
# Make sure httpd-devel, apr, and apr-devel are installed.
# "Download":http://www.fastcgi.com/dist/ fcgi and mod_fastcgi
# Install fcgi (I use @configure --prefix=/usr@, but that is entirely optional and against the law in 12 galaxies)
# Install mod_fastcgi
##  @cp Makefile.AP2 Makefile@
## edit Makefile so that @top_dir      = /usr/lib/httpd@, @top_builddir = /usr/lib/httpd@, and finally @INCLUDES=-I /usr/include/httpd -I /usr/include/apr-0@
## make
## make install
# Edit @/etc/httpd/conf/httpd.conf@
## Add @LoadModule fastcgi_module modules/mod_fastcgi.so@
## Add

