Welcome! Log In Create A New Profile

Advanced

Re: nginx 411 error

Maxim Dounin
January 30, 2013 10:12AM
Hello!

On Wed, Jan 30, 2013 at 01:57:27PM +0100, Axel wrote:

> Hi Maxim,
>
> are you sure that an upgrade to nginx 1.3.x is required?
>
> I had this issue a while ago and I solved it by adding
>
> chunkin on;
> error_page 411 = @my_411_error;
> location @my_411_error {
> chunkin_resume;
> }
>
> to my vHost configuration.
> I never had this error again.

This uses agentzh chunkin module, which is probably good enough if
you have no other options, but a) not something officially
supported and b) known to have limitations (e.g., AFAIR it doesn't
work with DAV module).

With support for chunked Transfer-Encoding available in 1.3.9+ I
would recommend using nginx 1.3.x instead.

--
Maxim Dounin
http://nginx.com/support.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx 411 error

曾瑞略 January 30, 2013 12:22AM

Re: nginx 411 error

Maxim Dounin January 30, 2013 07:40AM

Re: nginx 411 error

Axel January 30, 2013 07:58AM

Re: nginx 411 error

Maxim Dounin January 30, 2013 10:12AM

Re: nginx 411 error

Axel January 30, 2013 11:18AM

答复: nginx 411 error

曾瑞略 February 01, 2013 09:44PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 182
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready