接上节, 上节只有响应---cout, 本节获取地址栏的QUERY_STRING, 然后响应.一. req_resp.cpp.#include #include #include #include "fcgio.h"#include "fcgi_config.h"using namespace st...
分类:
Web程序 时间:
2014-11-27 20:21:29
阅读次数:
158
在fast-cgi源码的examples文件夹下有很多例子, 下面给出echo例子, 编译运行方法同上几节.fast-cgi的API google之.http://fossies.org/dox/fcgi-2.4.0/fcgiapp_8h.html#a32f6950798054a70404ce24c...
分类:
Web程序 时间:
2014-11-27 20:14:21
阅读次数:
359
接上几节, 本节写有请求和响应的demo.一. myecho.cpp如下:#include #include #include "fcgio.h"#include "fcgi_config.h"using namespace std;int main (void){ int count = 0...
分类:
Web程序 时间:
2014-11-27 15:57:41
阅读次数:
207
一.spawn_fastcgi的安装、部署与配置. 1. 下载spawn_fastcgi. https://github.com/lighttpd/spawn-fcgi 这里使用的是1.6.3的版本https://github.com/lighttpd/spawn-fcgi/release...
分类:
Web程序 时间:
2014-11-27 00:12:48
阅读次数:
321
搭建的环境:
centos7
Apache/2.4.6
fastcgi2.4.6
rails4
在安装fastcgi的时候遇到了问题:
问题:
。。。。。。
In file included from fcgi.h:28:0,
from mod_fastcgi.c:72:
/usr/include/httpd/http_log.h:456:...
分类:
Web程序 时间:
2014-11-21 09:13:07
阅读次数:
404
spawn-fcgi是一个小程序,作用是管理fast-cgi进程,功能和php-fpm类似,简单小巧,原先是属于lighttpd的一部分,后来由于使用比较广泛,所以就迁移出来作为独立项目了,本文介绍的是这个版本“spawn-fcgi-1.6.3”。不过从发布新版本到目前已经4年了,代码一直没有变动,需求少,基本满足了。另外php有php-fpm后,码农们再也不担心跑不起FCGI了。
很久之前...
分类:
其他好文 时间:
2014-11-19 11:00:38
阅读次数:
438
Lamp是一组常用于来搭建动态网站或者服务器的软件平台,由linux、apache、mysql、php四个组件组成。安装开发工具:Developmenttools、ServerPlatformDevelopment、AdditionalDevelopment源码安装Mysql数据库:下载mysql-5.6.15.tar.gz创建一个mysql用户组和系统帐号groupadd-rmy..
分类:
Web程序 时间:
2014-11-02 00:48:28
阅读次数:
285
参考的文档是http://blog.163.com/sky20081816@126/blog/static/1647610232010824262695/但在实操时,作了更改之后才生效,就是#include fcgi.conf;include fastcgi_params;这里。server{ .....
分类:
编程语言 时间:
2014-10-29 12:37:09
阅读次数:
577
之前搞app时候学的webpy,一直用的自带webserver,最近研究nginx一段时间,决定二者结合玩一下~ 把搭建的要点总结下,说不定哪天还得用——其实平时手挺懒的... 1 必备模块和背景知识 pcre,flup,nginx,webpy,spawn-fcgi pcre是ng...
分类:
Web程序 时间:
2014-10-24 18:04:42
阅读次数:
271
Nginx + FastCgi + Spawn-fcgi + c 的服务器架构...
分类:
其他好文 时间:
2014-10-13 11:29:09
阅读次数:
153