Re: Re: Proxy URL contains Chinese cause very slow access

2014-08-04 Thread gaop...@richinfo.cn
But the strange thing is, I set off to tcp_nodelay can solve the problem gaop...@richinfo.cn From: Maxim Dounin Date: 2014-08-04 18:58 To: nginx Subject: Re: Proxy URL contains Chinese cause very slow access Hello! On Mon, Aug 04, 2014 at 11:50:04AM +0800, gaop...@richinfo.cn wrote

Re: Re: Proxy URL contains Chinese cause very slow access

2014-08-04 Thread gaop...@richinfo.cn
Thanks for your reply is indeed a backend problem gaop...@richinfo.cn From: Maxim Dounin Date: 2014-08-04 18:58 To: nginx Subject: Re: Proxy URL contains Chinese cause very slow access Hello! On Mon, Aug 04, 2014 at 11:50:04AM +0800, gaop...@richinfo.cn wrote: > Proxy URL contains Chin

Proxy URL contains Chinese cause very slow access

2014-08-03 Thread gaop...@richinfo.cn
Proxy URL contains Chinese cause very slow access For example:http://search1.10086.cn/search?start=1&content=%E8%AF%9D%E8%B4%B9%E5%85%85%E5%80%BC&areacode=100&areaName=%E5%8C%97%E4%BA%AC nginx/1.4.7 gaop...@richinfo.cn ___ nginx

Re: Re: nginx1.4.7 ip_hash load balancing strategy

2014-05-18 Thread gaop...@richinfo.cn
谢谢你的回复: 我描述的有点问题,我的需求是不管前端有多少代理或者路由 在最后一层的nginx做代理时,能将同一个客户端的请求都代理到同一个web服务器上。Aleksandar Lazic 提供的方案正是我所需要的。 gaop...@richinfo.cn From: Shafreeck Sea Date: 2014-05-16 18:55 To: nginx@nginx.org Subject: Re: Re: nginx1.4.7 ip_hash load balancing strategy 必须用ip_hash ? 另外我也没太看明白你的问题。 2014-05

Re: Re: nginx1.4.7 ip_hash load balancing strategy

2014-05-18 Thread gaop...@richinfo.cn
sorry, Aleksandar Lazic Provides solutions that is just what I need. gaop...@richinfo.cn From: Maxim Dounin Date: 2014-05-16 19:22 To: nginx Subject: Re: nginx1.4.7 ip_hash load balancing strategy Hello! On Fri, May 16, 2014 at 03:29:31PM +0800, gaop...@richinfo.cn wrote: > hi > W

Re: Re: nginx1.4.7 ip_hash load balancing strategy

2014-05-18 Thread gaop...@richinfo.cn
Thanks for your reply, Shafreeck Sea Provides solutions that is just what I need. gaop...@richinfo.cn From: Maxim Dounin Date: 2014-05-16 19:22 To: nginx Subject: Re: nginx1.4.7 ip_hash load balancing strategy Hello! On Fri, May 16, 2014 at 03:29:31PM +0800, gaop...@richinfo.cn wrote

Re: Re: nginx1.4.7 ip_hash load balancing strategy

2014-05-16 Thread gaop...@richinfo.cn
ngx_http_upstream_module Load balancing algorithm upstream the instruction ip_hash; gaop...@richinfo.cn From: Shafreeck Sea Date: 2014-05-16 16:14 To: nginx@nginx.org Subject: Re: nginx1.4.7 ip_hash load balancing strategy why ip_hash ? 2014-05-16 15:29 GMT+08:00 gaop...@richinfo.cn : hi

nginx1.4.7 ip_hash load balancing strategy

2014-05-16 Thread gaop...@richinfo.cn
. Prerequisite: can not change the existing structure, and nginx access to the IP is only aproxy server, and IP client request is not true, gaop...@richinfo.cn ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-13 Thread gaop...@richinfo.cn
Think you The problem has been resolved.Because 'if($remote_addr' , 'If' and '(' a space is required between gaop...@richinfo.cn From: Valentin V. Bartenev Date: 2014-05-13 15:15 To: nginx Subject: Re: Compile nginx 1.4.7 --with-http_rewrite_module Erro

Re: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-13 Thread gaop...@richinfo.cn
ngx_http_rewrite_module syntax:if (condition) { ... } default:— context:server, location I use in location', gaop...@richinfo.cn From: Valentin V. Bartenev Date: 2014-05-13 15:15 To: nginx Subject: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error On Tuesday 13 May 2014 13:

Re: Re: Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-12 Thread gaop...@richinfo.cn
Think you But If I turn off the words,I have no way is to use 'if' order.An error occurred : [emerg] 14499#0: unknown directive "if($remote_addr" in /usr/local/nginx1/conf/nginx.conf:46 gaop...@richinfo.cn From: Steve Holdoway Date: 2014-05-13 13:09 To: nginx Subjec

Compile nginx 1.4.7 --with-http_rewrite_module Error

2014-05-12 Thread gaop...@richinfo.cn
hi: I compiled nginx1.4.7,add to --with-pcre=/root/nginx/pcre-8.34 --with-http_rewrite_module parameter;An error occurred :./configure: error: invalid option "--with-http_rewrite_module" ,Trouble who can talk about what is the problem gaop...@r