答复: nginx 411 error

曾瑞略 ruilue.zengrl at alibaba-inc.com
Sat Feb 2 02:42:24 UTC 2013


thanks all ,I will upgrade to nginx 1.3.x.
________________________________________
发件人: nginx-bounces at nginx.org [nginx-bounces at nginx.org] 代表 Axel [ar at xlrs.de]
发送时间: 2013年1月31日 0:15
到: nginx at nginx.org
主题: Re: nginx 411 error

Thanks for clarification!

rgds, Axel


Am 30.01.2013 16:09, schrieb Maxim Dounin:
> 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.

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

_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

________________________________

This email (including any attachments) is confidential and may be legally privileged. If you received this email in error, please delete it immediately and do not copy it or use it for any purpose or disclose its contents to any other person. Thank you.

本电邮(包括任何附件)可能含有机密资料并受法律保护。如您不是正确的收件人,请您立即删除本邮件。请不要将本电邮进行复制并用作任何其他用途、或透露本邮件之内容。谢谢。


More information about the nginx mailing list