Welcome! Log In Create A New Profile

Advanced

Re: nginx 411 error

Axel
January 30, 2013 07:58AM
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.

rgds, Axel



Am 30.01.2013 13:37, schrieb Maxim Dounin:
> Hello!
>
> On Wed, Jan 30, 2013 at 05:20:59AM +0000, 曾瑞略 wrote:
>
>> Hello,
>>
>> when i change my webserver from apache to tengine,sometimes occurs
>> [411 Length Required] error.
>>
>> the request method is post ,but post body is empty.
>>
>> but when i use apache ,this error never occurs.Is there any solution
>> ?
>
> The 411 Length Required used to be returned by nginx if client
> tried to use chunked Transfer-Encoding. Support for chunked
> Transfer-Encoding was introduced in nginx 1.3.9+, you have to
> upgrade to recent nginx 1.3.x if you need it.

--
Never argue with an idiot; people watching may not tell the difference

_______________________________________________
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: 174
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