FastCGIをApacheで使うには
mod_fastcgi
mod_fcgid
がある。
$ wget http://jaist.dl.sourceforge.net/sourceforge/mod-fcgid/mod_fcgid.2.2.tgz $ tar zxvf mod_fcgid.2.2.tgz $ cd mod_fcgid.2.2 $ make top_dir=/usr/lib/httpd $ sudo make top_dir=/usr/lib/httpd install
make 時に top_dir=/usr/lib/httpd を指定することでMakefileの書き換えが必要ない。