fastcgi 安装

spawn-fcgi 下载

去 http://redmine.lighttpd.net/news/ 下载
随便下载一个版本
./configure
make
cp ./src/spawn-fcgi /usr/local/nginx/sbin/

fcgi 的 c++版本的安装

去 https://github.com/FastCGI-Archives/fcgi2 下载
git clone https://github.com/FastCGI-Archives/fcgi2.git
cd xxx 目录
./configure
make && make install

报EOF错误

在include/fcgio.h 中添加 #include < cstdio > 即可

你可能感兴趣的:(FastCGI)