简单fcgi程序 1、头文件 #include <fcgi_stdio.h> 2、while(FCGI_Accept()>=0)//这里进入循环,前台每请求一次f … Continue reading 简单fcgi程序