Timeline



11/24/14:

16:50 Ticket #670 (%0a. routing bypass) closed by Maxim Dounin
invalid: The problem is in this line: […] It doesn't match unencoded URI as …
16:38 Ticket #670 (%0a. routing bypass) updated by Adam Surak
Replying to Maxim Dounin: > Could you please show some …
14:52 Ticket #654 (Nginx directives ignored) updated by Valentin V. Bartenev
Are you able to reproduce the problem with the original nginx provided …
14:27 Ticket #654 (Nginx directives ignored) updated by Laura Zilles
I agree that response seems to be provided by Orion Server. I simply …
14:01 Changeset in nginx-tests [501:0ee2899fbe3e] by Sergey Kandaurov <pluknet@…>
Tests: proxy_cache_lock_age tests.
12:23 Ticket #670 (%0a. routing bypass) updated by Maxim Dounin
Could you please show some minimal config to reproduce the problem?
09:57 Ticket #670 (%0a. routing bypass) updated by Ilyas Bakirov
Look at ticket #191
09:27 Ticket #670 (%0a. routing bypass) created by Adam Surak
Hello, I have noticed in my logs a following issue: […] My …

11/21/14:

19:51 Changeset in nginx [6078:7ea6f5140ed9]stable-1.6 by Valentin Bartenev <vbart@…>
SPDY: push pending data while closing a stream as with keepalive. …
12:45 Ticket #668 (location with spaces in URI + alias fails) closed by Maxim Dounin
invalid: This is a result of how alias works (it just replaces matching part of …
09:20 Ticket #669 (Upstream keepalive connections do not properly handle early error responses) created by Roman Borschel
When using upstream keepalive connections and the upstream server …

11/20/14:

19:48 Ticket #668 (location with spaces in URI + alias fails) updated by https://stackoverflow.com/users/573152/bernard-rosset
The URL was badly parsed: http://example.org/here you go/ or …
19:43 Ticket #668 (location with spaces in URI + alias fails) created by https://stackoverflow.com/users/573152/bernard-rosset
When using the following configuration: […] Hitting …
18:13 Ticket #667 (_ (underscore) is not allow for syslog tag) updated by Ke Zhang
Thanks @vl, I didn't expect it to be this quick. Look forward to the …
17:46 Ticket #667 (_ (underscore) is not allow for syslog tag) updated by vl
Since the underscore is a commonly used thing in real life, I agree …
17:41 Ticket #667 (_ (underscore) is not allow for syslog tag) closed by vl
fixed
17:40 Ticket #471 (GZIP does not compress 201 Created Responses) updated by Maxim Dounin
The statement "201 should be as safe as 200" should be backed by some …
17:40 Ticket #667 (_ (underscore) is not allow for syslog tag) updated by Vladimir Homutov <vl@…>
In 68f64bc17fa4d09392c624850e0ed5d3e3025ec4/nginx: […]
15:22 Ticket #471 (GZIP does not compress 201 Created Responses) updated by Norberto Lopes
I have seen ticket 394. It doesn't say anything about 200/201 …
14:55 Ticket #471 (GZIP does not compress 201 Created Responses) updated by Maxim Dounin
Please see ticket #394 for details. While it may be safe to gzip such …
12:24 Changeset in nginx [6077:0395f788b080]stable-1.6 by Ruslan Ermilov <ru@…>
Resolver: fixed use-after-free memory access. In 954867a2f0a6, we …
11:29 Ticket #471 (GZIP does not compress 201 Created Responses) updated by Norberto Lopes
I just encountered this issue today for the first time. I understand …
00:26 Ticket #667 (_ (underscore) is not allow for syslog tag) created by Ke Zhang
When running 'nginx -t', nginx complains: [emerg] syslog "tag" only …

11/19/14:

17:32 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) closed by Maxim Dounin
invalid: If you need help with understanding how nginx works, consider asking …
17:02 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) reopened by Ryan Chan
16:45 Changeset in nginx-tests [500:b4d657ba1a62] by Sergey Kandaurov <pluknet@…>
Tests: tests for range requests below proxy_cache_min_uses.
16:05 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) updated by Ryan Chan
So, in my case, am I correct to say since all the servers in my …
15:42 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) closed by Maxim Dounin
invalid: Again: the upstream name is logged when all configured servers are …
14:33 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) updated by Valentin V. Bartenev
Replying to Bernard Rosset <be.rosset@gmail.com>: > We are …
14:15 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) updated by https://stackoverflow.com/users/573152/bernard-rosset
We are talking about default configuration, right? That means to …
13:30 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) reopened by Ryan Chan
13:29 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) updated by Ryan Chan
Now, following is my test nginx.conf […] And I have the server …
13:15 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) updated by Ryan Chan
Replying to Maxim Dounin: > The upstream name is logged …
12:50 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) closed by Maxim Dounin
invalid: The upstream name is logged when all configured servers are down.
11:01 Ticket #666 (Nginx retry the failed http request not only from the servers defined ...) created by Ryan Chan
Please read the attached nginx.conf file. This is what I want to …

11/18/14:

18:27 Ticket #665 ($upstream_http_var not able to be used in proxy_set_header) closed by Maxim Dounin
duplicate
18:27 Ticket #664 ($upstream_http_var not able to be used in proxy_set_header) closed by Maxim Dounin
invalid: This behaviour is correct. The $upstream_http_* variables are response …
18:19 Ticket #665 ($upstream_http_var not able to be used in proxy_set_header) created by Joel Gilliland
Maybe I'm doing this wrong, but see below. == Doesn't work: == …
18:19 Ticket #664 ($upstream_http_var not able to be used in proxy_set_header) created by Joel Gilliland
Maybe I'm doing this wrong, but see below. == Doesn't work: == …
17:53 Ticket #663 (Variable interpolation inside Map directive) updated by Ronaldo Pontes
Just updated the comment. It was meant to compare the $http_referer …
17:48 Changeset in nginx-tests [499:a3b03c333ad5] by Sergey Kandaurov <pluknet@…>
Tests: adjusted proxy cache lock TODO, improved its description.
17:32 Changeset in nginx-tests [498:420fbf3555dd] by Sergey Kandaurov <pluknet@…>
Tests: cache lock timeout behavior changed in 1.7.8.
17:31 Ticket #663 (Variable interpolation inside Map directive) updated by Maxim Dounin
It's not clear what you are trying to do with the example, as it's …
17:19 Ticket #663 (Variable interpolation inside Map directive) updated by Ronaldo Pontes
I would also like to base map conditions on existing variables... map …
15:08 Ticket #663 (Variable interpolation inside Map directive) updated by Maxim Dounin
Status, Type changed
This is expected behaviour. Only a single variable can be used as a …
15:01 Ticket #663 (Variable interpolation inside Map directive) created by Ronaldo Pontes
http://stackoverflow.com/questions/26976535/variable-interpolation-insi

11/17/14:

13:47 Ticket #662 (Handle SSL_R_INAPPROPRIATE_FALLBACK like the other handshake failures) closed by Maxim Dounin
fixed: Committed, thanks.
13:45 Ticket #662 (Handle SSL_R_INAPPROPRIATE_FALLBACK like the other handshake failures) updated by Maxim Dounin <mdounin@…>
In b7a37f6a25eaf68efaa16dbc61ae925745b479a3/nginx: […]
13:38 Changeset in nginx [6076:1d6eb39d05c9]stable-1.6 by Maxim Dounin <mdounin@…>
SSL: logging level of "inappropriate fallback" (ticket #662). Patch …
06:08 ngx_event_openssl.c.diff attached to Ticket #662 by Erik Dubbelboer
06:07 Ticket #662 (Handle SSL_R_INAPPROPRIATE_FALLBACK like the other handshake failures) created by Erik Dubbelboer
Handle the new SSL_R_INAPPROPRIATE_FALLBACK like the other handshake …

11/16/14:

03:35 Ticket #319 (koi-utf koi-win win-utf in conf are artifacts of the past) reopened by launchpad.net/~sysfu
I dislike these archaic files being installed into the nginx …

11/15/14:

13:58 Ticket #661 (when more has increased the demand) created by Alice Micah

11/14/14:

09:30 Changeset in nginx-tests [497:d4330871bfb0] by Sergey Kandaurov <pluknet@…>
Tests: proxy_ssl_certificate, proxy_ssl_password_file tests.

11/13/14:

14:10 Changeset in nginx-tests [496:d13ea470657d] by Sergey Kandaurov <pluknet@…>
Tests: fixed indentation.
10:32 Changeset in nginx-tests [495:eaf287a41f08] by Sergey Kandaurov <pluknet@…>
Tests: added X-Accel-Redirect test with named location.

11/12/14:

15:35 Ticket #660 (Documentation on `location` directive lacks info on prefix strings) closed by Maxim Dounin
worksforme: The documentation explicitly says "A location can either be defined by …
13:51 Ticket #660 (Documentation on `location` directive lacks info on prefix strings) created by Alex Dieulot
The following configuration code in nginx will match any request URI …

11/10/14:

16:10 Ticket #659 (Incomplete dependencies on NGINX RPM for CentOS7) updated by thresh
This is not an official nginx package from our repository.
16:02 Ticket #659 (Incomplete dependencies on NGINX RPM for CentOS7) created by Davi Garcia
The official rpm package provided by NGINX repository does not include …

11/07/14:

12:27 Ticket #658 (Implement new type of "resolver" -- "system" [for Docker usage]) updated by Артём Скорецкий
I didn't say it is impossible now -- you could still generate nginx …
12:20 Changeset in nginx-tests [494:623863fcb1d1] by Sergey Kandaurov <pluknet@…>
Tests: simplified proxy_next_upstream_tries.t tests.
12:11 Changeset in nginx-tests [493:d456ed8a18de] by Sergey Kandaurov <pluknet@…>
Tests: added proxy_next_upstream_tries.t tests with zero value.
12:07 Changeset in nginx-tests [492:799487ee9aee] by Sergey Kandaurov <pluknet@…>
Tests: adjusted proxy_next_upstream_timeout values.
10:05 Changeset in nginx-tests [491:d5bf5942a8b2] by Sergey Kandaurov <pluknet@…>
Tests: disambiguated parsing of the status code.
09:54 Ticket #658 (Implement new type of "resolver" -- "system" [for Docker usage]) updated by thresh
And there's also a Docker image that does exactly that: …
09:46 Ticket #658 (Implement new type of "resolver" -- "system" [for Docker usage]) updated by Valentin V. Bartenev
Actually, the right and optimal way to solve your problem would be …
09:38 Ticket #658 (Implement new type of "resolver" -- "system" [for Docker usage]) updated by Valentin V. Bartenev
> Since you already have dynamic name resolving (so you solved all …
08:51 Ticket #658 (Implement new type of "resolver" -- "system" [for Docker usage]) created by Артём Скорецкий
It would be great if I could use "system" resolver for converting DNS …

11/06/14:

13:09 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) updated by Owen Garrett
Thanks for the comments - we do hear what you're saying. If it …
12:47 Ticket #657 ($request_filename not set properly when using alias with positional ...) closed by Maxim Dounin
invalid: That's expected behaviour. In a location defined by a regular …
00:27 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) updated by https://stackoverflow.com/users/573152/bernard-rosset
I also do not get the point. I saw 2 people on the nginx-devel …
00:04 Ticket #657 ($request_filename not set properly when using alias with positional ...) created by https://stackoverflow.com/users/573152/bernard-rosset
This bug reports comes from [http://superuser.com/q/740235/311761 a …

11/05/14:

16:31 Changeset in nginx-tests [490:65d2d372ee31] by Sergey Kandaurov <pluknet@…>
Tests: skipped unstable fastcgi cache tests with large stderr. …
12:22 Ticket #656 (Virtual locations with index) closed by Maxim Dounin
invalid: The "index.php" file is required to find out if there is an index file …
11:51 Ticket #656 (Virtual locations with index) created by https://stackoverflow.com/users/573152/bernard-rosset
When using the following configuration snippet: […] You do not …

11/04/14:

20:16 Ticket #652 (after use spdy keepalive_timeout always 180000) closed by Valentin V. Bartenev
invalid
20:16 Ticket #652 (after use spdy keepalive_timeout always 180000) updated by Valentin V. Bartenev
Replying to bin tom <tom8888889@gmail.com>: > how to …
20:00 Ticket #654 (Nginx directives ignored) updated by Valentin V. Bartenev
The response that you have provided clearly isn't from nginx. Even the …
17:21 Ticket #655 (access_log fails to create log file when path contains variables) updated by https://stackoverflow.com/users/573152/bernard-rosset
Damn I had not read the docs until the end of section... …
17:19 Ticket #655 (access_log fails to create log file when path contains variables) created by https://stackoverflow.com/users/573152/bernard-rosset
If you use variables in access_log path, nginx critically fails at …
13:59 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) updated by Thomas Ward
Maxim: I question the logic here. Less than 3% of the Internet's …
07:02 Ticket #654 (Nginx directives ignored) updated by Laura Zilles
Sorry, but that is not the case. I do get nginx access logs for those …
03:57 Ticket #652 (after use spdy keepalive_timeout always 180000) reopened by bin tom
Replying to Maxim Dounin: > The 180 seconds timeout is …

11/03/14:

22:01 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) closed by Maxim Dounin
wontfix: This was already discussed, and consensus is that we are not changing …
21:53 Ticket #652 (after use spdy keepalive_timeout always 180000) closed by Maxim Dounin
invalid: The 180 seconds timeout is correct for the config provided.
19:55 Ticket #654 (Nginx directives ignored) closed by Valentin V. Bartenev
invalid: Because client sends POST request directly to Orion server, and nginx …
15:28 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) updated by https://stackoverflow.com/users/573152/bernard-rosset
nginx blog itself says impact on real users is minimal …
14:59 Ticket #654 (Nginx directives ignored) updated by Laura Zilles
Server header should also be Server: nginx/1.7.7.2 Gryphon Following …
14:48 Ticket #654 (Nginx directives ignored) updated by Valentin V. Bartenev
Could you explain what directives are ignored? Please note, that your …
14:34 Ticket #654 (Nginx directives ignored) created by Laura Zilles
HTTP Post requests: Nginx directives ignored when using …

11/02/14:

15:19 Ticket #653 (Remove SSLv3 from Default ssl_protocols behavior) created by Thomas Ward
As far as I can tell, this affects both Stable and Mainline branches. …

10/31/14:

06:23 Ticket #652 (after use spdy keepalive_timeout always 180000) created by bin tom
I add some debug in ngx_http_spdy_module.c it output nginx: …

10/30/14:

12:04 Ticket #651 (Service 'stop' signal: replace TERM with QUIT) created by https://stackoverflow.com/users/573152/bernard-rosset
According to the nginx documentation about control/signals …
09:44 Ticket #650 (proxy_protocol in virtual hosts) created by Gaurav Purandare
When multiple virtual hosts listen to proxy_protocol as follows: …

10/29/14:

17:14 Ticket #649 (Add Variable for ISO Time) updated by Igal Sapir
My apologies. I was not aware of that variable and for some reason I …
17:08 Ticket #649 (Add Variable for ISO Time) closed by Maxim Dounin
worksforme: http://nginx.org/r/$time_iso8601
15:56 Ticket #649 (Add Variable for ISO Time) updated by Igal Sapir
ISO 8601 official page: …
15:54 Ticket #649 (Add Variable for ISO Time) created by Igal Sapir
It is very useful to have the date/time in sortable format, i.e. …

10/28/14:

13:59 Ticket #648 (Debian - Failed to fetch nginx source package) updated by https://stackoverflow.com/users/573152/bernard-rosset
It seemed strange indeed. It may be related to the recent update of …
13:23 Milestone 1.7.7 completed
Status: released [[http://nginx.org/en/CHANGES | 1.7.7 …
11:17 Ticket #648 (Debian - Failed to fetch nginx source package) closed by Sergey Budnevitch
worksforme: apt-get source nginx installs nginx sources quite well on deb7. …
09:18 Ticket #648 (Debian - Failed to fetch nginx source package) created by https://stackoverflow.com/users/573152/bernard-rosset
When using the following sources: […] and using the following …

10/27/14:

19:07 Ticket #118 (Lack of "Vary" handling in proxy can lead to corrupted downloads) closed by Maxim Dounin
fixed: Fixed by 60fde1bc7236 and following commits.
18:25 Ticket #118 (Lack of "Vary" handling in proxy can lead to corrupted downloads) updated by Maxim Dounin <mdounin@…>
In 60fde1bc7236691e9218fdfa4c050c1c617aa334/nginx: […]
16:08 Ticket #647 (Any plans for dynamic load of modules?) closed by Maxim Dounin
fixed: It is planned to add support in the future. No ETA yet. Please use …
16:04 Ticket #646 (can not compile nginx-1.7.6(with epoll supported) with uclibc) updated by Maxim Dounin
Please make sure you are building unmodified nginx. What is, make …

10/25/14:

02:26 Ticket #645 (proxy_pass does not work as expected in if context) updated by Alexey Radkov
I updated the patch because the previous one did not respect cases …
02:11 nginx-proxy.patch attached to Ticket #645 by Alexey Radkov
Note: See TracTimeline for information about the timeline view.