nginx 411 error

Axel ar at xlrs.de
Wed Jan 30 16:15:59 UTC 2013


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



More information about the nginx mailing list