Re: Using Nginx with chunking

2015-08-12 Thread Arun John (arujohn)
Hi Maxim, Sorry for the confusion. But even for range requests, it should return the bytes requested, correct? Am I missing any configuration? Regards, Arun On 8/12/15, 6:23 PM, "nginx on behalf of Maxim Dounin" wrote: >Hello! > >On Wed, Aug 12, 2015 at 09:30:15AM +,

Re: Nginx & Digest authentication

2015-08-11 Thread Arun John (arujohn)
works fine and able to authenticate. Regards, Arun On 8/11/15, 7:06 PM, "nginx on behalf of Edho Arief" wrote: >On Tue, Aug 11, 2015 at 10:29 PM, Arun John (arujohn) >wrote: >> Hi, >> >> Thanks for the suggestion. I tried using proxy_pass, but it didn¹t help &g

Re: Nginx & Digest authentication

2015-08-11 Thread Arun John (arujohn)
; root /opt/test/files; } } Is there any issue with my configs? Regards, Arun On 8/11/15, 6:39 PM, "nginx on behalf of Maxim Dounin" wrote: >Hello! > >On Tue, Aug 11, 2015 at 03:35:19AM +, Arun John (arujohn) wrote: > >> I have a NG

Nginx & Digest authentication

2015-08-10 Thread Arun John (arujohn)
I have a NGINX that sits in front of my application. I have digest authentication enabled for the application. I’d like a set up where when a user connects to NGINX using Digest, NGINX simply proxies this request to my application where the actual authentication happens. The authentication logic

Re: Issues with HttpChunkinModule

2014-11-26 Thread Arun John
m your configuration and be happy :D This module is no longer needed for Nginx 1.3.9+ because since 1.3.9, the Nginx core already has built-in support for the chunked request bodies. And this module is now only maintained for Nginx versions older than 1.3.9. On Wed, Nov 26, 2014 at 7:41 AM, Ar

Issues with HttpChunkinModule

2014-11-26 Thread Arun John
Hi, I am trying to set up a nginx server to support chunking. I followed the steps mentioned in the below webpage to use the feature http://wiki.nginx.org/HttpChunkinModule My nginx version is 1.4.1. According to the above link, I don¹t need to build chunking module separate as it is already bui