Module: Configuring upstream params (eg fastcgi_param) per request

2016-05-16 Thread davidjb
I'm working on an authentication module for nginx, namely the Shibboleth auth module (https://github.com/nginx-shib/nginx-http-shibboleth). This module is based off the core nginx auth_request module (https://github.com/nginx/nginx/blob/master/src/http/modules/ngx_http_auth_request_module.c). The

Is there a way to send back HTTP2 trailers?

2016-05-16 Thread fengli
Is there a way to send back HTTP2 trailers? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266933,266933#msg-266933 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: DNS Caching Issue For community version

2016-05-16 Thread Francis Daly
On Fri, May 13, 2016 at 02:13:05AM -0400, RT.Nat wrote: Hi there, why do you think that this does not work? As in: what request do you make that give you an unexpected response? And can you also show the "dig" command that shows that the nominated dns server has changed the resolution address th

Fully hiding localhost:8080 with Nginx as reverse proxy?

2016-05-16 Thread Alex Hall
Hello list, As mentioned earlier, Nginx and Apache are currently playing nicely together, with Apache handling all my OSTicket needs. However, I'm now trying to send mail from OSTicket, and while OST claims success, I'm not seeing any messages coming to my account. I was doing some searching and fo

Re: Serving website with Apache, with Nginx as interface?

2016-05-16 Thread Alex Hall
Hi all, Well, it seems to be working now, and I'm thoroughly embarrassed about it. The Nginx/Apache setup is fine, and has been, it seems. The OST error was rather cryptic, but once I finally found where in the OST code it was being generated, I discovered that it was likely a database failure. I r

Re: Gzip issue with Safari

2016-05-16 Thread mcofko
Could you be a little more specific? I have the right configuration on nginx regarding pvr and dds types, it's: application/octet-stream...how could I modify the gzip extension to something else than .gz? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266915,266918#msg-266918

Re: DNS Caching Issue For community version

2016-05-16 Thread Wandenberg Peixoto
You have to configure your nginx to use it like any other module. For instance, cd /Downloads/nginx ./configure --add-module=/Downloads/nginx-upstream-dynamic-servers-master make make install On May 16, 2016 01:28, "RT.Nat" wrote: > I cannot install the above module. > > /Downloads/nginx-upstream

Re: Gzip issue with Safari

2016-05-16 Thread itpp2012
Have you had a look yet at /conf/mime.types Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266915,266916#msg-266916 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Gzip issue with Safari

2016-05-16 Thread mcofko
Hi all, we have successfully enable gziping on the server side and it works perfectly with Chrome and FF (it auto compress the files that we want). We're using compressed assets of type: .dds and .pvr. MIME-types for those files are: application/octet-stream. But the problem appears in Safari whic