http://blog.csdn.net/wangkangluo1/archive/2011/05/11/6411641.aspx
[原创] Redhat 上 FastCGI 安装与配置
软件包
相关软件包:
httpd
httpd-devel
fcgi-2.4.0.tar.gz
mod_fastcgi-2.4.6.tar.gz 请仔细阅读其中的README
配置httpd.conf:
LoadModule fastcgi_module modules/mod_fastcgi.so
AddHandler fastcgi-script .fcgi # you can put whatever extension you want
FastCgiIpcDir /tmp
FastCgiServer /home/m/Dev/cvs/ImRoBot5/shdaily/cgi/shdaily.fcgi -processes 1 -idle-timeout 1000
1