Re: [nginx] Variable $request_id.

2016-04-26 Thread ToSHiC
Hello, We are using such variable for more than a year, and I suggest to add ability to extract request_id from header. It's very usefull for systems with frontend and backend installed on different servers. On Tue, Apr 26, 2016 at 7:38 PM, Vladimir Homutov wrote: > details:

[nginx] Variable $request_id.

2016-04-26 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/59f8f2dd8b31 branches: changeset: 6531:59f8f2dd8b31 user: Vladimir Homutov date: Tue Apr 26 19:31:46 2016 +0300 description: Variable $request_id. The variable contains text representation based on random data, usable as a

[nginx] Upstream: the "transparent" parameter of proxy_bind and friends.

2016-04-26 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/1d0e03db9f8e branches: changeset: 6530:1d0e03db9f8e user: Roman Arutyunyan date: Fri Dec 18 19:05:27 2015 +0300 description: Upstream: the "transparent" parameter of proxy_bind and friends. This parameter lets binding the proxy

[nginx] Removed some bitrot.

2016-04-26 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/6d3a60a909c8 branches: changeset: 6527:6d3a60a909c8 user: Ruslan Ermilov date: Tue Apr 26 18:26:43 2016 +0300 description: Removed some bitrot. Removed NGX_CONF_MULTI unused since 1.3.4. Removed ngx_url_t.one_addr unused since

[nginx] Stable branch.

2016-04-26 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/9fc87d93c4ed branches: stable-1.10 changeset: 6523:9fc87d93c4ed user: Maxim Dounin date: Tue Apr 26 16:30:30 2016 +0300 description: Stable branch. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2

[nginx] release-1.10.0 tag

2016-04-26 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/efbdc2f66901 branches: stable-1.10 changeset: 6525:efbdc2f66901 user: Maxim Dounin date: Tue Apr 26 16:31:18 2016 +0300 description: release-1.10.0 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0

Re: reading cookie value issue

2016-04-26 Thread Maxim Dounin
Hello! On Tue, Apr 26, 2016 at 05:07:19PM +0530, Pankaj Chaudhary wrote: > Hi, > > I have requirement to create own cookie based on input and wirte the that > cookie in header. > whenever i need that i can read from header and use it. > > > for example:- > > I have created my own cookie

reading cookie value issue

2016-04-26 Thread Pankaj Chaudhary
Hi, I have requirement to create own cookie based on input and wirte the that cookie in header. whenever i need that i can read from header and use it. for example:- I have created my own cookie "thissomevalue" worte in header and later the same read from header. Please check my code and