https://wiki.archlinux.org/index.php/Apache_and_FastCGI
[9]How to create a cookie with fastcginginx in c
http://stackoverflow.com/questions/15722795/how-to-create-a-cookie-with-fastcgi-nginx-in-c
[10]about return JSON
https://github.com/einsteinx2/WaveBoxUrlRedirector/blob/master/wavebox_url_redirector.c
[11] Configuring and Building Boost withCMake
https://svn.boost.org/trac/boost/wiki/CMakeConfigAndBuild
[12] Running Movable Type with FastCGI
https://movabletype.org/documentation/administrator/maintenance/fastcgi.html
[13] Apache does not start: No such file ordirectory: mod_fcgid: Can't create shared memory for size
http://kb.sp.parallels.com/en/121494
[14] Compiling and Installing Boost C++Libraries on CentOS
http://linuxtoolkit.blogspot.com/2012/11/compiling-and-installing-boost-c.html
[15] Apache permission denied
http://stackoverflow.com/questions/11992466/apache-permission-denied
后言:
[1]这里只是介绍,实际开发还会遇到很多问题需要解决。
http://www.fastcgi.com/dist/fcgi.tar.gz文件中有很多例子,比如说echo程序,可以打印当前FastCGI程序的环境变量等,这里例子里的代码可以借鉴。