Weibin Yao(姚伟斌)

Results 133 comments of Weibin Yao(姚伟斌)

I can’t quite catch your mean. Do you want to listen the same port with HTTP module? Or you could show me your config. > 在 2014年10月31日,下午9:36,hbacbs [email protected] 写道: >...

because you don't use any check server. This directive should work with upstream check directive. Sent from my iPad > ÔÚ 2014Äê6ÔÂ5ÈÕ£¬16:10£¬Nikita Borzykh [email protected] дµÀ£º > > I build nginx...

See the README: The http_response_parse.rl and smtp_response_parse.rl are ragel (http://www.complang.org/ragel/ http://www.complang.org/ragel/%3E) scripts , you can edit the script and compile it like this: ``` $ ragel -G2 http_response_parse.rl $ ragel...

这个是status页面分配大小不够引起的,今天我修复一下。你不要就访问tcpstatus页面就不会有问题。

试试最新的master分支

How did you use your lua tcp client and what's the nginx.conf? Can you give me more tips?

Have you added the patch? patch -p1 < tcp.patch?

I think you want to limit the connection connect to the backend server. Is that right? Maybe you can use the develop branch: https://github.com/yaoweibin/nginx_tcp_proxy_module/tree/develop And configure like this: upstream backends...

Yes, try this configure: https://github.com/yaoweibin/nginx_tcp_proxy_module/wiki/TIME_OUT Good luck.

It seems you use the old revision, can you try the v0.4.4: https://github.com/yaoweibin/nginx_tcp_proxy_module/archive/v0.4.4.tar.gz Thanks. On 2013/6/2 5:02, John Norman wrote: > I have an nginx configuration that needs to support...