码迷,mamicode.com
首页 >  
搜索关键字:upstream    ( 928个结果
【nginx】kevent() reported that connect() failed (61: Connection refused)
访问php页面时,nginx报如下错误 2014/12/25 12:36:13 [error] 3846#0: *3 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request...
分类:其他好文   时间:2014-12-25 13:06:52    阅读次数:541
Nginx实战系列之功能篇----后端节点健康检查
公司前一段对业务线上的nginx做了整理,重点就是对nginx上负载均衡器的后端节点做健康检查。目前,nginx对后端节点健康检查的方式主要有3种,这里列出:1、ngx_http_proxy_module模块和ngx_http_upstream_module模块(自带) 官网地址:http://nginx.org/cn/docs/http/ngx_http..
分类:其他好文   时间:2014-12-24 06:31:21    阅读次数:420
Nginx学习笔记六Nginx的模块开发
1.Nginx配置文件主要组成:main(全局配置)这部分的指令将影响其他所有部分.server(虚拟主机配置)这部分指令主要用于指定虚拟主机域名,IP和端口.upstream(主要为反向代理,负载均衡相关配置)这部分指令用于设置反向代理及后端服务器的负载均衡.location(目录匹配配置)这部分...
分类:其他好文   时间:2014-12-21 21:53:23    阅读次数:225
jetty在Linux下的配置
jetty官网:http://www.eclipse.org/jetty/具体配置流程如下1, 2:1. Nginx 添加监听域名和路由端口. #当前应用的可用流(可无限添加) upstream pisaTbt0 { server 10.221.12.182:8051 weight=1; ...
分类:系统相关   时间:2014-12-19 15:36:21    阅读次数:236
Nginx+Tomcat集群部署
为了获取更好的性能,我们常常需要将tomcat进行集群部署。下文通过nginx转发实现tomcat集群,并通过nginx-upstream-jvm-route插件保证session的粘滞。 应用场景环境: server1 服务器上安装了 nginx + tomcat01 server2 服务器...
分类:其他好文   时间:2014-12-10 10:28:25    阅读次数:263
【转】nginx 主动式后端服务器健康检查
原文链接 http://tengine.taobao.org/document_cn/http_upstream_check_cn.htmlngx_http_upstream_check_module该模块可以为Tengine提供主动式后端服务器健康检查的功能。该模块在Tengine-1.4.0版本...
分类:其他好文   时间:2014-12-09 00:30:49    阅读次数:273
步骤:用git提交patch,并发送邮件列表
一.先配置gitsend-mail的smtp服务器:1.安装git-email:#apt-getinstallgitgit-coregit-email修改gitconfig文件:vim~/.gitconfig[color] ui=auto [commit] template=~/.commit_template [user] name=*** email=***@***.com [alias] pretty=log--branches--remotes--tags--grap..
分类:其他好文   时间:2014-11-28 18:37:46    阅读次数:233
VMware Linux 下 Nginx 安装配置 - nginx.conf 配置 [负载两个 Tomcat] (三)
首先启动Nginx1. 转到 nginx 目录: /usr/local/nginx;启动 nginx:/usr/local/nginx/nginxubuntu 前要加 sudo;关健配置http 配置块下,一般设置在 zgip on 下:upstream localhost { #绿色对应 #...
分类:系统相关   时间:2014-11-27 00:09:58    阅读次数:322
使用nginx+tomcat配置集群
1:在nginx官方网站下载nginx安装包2:修改conf目录下nginx.conf配置文件 如下图这里对几个地方进行说明:upstream myserver 设置我们的tomcat地址location ~ .*\.(html|htm|gif|jpg|jpeg|bmp|png|ico|txt|js...
分类:其他好文   时间:2014-11-26 16:16:50    阅读次数:114
docker port 2376
I have had this issue as well. I believe it‘s because of a recent update to either boot2docker or Virtualbox. In any case, the solution is to just to temporarily route until it is fixed upstream. F...
分类:其他好文   时间:2014-11-25 23:59:51    阅读次数:497
928条   上一页 1 ... 86 87 88 89 90 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!