Timeline



01/19/15:

21:50 Ticket #289 (Add support for HTTP Strict Transport Security (HSTS / RFC 6797)) updated by gintaro
While reading up on Nginx and the "add_header …
15:55 Ticket #699 (nginx logs to /var/log/nginx/error.log if syslog server is not available) closed by vl
invalid: first, there is no 'off' parameter in error_log. It just writes to …
15:42 Ticket #699 (nginx logs to /var/log/nginx/error.log if syslog server is not available) created by David Heidt
I just switched to nginx's syslog and it works as desired. However …

01/18/15:

11:06 Ticket #698 (Add an option to proxy_cache_path that allows to set group permissions) updated by Krzysztof Grzadziel
I have already patch for that for nginx 1.7.9. It introduces new …

01/16/15:

12:02 Ticket #698 (Add an option to proxy_cache_path that allows to set group permissions) created by launchpad.net/~blubberdiblub
We use rsync over ssh here to sync the cache contents of several …
11:52 Ticket #697 (Couldn't produce multiple error log items from FastCGI) created by Viktor Szépe
When issuing multiple error_log() PHP commands nginx logs ONE log item …

01/15/15:

15:23 Changeset in nginx-tests [520:4bcf8bc2bafe] by Sergey Kandaurov <pluknet@…>
Tests: $upstream_header_time and $upstream_response_time variables.

01/14/15:

20:16 Ticket #696 (host not found prevents nginx from starting) closed by Maxim Dounin
wontfix: If you want nginx to start regardless of DNS availability, consider …
20:06 Ticket #696 (host not found prevents nginx from starting) created by Roman Odaisky
Suppose I have “listen somehost.mydomain:80”, and the name server for …
06:03 Changeset in nginx [5964:0a198a517eaf] by Vladimir Homutov <vl@…>
Upstream: $upstream_header_time variable. Keeps time spent on …

01/13/15:

21:13 Changeset in nginx-tests [519:089c4174e269] by Sergey Kandaurov <pluknet@…>
Tests: reduced race in debug_connection tests.
17:13 Changeset in nginx [5963:e0920ea61632] by Valentin Bartenev <vbart@…>
Year 2015.
16:51 Changeset in nginx [5962:727177743c3c] by Maxim Dounin <mdounin@…>
Core: added disk_full_time checks to error log.
15:58 Changeset in nginx [5961:7554c83287dc] by Maxim Dounin <mdounin@…>
Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8). The …

01/12/15:

19:07 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) closed by Maxim Dounin
invalid: There is no direct equivalent for Cache::Memcached no_rehash flag in …
17:16 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) reopened by Nathan Butler
So is there anyway to set the no_rehash flag on the hash directive?
16:36 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) updated by Nathan Butler
So is there anyway to set the no_rehash flag on the hash directive?
16:34 Ticket #695 (Client connection hangs when responding to error_page 497 with 444) closed by Maxim Dounin
duplicate: Thanks, this looks like another manifestation of the problem described …
16:32 Ticket #274 (error_page 400 =444 /; утекают сокеты) updated by Maxim Dounin
See also #695.
16:17 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) closed by Maxim Dounin
invalid: The "proxy_next_upstream" directive defines what to do if an error …
15:42 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) updated by Nathan Butler
So maybe this is intended behavior for proxy_next_upstream, that is, …
13:17 Ticket #693 (Randomly [error] 48003#0: *1110895 connect() failed (111: Connection ...) updated by Roman Arutyunyan
Please provide more information. It's hard to make any conclusion …
12:50 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) updated by Roman Arutyunyan
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_next_ups
11:44 Changeset in nginx-tests [518:9edb609a2642] by Sergey Kandaurov <pluknet@…>
Tests: autoindex module tests with autoindex_format.

01/09/15:

22:12 Ticket #695 (Client connection hangs when responding to error_page 497 with 444) created by André Bremer
Trying to set up a stealthy HTTPS server, I'd like to return 444 …

01/08/15:

21:24 Ticket #694 (Cannot disable proxy_next_upstream when using hash upstream directive) created by Nathan Butler
### Problem proxy_next_upstream off does not work when you use the …
14:26 Ticket #693 (Randomly [error] 48003#0: *1110895 connect() failed (111: Connection ...) created by Icy Cafe
This error just happens randomly. [error] 48006#0: *1112987 connect() …
13:33 ssl_cipher_bits.patch attached to Ticket #692 by Marcin Deranek
13:32 Ticket #692 (Introduce variable to get SSL cipher bits of current connection) created by Marcin Deranek
Currently it's only possible to see/use SSL protocol ($ssl_protocol) …

01/05/15:

15:24 Ticket #691 (ERR_SPDY_PROTOCOL_ERROR in Chrome when doing add_header) updated by Artemy Tregubenko
> the "add_header" directive is a low-level one and should be used …
15:17 Ticket #691 (ERR_SPDY_PROTOCOL_ERROR in Chrome when doing add_header) closed by Maxim Dounin
wontfix: Use of "add_header Content-Type ..." will result in a duplicate …
13:58 chrome-log.txt attached to Ticket #691 by Artemy Tregubenko
log from chrome://net-internals/#spdy
13:57 Ticket #691 (ERR_SPDY_PROTOCOL_ERROR in Chrome when doing add_header) created by Artemy Tregubenko
I am using nginx-full 1.6.2-5+precise0 from the PPA …

12/29/14:

16:25 Ticket #690 (nginx + mod_security segfaults) closed by Maxim Dounin
invalid: The ModSecurity 3rd party module is known to be very unstable. AFAIK, …
16:01 Ticket #690 (nginx + mod_security segfaults) created by Igor D'Astolfo
I just made a test with nginx 1.7.9 and mod_security for nginx, …

12/26/14:

13:22 Changeset in nginx [5960:e9effef98874] by Valentin Bartenev <vbart@…>
Upstream: use_temp_path parameter of proxy_cache_path and friends. …
13:22 Changeset in nginx [5959:f7584d7c0ccb] by Valentin Bartenev <vbart@…>
Cache: update variant while setting header. Some parts of code …
13:22 Changeset in nginx [5958:a9138c35120d] by Valentin Bartenev <vbart@…>
Core: added prefix-based temporary files. Now, if the "path" …
13:22 Changeset in nginx [5957:570677a06dce] by Valentin Bartenev <vbart@…>
Unified handling of ngx_create_temp_file() return value. The original …

12/25/14:

13:47 Ticket #689 (ngx_http_referer_module issue) updated by Maxim Dounin
Type changed
Variables are not supported by the valid_referers directive, and the …
09:28 Ticket #689 (ngx_http_referer_module issue) created by vvip859@…
hello, when i use nginx all versions as a proxy server. i found the …

12/24/14:

23:21 Ticket #688 (nginx 1.7.9 + passenger 4.0.53/4.0.56 фейл при компиляции) closed by Valentin V. Bartenev
invalid: Проблема в стороннем модуле. В новой версии nginx настройка кэша …
19:06 Configuration.c attached to Ticket #688 by electron17.ya.ru
Файл конфигурации из ошибки
19:04 Ticket #688 (nginx 1.7.9 + passenger 4.0.53/4.0.56 фейл при компиляции) created by electron17.ya.ru
Здравствуйте, при попытке установки компиляции nginx 1.7.9 ( c 1.7.8 …
16:16 Ticket #685 (nginx doesn't build under musl due to missing 'current_salt' in ...) closed by Maxim Dounin
fixed: Fix comitted, thank you for prodding this.
16:10 Ticket #685 (nginx doesn't build under musl due to missing 'current_salt' in ...) updated by Maxim Dounin <mdounin@…>
In fd6fd02f6a4d1b6889842e49d5a7f895816b2e10/nginx: […]
16:02 Changeset in nginx [5956:4045818c726a] by Maxim Dounin <mdounin@…>
Trailing space fix.
16:01 Changeset in nginx [5955:fd6fd02f6a4d] by Maxim Dounin <mdounin@…>
Fixed building with musl libc (ticket #685).
15:53 Changeset in nginx [5954:53499b86242e] by Maxim Dounin <mdounin@…>
Version bump.
11:15 Changeset in nginx-tests [517:b2c3d509b2f9] by Sergey Kandaurov <pluknet@…>
Tests: proxy_cache with variables.
07:25 Ticket #686 (With some condition,ngx_palloc() function will alloc a illegal memory ...) updated by Deming Sun
Alought nginx stock code has no chance to tigger this problem, but I …
01:17 Ticket #686 (With some condition,ngx_palloc() function will alloc a illegal memory ...) updated by Deming Sun
Replying to Maxim Dounin: > You can't set …

12/23/14:

16:49 Milestone 1.7.9 completed
Status: released [[http://nginx.org/en/CHANGES | 1.7.9 …
15:31 Changeset in nginx-tests [516:2bc470a58621] by Sergey Kandaurov <pluknet@…>
Tests: test for loading "engine:..." keys.
15:28 Changeset in nginx [5953:1ce49d4e3883] by Maxim Dounin <mdounin@…>
release-1.7.9 tag
15:28 Changeset in nginx [5952:34b201c1abd1]release-1.7.9 by Maxim Dounin <mdounin@…>
nginx-1.7.9-RELEASE
14:49 Ticket #687 (Keep-alive with fastcgi not working with HEAD) closed by Maxim Dounin
wontfix: Yes, this is expected behaviour. In case of a HEAD request (and in …
14:43 nginx.conf attached to Ticket #687 by Michael Bonfils
Nginx configuration
14:42 dump_head.pcap attached to Ticket #687 by Michael Bonfils
Dump of network between nginx and fastcgi backend
14:41 Ticket #687 (Keep-alive with fastcgi not working with HEAD) created by Michael Bonfils
During our test, we found that while issue HEAD requests to nginx on …
13:44 Ticket #686 (With some condition,ngx_palloc() function will alloc a illegal memory ...) updated by Maxim Dounin
You can't set connection_pool_size or request_pool_size to an …
13:36 Ticket #686 (With some condition,ngx_palloc() function will alloc a illegal memory ...) updated by Deming Sun
I'm confirmd.When the problem happend the poolsize is not aligned with …
10:15 Ticket #686 (With some condition,ngx_palloc() function will alloc a illegal memory ...) updated by Deming Sun
Replying to Ruslan Ermilov: > The problem can only be seen …
08:21 Ticket #686 (With some condition,ngx_palloc() function will alloc a illegal memory ...) updated by Ruslan Ermilov
The problem can only be seen if pool size is not a multiple of …

12/22/14:

09:59 Changeset in nginx [5951:610832763648] by Valentin Bartenev <vbart@…>
Upstream: added variables support to proxy_cache and friends.
09:59 Changeset in nginx [5950:eaeecf00d5d7] by Valentin Bartenev <vbart@…>
Upstream: preset some cache configuration when bypassing. No …
09:59 Changeset in nginx [5949:634da79665d3] by Valentin Bartenev <vbart@…>
Upstream: refactored proxy_cache and friends. The configuration …
09:58 Changeset in nginx [5948:f2ff0aa89126] by Valentin Bartenev <vbart@…>
Upstream: mutually exclusive inheritance of "cache" and "store". …
09:58 Changeset in nginx [5947:d9025ea1f5a5] by Valentin Bartenev <vbart@…>
Upstream: simplified proxy_store and friends configuration code. This …
Note: See TracTimeline for information about the timeline view.