1 下载 mod_fastcgi-2.4.2.tar.gz
2 解压缩
3 由于mod_fastcgi只支持apache2.0,不支持apache2.2.x,所以需要给源码打个patch才能继续编译
patch文件如下:
文件: this-patch.zip
大小: 10KB
cd mod_fastcgi-2.4.2
patch p0 < this_patch
cd mod_fastcgi-2.4.2
cp Makefile.AP2 Makefile
make top_dir=/usr/local/httpd-xxxx
make install top_dir=/usr/local/httpd-xxxx
OK。

