昨天,一个程序需要导出500条数据,结果发现到150条是,Nginx报出504 Gateway Timeout错误,原来PHP-Fcgi下的设置执行时间与isapi的不同一般情况下设置PHP脚本执行超时的时间一、在php.ini里面设置max_execution_time = 1800;二、通过PH...
分类:
Web程序 时间:
2014-12-10 10:35:06
阅读次数:
186
转载其他网站,收藏查看!配置文件lighttpd.conf参数详细说明的链接和选译发表于2010年12月22日http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions1. mimetype.assign指...
分类:
Web程序 时间:
2014-12-08 10:42:23
阅读次数:
234
Install Required Packages apt-get update & upgrade
apt-get install mysql-server nginx php5-cli php5-cgi spawn-fcgi nginx php5-cli php5-cgi
spawn-fcgi php5-gd php5-mysql 2 Create Di...
分类:
数据库 时间:
2014-12-01 16:25:49
阅读次数:
324
接上节, 上节只有响应---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
目前越来越多的互联网服务器市场被nginx服务器所占领,nginx也变得越来越流行了,那么为何流行,为何成为了主流,在下文结合其他web服务器进行简单的说明。
主流的web服务器有web IIS,apache,lighttpd,nginx,Tomcat和Jetty,当然肯定还有一些其他的我知识面比较窄,没有涉及过。
为什么使用nginx:
WEB IIS是一款运行在windows下面的服务器...
分类:
其他好文 时间:
2014-11-26 16:43:29
阅读次数:
205
搭建的环境:
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
(一)php
1. 下载及安装
http://www.appservnetwork.com/
从上面的网址下载appserv-win32-2.5.10并安装,在安装的时候,只选择安装php。
因为,我们只使用其中的php。
这所以这样做,是因为AppServ中的php,里面包含了php_pdo.dll这个库。
假设安装后,php的路径为:C:/AppSe...
分类:
数据库 时间:
2014-11-19 11:24:35
阅读次数:
299