atom feed19 messages in ru.sysoev.nginxRe: [ANN] ngx_lua v0.1.5: ability to ...
FromSent OnAttachments
agentzhFeb 9, 2011 2:03 am 
agentzhFeb 9, 2011 9:29 pm 
EugaiaFeb 10, 2011 1:04 am 
Alexander KunzFeb 10, 2011 2:25 am 
agentzhFeb 10, 2011 2:35 am 
Akins, BrianFeb 10, 2011 10:12 am 
Roman VasilyevFeb 10, 2011 2:38 pm 
Roman VasilyevFeb 10, 2011 2:41 pm 
kindyFeb 10, 2011 6:02 pm 
agentzhFeb 10, 2011 7:54 pm 
agentzhFeb 10, 2011 9:01 pm 
Justin CormackFeb 11, 2011 1:10 am 
agentzhFeb 11, 2011 2:59 am 
Roman VasilyevFeb 11, 2011 11:56 am 
Roman VasilyevFeb 11, 2011 12:39 pm 
Roman VasilyevFeb 11, 2011 3:06 pm.png
agentzhFeb 11, 2011 7:06 pm 
agentzhAug 8, 2011 9:02 pm 
agentzhAug 8, 2011 9:04 pm 
Subject:Re: [ANN] ngx_lua v0.1.5: ability to capture multiple parallelsubrequests
From:agentzh (agen@gmail.com)
Date:Feb 11, 2011 7:06:27 pm
List:ru.sysoev.nginx

On Sat, Feb 12, 2011 at 4:39 AM, Roman Vasilyev <rom@anchorfree.com> wrote:

Also let me show my fastcgi parameters: fastcgi_connect_timeout 60; fastcgi_send_timeout 180; fastcgi_read_timeout 180; fastcgi_buffers 4 256k; fastcgi_buffer_size 256k; fastcgi_busy_buffers_size 256k; fastcgi_temp_file_write_size 256k; fastcgi_intercept_errors on;

Actually I don't know which extra buffers here user, is it some lua_buffers?

No :)

What are your client_max_body_size and client_body_buffer_size settings? Could you set them equal in your nginx.conf?

Also, please try out ngx_lua v0.1.6rc1 or git HEAD, which contains some fixes regarding request body bufs and zero size buf alerts:

https://github.com/chaoslawful/lua-nginx-module/downloads

Thanks for your patience :)