码迷,mamicode.com
首页 >  
搜索关键字:nginx upstream check    ( 34475个结果
CentOS6.5 Nginx优化编译配置
说到Nginx,它真的算是我在运维工作中的好朋友,它优异的性能和极高的工作效率实在是让人大爱,来自internet的报告称其epoll模型能够支持高达50000个并发连接数。Epoll[维基百科]:epoll是Linux下 多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发...
分类:其他好文   时间:2014-06-09 22:40:31    阅读次数:536
ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.
有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos5安装nginx遇到的rewrite和HTTP cache错误解决办法:wgethttp://nginx.org/download/nginx-0.8.33.tar.gztar-zxvfnginx-0.8.33.tar.gz...
分类:其他好文   时间:2014-06-09 21:05:27    阅读次数:312
nginx-gridfs 的安装配置和使用
(一)安装nginx前的准备 安装nginx需要安装openssl和pcre,具体安装步骤请参考nginx安装的相关博文(二)nginx和nginx-gridfs 联合编译安装 nginx-gridfs 源码下载(包含Mongo-C-Driver可用的下载链接):地址 http://files.cn...
分类:其他好文   时间:2014-06-09 20:17:39    阅读次数:364
centos 6.5 安装阿里云的一键安装包(nginx+php5.4+mysql5.1)
安装阿里云提供的Linux一键安装web环境全攻略,本想着会有最复制,没想到阿里云工程师提供的包没有任何限制(开始以为只能在阿里去的主机上使用)。开源的精神就是好(注:我是伸手党)。环境 vmware + centos 6.5 最小安装版软体:http://files.cnblogs.com/lin...
分类:数据库   时间:2014-06-09 14:40:00    阅读次数:410
Emacs as C++ IDE
this blog will make your emacs as C++ IDE. It implements code-completion, google-style-check and project manager.
分类:编程语言   时间:2014-06-09 13:07:04    阅读次数:696
Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.(转)
1.程序运行后异常显示:解决方案:在项目上点击右键->properties->Java Build Path,remove掉Android Dependences即可
分类:编程语言   时间:2014-06-09 00:52:35    阅读次数:247
免费计算机编程类中文书籍
摘自github语言无关类操作系统开源世界旅行手册鸟哥的Linux私房菜(简体)Linux 系统高级编程The Linux Command Line(中英文版)Linux 设备驱动(第三版)深入分析Linux内核源码UNIX TOOLBOXWEB服务器Nginx开发从入门到精通(淘宝团队出品)版本控...
分类:其他好文   时间:2014-06-08 20:58:35    阅读次数:701
linux内核系统调用--sendfile函数
在apache,nginx,lighttpd等web服务器当中,都有一项sendfile相关的配置,在一些网上的资料都有谈到sendfile会提升文件传输性能,那sendfile到底是什么呢?它的原理又是如何呢?在传统的文件传输里面(read/write方式),在实现上其实是比较复杂的,需要经过.....
分类:系统相关   时间:2014-06-08 20:28:40    阅读次数:288
swift中文文档- 类型转换
未翻译完 待续(英语烂,求斧正)Type Casting类型转换Type casting is a way to check the type of an instance, and/or to treat that instance as if it is a different supercla...
分类:其他好文   时间:2014-06-08 19:50:25    阅读次数:269
libpcre.so.1 cannot be found
安装完Nginx之后,启动报错。[vagrant@localhost sbin]$ sudo ./nginx./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No ...
分类:其他好文   时间:2014-06-08 19:01:47    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!