How is the progress to support DTLS

2018-02-08 Thread aperfectman
Hello team, I am looking for a loader balancer to support DTLS on UDP and found that there is experimental DTLS support in specific version 1.13.0 Nginx. http://nginx.org/patches/dtls/README.txt Just curious about the progress of releasing the official feature? And is it being supported in

Re: [PATCH] HTTP/2: expose function to push single resource to modules

2018-02-08 Thread Ruslan Ermilov
On Thu, Feb 08, 2018 at 07:48:25PM +, Alessandro Ghedini wrote: > On Thu, Feb 08, 2018 at 10:00:27PM +0300, Maxim Dounin wrote: > > On Thu, Feb 08, 2018 at 04:52:59PM +, Alessandro Ghedini wrote: > > > > > # HG changeset patch > > > # User Alessandro Ghedini > > >

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Ruslan Ermilov
On Thu, Feb 08, 2018 at 08:04:57PM +, Alessandro Ghedini wrote: > On Thu, Feb 08, 2018 at 10:18:54PM +0300, Maxim Dounin wrote: > > Hello! > > > > On Thu, Feb 08, 2018 at 05:07:49PM +, Alessandro Ghedini wrote: > > > > > On Thu, Feb 08, 2018 at 05:04:58PM +, Alessandro Ghedini wrote:

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Piotr Sikora via nginx-devel
Hi Ruslan, > http header: "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36" > http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" > http header:

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Alessandro Ghedini
On Thu, Feb 08, 2018 at 10:28:34PM +0300, Ruslan Ermilov wrote: > On Thu, Feb 08, 2018 at 05:07:49PM +, Alessandro Ghedini wrote: > > On Thu, Feb 08, 2018 at 05:04:58PM +, Alessandro Ghedini wrote: > > > # HG changeset patch > > > # User Alessandro Ghedini > > >

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Alessandro Ghedini
On Thu, Feb 08, 2018 at 10:18:54PM +0300, Maxim Dounin wrote: > Hello! > > On Thu, Feb 08, 2018 at 05:07:49PM +, Alessandro Ghedini wrote: > > > On Thu, Feb 08, 2018 at 05:04:58PM +, Alessandro Ghedini wrote: > > > # HG changeset patch > > > # User Alessandro Ghedini

Re: [PATCH] HTTP/2: expose function to push single resource to modules

2018-02-08 Thread Alessandro Ghedini
On Thu, Feb 08, 2018 at 10:00:27PM +0300, Maxim Dounin wrote: > Hello! > > On Thu, Feb 08, 2018 at 04:52:59PM +, Alessandro Ghedini wrote: > > > # HG changeset patch > > # User Alessandro Ghedini > > # Date 1518108716 0 > > # Thu Feb 08 16:51:56 2018 + > > #

Re: HTTP/2 server push

2018-02-08 Thread Ruslan Ermilov
On Thu, Feb 08, 2018 at 08:45:50AM -0500, beatnut wrote: > Hi everyone, > According to the roadmap https://trac.nginx.org/nginx/roadmap server push > will show up in a few days. It's been committed today and will be available in the next release. > My question is : > How to mitigate problem when

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Ruslan Ermilov
On Thu, Feb 08, 2018 at 05:07:49PM +, Alessandro Ghedini wrote: > On Thu, Feb 08, 2018 at 05:04:58PM +, Alessandro Ghedini wrote: > > # HG changeset patch > > # User Alessandro Ghedini > > # Date 1518109032 0 > > # Thu Feb 08 16:57:12 2018 + > > #

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Maxim Dounin
Hello! On Thu, Feb 08, 2018 at 05:07:49PM +, Alessandro Ghedini wrote: > On Thu, Feb 08, 2018 at 05:04:58PM +, Alessandro Ghedini wrote: > > # HG changeset patch > > # User Alessandro Ghedini > > # Date 1518109032 0 > > # Thu Feb 08 16:57:12 2018 + >

Re: [PATCH] HTTP/2: expose function to push single resource to modules

2018-02-08 Thread Maxim Dounin
Hello! On Thu, Feb 08, 2018 at 04:52:59PM +, Alessandro Ghedini wrote: > # HG changeset patch > # User Alessandro Ghedini > # Date 1518108716 0 > # Thu Feb 08 16:51:56 2018 + > # Branch expose-push > # Node ID 1bb98b06d5536dfc80a407aabd8d06f9309f8df6 > #

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Alessandro Ghedini
On Thu, Feb 08, 2018 at 05:04:58PM +, Alessandro Ghedini wrote: > # HG changeset patch > # User Alessandro Ghedini > # Date 1518109032 0 > # Thu Feb 08 16:57:12 2018 + > # Branch push-copy-headers > # Node ID 4f7f42e6d13add2ab0c7a9654472bb74085181d1 > #

[PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-08 Thread Alessandro Ghedini
# HG changeset patch # User Alessandro Ghedini # Date 1518109032 0 # Thu Feb 08 16:57:12 2018 + # Branch push-copy-headers # Node ID 4f7f42e6d13add2ab0c7a9654472bb74085181d1 # Parent a49af443656f2b65ca5de9d8cad5594f44e18ff7 HTTP/2: copy additional headers in

[PATCH] HTTP/2: expose function to push single resource to modules

2018-02-08 Thread Alessandro Ghedini
# HG changeset patch # User Alessandro Ghedini # Date 1518108716 0 # Thu Feb 08 16:51:56 2018 + # Branch expose-push # Node ID 1bb98b06d5536dfc80a407aabd8d06f9309f8df6 # Parent a49af443656f2b65ca5de9d8cad5594f44e18ff7 HTTP/2: expose function to push single

HTTP/2 server push

2018-02-08 Thread beatnut
Hi everyone, According to the roadmap https://trac.nginx.org/nginx/roadmap server push will show up in a few days. My question is : How to mitigate problem when we are pushing resources already being in the cache for example pushed earlier ? Do i have to make some workaround using cookies or nginx

[nginx] HTTP/2: fixed build with -Werror=unused-but-set-variable.

2018-02-08 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/a49af443656f branches: changeset: 7202:a49af443656f user: Ruslan Ermilov date: Thu Feb 08 12:11:30 2018 +0300 description: HTTP/2: fixed build with -Werror=unused-but-set-variable. diffstat:

Re: [IE] localhost works but server_name times out!

2018-02-08 Thread Francis Daly
On Wed, Feb 07, 2018 at 09:56:15PM -0500, Credo wrote: Hi there, > If by dns record, you mean uwsgi_pass, then yea, I'm sure. Otherwise > localhost wouldn't work either, but it does. Your client (browser) should resolve the name "www.example.com" to an IP address that corresponds to the nginx

Re: Allow and Deny IP's

2018-02-08 Thread Francis Daly
On Wed, Feb 07, 2018 at 07:28:37PM +0100, Ph. Gras wrote: Hi there, > >> location ~* wp-login\.php$ { > > > >> 185.124.153.168 - - [05/Feb/2018:21:36:12 +0100] "GET /wp-login.php > >> HTTP/1.1" 200 1300 "-" "Mozilla/5.0 (Windows NT 6.0; rv:34.0) > >> Gecko/20100101 Firefox/34.0" > > > >> Me