Re: www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Matthew Donovan
Oh I just reread what you said :-) sorry was busy working on nginx issue at the time. That module is off by default in the port guess we can just not compile that module since it is a third party module. But at least you submitted patches 😀 On Apr 30, 2017 4:07 AM, "Thomas Steen Rasmussen" wrote:

Re: www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Thomas Steen Rasmussen
On 04/30/2017 11:03 AM, Matthew Donovan wrote: Nginx 1.12 can no longer have duplicate stuff in configuration. It does it for request_ip as well. It's by design. That doesn't change the fact that our port should not include a module that makes it not start :) /Thomas

Re: www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Matthew Donovan
Nginx 1.12 can no longer have duplicate stuff in configuration. It does it for request_ip as well. It's by design. On Apr 30, 2017 3:56 AM, "Thomas Steen Rasmussen" wrote: > Hello, > > Do not upgrade nginx to 1.12 if you have XRID_HEADER enabled. The > module is incompatible with nginx 1.12 and

www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Thomas Steen Rasmussen
Hello, Do not upgrade nginx to 1.12 if you have XRID_HEADER enabled. The module is incompatible with nginx 1.12 and nginx will refuse to start with the following error: nginx: [emerg] the duplicate "request_id" variable in /usr/local/etc/nginx/nginx.conf:16 where line 16 is where the http