Re: How to apply concurrent connection limit ?

2015-03-25 Thread Francis Daly
On Tue, Mar 24, 2015 at 08:53:34AM +0530, Makailol Charls wrote: Hi there, > As I mentioned in previous email, we also need to exclude some IPs from > this connection limit so would you provide some example of IP whitelisting? http://mailman.nginx.org/pipermail/nginx/2012-July/034790.html linke

Re: Default value of gzip_proxied

2015-03-25 Thread Maxim Dounin
Hello! On Tue, Mar 24, 2015 at 11:59:24PM +0100, B.R. wrote: > > > The gzip_proxied > > > > > > default value is set to honor the HTTP/1.0 protocol (which does not have > > > the Vary header and thus is unable to cache differe

Re: proper setup for forward secrecy

2015-03-25 Thread mastercan
This topic is 3 years old by now. Has something changed on OpenSSL key generation since then? Does anybody know? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,229538,257690#msg-257690 ___ nginx mailing list nginx@nginx.org http://mailman.ng

Re: most of value of $request_time is 0.000

2015-03-25 Thread Maxim Dounin
Hello! On Wed, Mar 25, 2015 at 11:55:14AM +0800, baipeng wrote: > Our version of nginx is nginx/1.0.8 and we have write a third > party module to handle the http request. Because the process > model of our third party module is synchronous so the nginx > worker process will be blocked until on

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

2015-03-25 Thread Styopa Semenukha
Hi Jason, Probably discarding the Content-Encoding directive from the upstream will resolve this: http://nginx.org/r/proxy_hide_header 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 foll

API ratelimiting, setting extra headers X-RateLimit-Limit X-RateLimit-Remaining X-RateLimit-Reset

2015-03-25 Thread asarnoldas
I am searching for API ratelimiting and can't find anything... Is it possible to handle all of this in nginx? ( Seting/evaluating headers, limiting connection, IP whitelisting ) ? I want to throttle access to our API and send extra headers, based on the limit say 100 req / minute for 1 IP you wou

Re: How to apply concurrent connection limit ?

2015-03-25 Thread asarnoldas
I am searching for the similar thing and can't find anything... Is it possible to handle all of this in nginx? ( Seting/evaluating headers, limiting connection, IP whitelisting ) ? https://developer.github.com/v3/rate_limit/ I want to throttle access to our API and send extra headers, based on t

Re: [nginx-announce] nginx-1.7.11

2015-03-25 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.7.11 for Windows http://goo.gl/DIqKtV (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availa

"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

Re: [calling all patch XPerts !] [PATCH] RSA+DSA+ECC bundles

2015-03-25 Thread mastercan
It would be great if the official nginx had support for multiple certificates. Some bigger sites are already deploying ECDSA certificates. To be able to support older clients while using ECDSA we need multi certificate support. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253440,2576