安装fcgi
tar zxvf fcgi-2.4.1-SNAP-0910052249.tar.gz cd fcgi-2.4.1-SNAP-0910052249/
./configure
make
sudo make install
安装fcgi库
tar zxvf fcgi2-2.4.2.tar.gz
cd fcgi2-2.4.2/
sudo yum install gcc make m4 autoconf automake libtool
./autogen.sh
./configure
make
sudo make install
安装spawn-fcgi
tar zxvf spawn-fcgi-1.6.4.tar.gz
cd spawn-fcgi-1.6.4/
./configure
make
sudo make install