码迷,mamicode.com
首页 >  
搜索关键字:nginx + keepalive    ( 749个结果
构建高可用负载均衡—CentOS6.4+Haproxy+Keepalive
1、实验拓扑如下,这里用NGINX做的基于端口的虚拟主机,方便之后的测试2、安装前准备Haproxy国内下载你懂得Keepalived下载地址www.keepalive.org同步时间#ntpdatepool.ntp.org3、haproxy安装(主备节点安装一样)#tar-zxvfhaproxy-1.5.9.tar.gz #cdhaproxy-1.5.9 #uname-a Linuxl..
分类:其他好文   时间:2014-12-06 06:39:13    阅读次数:240
Openstack 高可靠部署方案
根据服务自身状况,HA 分为 Active/Active 和 Active/Passive 两种     Active/Active:   适合于 stateless/stateful 服务,常用 load balance + keepalive(VIP) 配置 HA     Active/Passive: 适用于 stateful 服务,常用 load balance + keepali...
分类:其他好文   时间:2014-11-22 21:39:51    阅读次数:348
利用keepalive和timeout来判断死连接
利用keepalive和timeout来判断死连接...
分类:其他好文   时间:2014-11-08 10:32:43    阅读次数:334
HTTP协议头部与Keep-Alive模式详解
https://www.byvoid.com/blog/http-keep-alive-header/HTTP协议头部与Keep-Alive模式详解1、什么是Keep-Alive模式?我们知道HTTP协议采用“请求-应答”模式,当使用普通模式,即非KeepAlive模式时,每个请求/应答客户和服务器...
分类:Web程序   时间:2014-11-06 17:00:52    阅读次数:281
架构 Varnish+nginx+php(FastCGI)+MYSQL5+MenCache+MenCachedb (三)
四、优化Linux内核参数vi /etc/sysctl.conf 在末尾增加以下内容:引用net.ipv4.tcp_fin_timeout = 30net.ipv4.tcp_keepalive_time = 300net.ipv4.tcp_syncookies = 1net.ipv4.tcp_tw....
分类:数据库   时间:2014-11-06 00:35:15    阅读次数:443
nginx反向代理中表单提交502
nginx的参数调整nginx.confserver_names_hash_bucket_size256;client_header_buffer_size256k;large_client_header_buffers4256k;client_max_body_size50m;sendfileon;tcp_nopushon;keepalive_timeout200;tcp_nodelayon;client_body_buffer_size256k;client_header_timeout3m;c..
分类:其他好文   时间:2014-11-04 17:39:37    阅读次数:520
内核参数优化
vim /etc/sysctl.conf加入以下参数net.ipv4.tcp_fin_timeout = 30net.ipv4.tcp_keepalive_time = 1200net.ipv4.tcp_syncookies = 1net.ipv4.tcp_tw_reuse = 1net.ipv4....
分类:其他好文   时间:2014-10-30 22:17:41    阅读次数:226
Mysql中间件代理 Atlas
本文接上文介绍atlas的安装配置,以及借助keepalive软件实现altas的ha,避免由于atlas故障,导致数据库服务中断的情况出现:一:环境介绍Atlas主:192.168.1.12/24Atlas从:192.168.1.81/24Atlasvip:192.168.1.230/24Atlaswrite:master:192.168.1.225/24Slave1:192.168.1.226..
分类:数据库   时间:2014-10-29 19:36:01    阅读次数:853
Apache主配置文件httpd.conf的主要配置项
SeverRoot:服务器根目录 Timeout:访问超时设置 KeepAlive:设置稳固连接状态 MaxKeepAliveRequests:指定稳固连接期间的最大请求数,0表示无限制接入 KeepAliveTimeout:同一客户端与服务器的同一个链接上接受请求的超时时间 List...
分类:Web程序   时间:2014-10-25 18:39:11    阅读次数:236
页面内嵌iframe 防止session过期
If you are trying to stop the session from timeing out all the time you can do this rather than increasing the session timeout.KeepAlive.aspx ...
分类:其他好文   时间:2014-10-21 19:19:31    阅读次数:507
749条   上一页 1 ... 68 69 70 71 72 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!