[ANN] ngx_lua v0.1.5: ability to capture multiple parallelsubrequests

agentzh agentzh at gmail.com
Sat Feb 12 06:06:58 MSK 2011


On Sat, Feb 12, 2011 at 4:39 AM, Roman Vasilyev <roman at 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 :)

Cheers,
-agentzh



More information about the nginx mailing list