Re: Nginx does not support Forward SSL proxy connection

2014-04-16 Thread Weibin Yao
OK, Thanks for your comment. We will fix that and welcome any suggestion. Nginx is almost a forward proxy, it's useful for some proxy users. Thank you. 2014-04-16 22:31 GMT+08:00 Maxim Dounin : > Hello! > > On Wed, Apr 16, 2014 at 09:44:04PM +0800, Weibin Yao wrote: > >> T

Re: Nginx does not support Forward SSL proxy connection

2014-04-16 Thread Weibin Yao
and there are > no plans to turn it into a forward proxy. > > -- > Maxim Dounin > http://nginx.org/ > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/ma

[ANNOUNCE] Tengine-1.5.2 is released (fix CVE-2013-4547)

2013-11-22 Thread Weibin Yao
engine, it is a free and open source distribution of Nginx with some advanced features. See our website for more details: http://tengine.taobao.org Regards, -- Weibin Yao Developer @ Server Platform Team of Taobao ___ nginx mailing list nginx

Re: nginx http proxy support for backend server health checks / status monitoring url

2013-10-31 Thread Weibin Yao
check possible for https backends >> >> >> Any suggestions? Or should I start hacking and improving the existing >> plugins.. >> Thanks! > > This functionality is currently available in our commercial version: > http://nginx.com/products/ > > The documentation is here: >

[ANNOUNCE] Tengine-1.5.1 is released

2013-08-29 Thread Weibin Yao
ed two compile warnings. (zzjin, diwayou) For those who don't know Tengine, it is a free and open source distribution of Nginx with some advanced features. See our website for more details: http://tengine.taobao.org Have fun! Regards, -- Weibin Y

Re: fix bug in http_referer_module that using incorrect input string length in the regex matching process when header Referer starts with https://

2013-08-11 Thread Weibin Yao
referer.len = len; > referer.data = ref; > > rc = ngx_regex_exec_array(rlcf->regex, &referer, > r->connection->log); > > ___________ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/

[ANNOUNCE] Tengine-1.5.0 is released

2013-07-31 Thread Weibin Yao
e. (dinic) For those who don't know Tengine, it is a free and open source distribution of Nginx with some advanced features. See our website for more details: http://tengine.taobao.org Have fun! Regards, -- Weibin Yao Developer @ Server Platform Team of Taobao ___

[ANNOUNCE] Tengine-1.4.6 (fixed CVE-2013-2070)

2013-05-14 Thread Weibin Yao
, please upgrade to this version as soon as possible! Regards, -- Weibin Yao Developer @ Server Platform Team of Taobao ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

[ANNOUNCE] Tengine-1.4.5 is released

2013-05-01 Thread Weibin Yao
-1.2.8. (yaoweibin) *) Bugfix: fixed the compile warnings of syslog and upstream_check modules. (magicbear) For those who don't know Tengine, it is a free and open source distribution of Nginx with some advanced features. See our website for more details: http://tengine.taobao.org Have fun! -- W

Re: limit proxy_next_upstream

2013-04-05 Thread Weibin Yao
Dounin > Hello! > > On Fri, Apr 05, 2013 at 09:59:29PM +0800, Weibin Yao wrote: > > > We have the similar request. If we have dozens of servers in a same > > upstream block, I don't want to retry all of them. One side effect is it > > will increase the failure co

Re: How can I limit the total speed of a port or domain name?

2013-04-05 Thread Weibin Yao
can download 100K/s from my nginx. > > the nginx.conf of my Nginx with some error? > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,238074,238119#msg-238119 > > _______ > nginx ma

Re: limit proxy_next_upstream

2013-04-05 Thread Weibin Yao
proxy_pass http://backend; > proxy_next_upstream off; > } > > location @fallback { > proxy_pass http://backend; > proxy_next_upstream off; > } > > -- > Maxim Dounin > http://nginx.org/en/donation.html > > __________

[Announce] Tengine-1.4.4 is released

2013-03-21 Thread Weibin Yao
g with TFS module that it might corrupt large files. (zhcn381) For those who don't know Tengine, it is a free and open source distribution of Nginx with some advanced features. See our website for more details: http://tengine.taobao.org Have fun! Regards, -- Weibin Yao Developer @ Server P

Re: Is it possible that nginx will not buffer the client body?

2013-03-17 Thread Weibin Yao
> -- > > Maxim Dounin > > http://nginx.org/en/donation.html > > > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- Weibin Yao Developer @ Server Platform Team of Taobao ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Is it possible that nginx will not buffer the client body?

2013-02-21 Thread Weibin Yao
[5][5]zjay1...@gmail.com> > > > > > > > > Â Â Â Â Â Hello! > > > > Â Â Â Â Â is it possible that nginx will not buffer the > client > > > body before > > > > Â Â