Re: Issue with HTTP/2 and async file upload from Safari on iOS

2016-07-15 Thread Jason Woods
> On 11 Jul 2016, at 09:25, ZaneCEO wrote: > > @itpp2012 : building from source is a no-go for me due to future upgrade > concerns > > @Lukas : will follow your suggestion and try the ngingx-provided bins, > thanks! I’m beginning to hear many reports now of Safari and iOS users hitting connec

Re: Accept-Encoding: gzip and the Vary header

2015-06-04 Thread Jason Woods
Hi > On 4 Jun 2015, at 08:16, Xavier Noria wrote: > > I have used gzip_static for some years without any issue that I am aware of > with the default gzip_vary off. > > My reasoning is that the HTTP spec says in > > http://tools.ietf.org/html/rfc2616#page-145 > > that "the Vary field valu

Re: VHost Guidance

2015-04-20 Thread Jason Woods
Try port scan your network assigned IP and not 127.0.0.1. If something listens on 192.168.0.10:8080 for example, which is not 127.0.0.1, it will block requests for listening on "all interfaces" (0.0.0.0) which Nginx is trying to do, because one or more interface is in use for that port. netstat

Re: Disable caching the names in /etc/hosts in reverse proxy?

2015-04-20 Thread Jason Woods
> On 19 Apr 2015, at 01:05, xuhdev wrote: > > I'm using Nginx to act as a reverse proxy, where the backend is a name > defined in /etc/hosts. However, Nginx does not react to the changes made in > /etc/hosts until restarted. Is it possible to disable caching the names in > /etc/hosts in reverse

Re: "gzip on" duplicates Content-Encoding header if an empty one already exists

2015-03-31 Thread Jason Woods
> On Wednesday, March 25, 2015 12:04:03 PM Jason Woods wrote: >> Hi, >> >> I have a (probably dodgy) application that is sending out uncompressed XML >> with the following header. That is, an empty Content-Encoding header. >> >> Content-Encoding: >>

"gzip on" duplicates Content-Encoding header if an empty one already exists

2015-03-25 Thread Jason Woods
Hi, I have a (probably dodgy) application that is sending out uncompressed XML with the following header. That is, an empty Content-Encoding header. Content-Encoding: This works fine, until I enable gzip on Nginx 1.6.2 latest (which is a proxy to the application.) Nginx compresses the XML, and

Bugfix: requests might hang if resolver was used [...]

2014-08-26 Thread Jason Woods
Hi, Where do I need to ask if a bug fix will be treated as major and ported to the 1.6 feature stable branch? Specifically, the following is having a significant impact for us, and makes using resolver extremely unstable with proxy_pass and variables. *) Bugfix: requests might hang if resolver

Re: proxied requests hang when DNS response has wrong ident

2014-08-18 Thread Jason Woods
On 18 Aug 2014, at 14.22, Valentin V. Bartenev wrote: > On Monday 18 August 2014 13:45:46 Jason Woods wrote: > [..] >> There's the fear there are significant changes from 1.6 to 1.7 that may >> introduce other problems, and would need to go through some extensive >>

Re: proxied requests hang when DNS response has wrong ident

2014-08-18 Thread Jason Woods
On 18 Aug 2014, at 12.05, Valentin V. Bartenev wrote: > On Monday 18 August 2014 11:40:07 Jason Woods wrote: > [..] >> >> I'm experiencing a similar issue. >> >> I get a couple of ident mismatch errors in the error log, >> and then gradua

Re: proxied requests hang when DNS response has wrong ident

2014-08-18 Thread Jason Woods
Hi, On 16 Jul 2014, at 03.01, Pramod Korathota wrote: > On 15 July 2014 21:41, Ruslan Ermilov wrote: > > > diff --git a/src/core/ngx_resolver.c b/src/core/ngx_resolver.c > --- a/src/core/ngx_resolver.c > +++ b/src/core/ngx_resolver.c > > > > Thanks for the quick response and patch, Rusla

Re: redirect help please... this one's driving me mad!

2014-03-22 Thread Jason Woods
On 22 Mar 2014, at 00.16, Francis Daly wrote: > On Sat, Mar 22, 2014 at 11:37:38AM +1300, Steve Holdoway wrote: > > Hi there, > >> Sadly not one mention of the correct way to handle %1 and $1 in either >> of these pages. > I seem to be having problems sending to this mailing list... but I wi