码迷,mamicode.com
首页 >  
搜索关键字:fcgi    ( 149个结果
web(六)---fastcgi再进阶(请求和响应)
接上节, 上节只有响应---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
web(七)---fastcgi再进阶(请求和响应)官方例子
在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
web(六)---fastcgi进阶(请求和响应)
接上几节, 本节写有请求和响应的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
web(五)---spawn-fastcgi
一.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+httpd+fastcgi+rails安装
搭建的环境: 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原理及源码分析
spawn-fcgi是一个小程序,作用是管理fast-cgi进程,功能和php-fpm类似,简单小巧,原先是属于lighttpd的一部分,后来由于使用比较广泛,所以就迁移出来作为独立项目了,本文介绍的是这个版本“spawn-fcgi-1.6.3”。不过从发布新版本到目前已经4年了,代码一直没有变动,需求少,基本满足了。另外php有php-fpm后,码农们再也不担心跑不起FCGI了。 很久之前...
分类:其他好文   时间:2014-11-19 11:00:38    阅读次数:438
WEB服务器搭建—lamp(fastcgi)
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
WINDOWS+NGINX+DJANGO+FLUP+PYTHON起步~
参考的文档是http://blog.163.com/sky20081816@126/blog/static/1647610232010824262695/但在实操时,作了更改之后才生效,就是#include fcgi.conf;include fastcgi_params;这里。server{ .....
分类:编程语言   时间:2014-10-29 12:37:09    阅读次数:577
nginx+webpy配置
之前搞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 架构的服务器环境搭建
Nginx + FastCgi + Spawn-fcgi + c 的服务器架构...
分类:其他好文   时间:2014-10-13 11:29:09    阅读次数:153
149条   上一页 1 ... 11 12 13 14 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!