ApacheでFastCGIを扱える様にするモジュールにはmod_fcgidとmod_fastcgiが有ります。ここではmod_fcgidを使います。1)
yum --enablerepo=epel install mod_fcgid
※今回はCentOSでインストールしました
CentoOSの場合には/etc/httpd/conf.d/fcgid.conf が作成されている。中身はこんな感じ
LoadModule fcgid_module modules/mod_fcgid.so # Use FastCGI to process .fcg .fcgi & .fpl scripts AddHandler fcgid-script fcg fcgi fpl # Sane place to put sockets and shared memory file FcgidIPCDir /var/run/mod_fcgid FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm
必要に応じてFastCGIライブラリをインストールしておく