Timeline



01/17/17:

15:52 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) updated by Maxim Dounin
Type changed
> While Apache sees the request header "X-Forwarded-Proto: https" it …
14:59 Ticket #1181 ("Vary: X-Forwarded-Proto" should be removed) created by shaula@…
I'm using Nginx as SSL terminator and I've got the following setup: …
14:47 Changeset in nginx-tests [1112:79f93c764353] by Sergey Kandaurov <pluknet@…>
Tests: added basic proxy cache manager watermark test.

01/16/17:

15:49 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by selivan@…
I unsubscribed from nginx-devel@…, please write updates to …
13:53 Ticket #1180 (Allow use of hostnames in set_real_ip_from) created by mmitar@…
I use nginx inside Docker containers and I also use a Docker container …
12:35 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by MrMYHuang@…
Replying to thresh: > Interesting. It seems something …
12:05 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by thresh
Interesting. It seems something went really wrong when installing …
11:30 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by MrMYHuang@…
Replying to thresh: > > because I find /var/run is not a …
11:18 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by thresh
> because I find /var/run is not a symbolic link to /run in my CentOS …
10:45 Ticket #1179 (Allow upstreams to be resolved using internal ngx resolver instead of ...) created by hrak@…
ngx_http_upstream_server currently uses ngx_parse_url() to parse …
09:33 Changeset in nginx_org [1887:9af1e88e10c8] by Sergey Kandaurov <pluknet@…>
Documented SASL EXTERNAL support in mail.
02:31 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by MrMYHuang@…
Replying to i.bakirov@…: > Same problem, please see …

01/15/17:

17:44 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) updated by Ilyas Bakirov
Same problem, please see 1069, 884
04:50 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) created by MrMYHuang@…
My nginx is installed from nginx official yum repo. However, when I …

01/13/17:

15:17 Ticket #1177 (Segfault - Invalid pointer in ngx_ssl_shutdown > SSL_free > CRYPTO_free) updated by Maxim Dounin
Unfortunately, the trace provided is mostly useless: it just states …
09:38 Ticket #1177 (Segfault - Invalid pointer in ngx_ssl_shutdown > SSL_free > CRYPTO_free) created by SjonHortensius@…
This is not reproducable in any way that I know of; but after months …

01/12/17:

21:50 Ticket #1174 (Partial downloads (sendfile)) updated by Valentin V. Bartenev
Replying to pokotilenko@…: > That is true for …
19:48 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
That is true for Edge-Triggered epoll mode. What is the point of …
18:39 Ticket #1174 (Partial downloads (sendfile)) updated by Maxim Dounin
Sure, this is basically what The only option with the current …
16:23 Changeset in nginx-tests [1111:6c2538ad642d] by Sergey Kandaurov <pluknet@…>
Tests: auth external in mail is explicitly enabled since 1.11.9.
16:22 Changeset in nginx [6869:b2915d99ee8d] by Sergey Kandaurov <pluknet@…>
Mail: make it possible to disable SASL EXTERNAL.
15:48 sendfile_test_loop.c attached to Ticket #1174 by pokotilenko@…
Direct epoll/sendfile test with signal interruption and sendfile loop
15:46 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
I've researched docs few more times and made some tests. It seems that …
13:32 Ticket #1174 (Partial downloads (sendfile)) updated by Maxim Dounin
> Maybe it's worth posting to kernel list about sendfile() now being …
10:02 Changeset in nginx-tests [1110:b9b115a2a28d] by Sergey Kandaurov <pluknet@…>
Tests: auth external mail tests.
08:46 Changeset in nginx-tests [1109:59d5c8ca7e4d] by Sergey Kandaurov <pluknet@…>
Tests: auth cram-md5 mail tests, pop3 user/pass and apop tests.

01/11/17:

22:41 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
BTW, turning off timer_resolution doesn't mean this issue will never …
22:06 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
Also on an older 3.2.0 kernel sendfile_test never hang in either …
21:50 sendfile_test.2.c attached to Ticket #1174 by pokotilenko@…
Direct epoll/sendfile test with signal interruption
21:43 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
Good catch! My understanding of what is happening is that: - since …
18:32 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by selivan@…
Attached proposed documentation patch, also posted it to …
18:31 docs.patch attached to Ticket #1176 by selivan@…
17:09 Ticket #1174 (Partial downloads (sendfile)) updated by Maxim Dounin
Ok, thanks for testing. It looks like recent kernel changes in the …
16:27 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
Not using timer_resolution solves this issue for all tested cases: - …
15:59 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
Meantime tried different nginx versions from offsite ubuntu …
15:24 Ticket #1174 (Partial downloads (sendfile)) updated by Maxim Dounin
It looks like you are using timer_resolution. Please try without it …
14:53 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by Maxim Dounin
Documentation is available in the Mercurial repo here: …
14:48 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by selivan@…
Replying to mdounin: > It probably worth documenting that …
14:26 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) updated by Maxim Dounin
Component changed
As you can see from the nginx -V output, /var/log/nginx/error.log
14:21 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
Today installed kernel 4.8.0 and made tests on it. Issue persists: […]
12:10 Ticket #1176 (nginx changes ownership of /var/log/nginx/error.log even if error_log ...) created by selivan@…
nginx.conf: […] After receiving SIGUSR1 nginx changes ownership …
09:01 Changeset in nginx [6868:ee3645078759] by Vladimir Homutov <vl@…>
Stream: avoid infinite loop in case of socket read error.

01/10/17:

20:33 sendfile_test.c attached to Ticket #1174 by pokotilenko@…
Direct epoll/sendfile test
20:32 location_debug.log attached to Ticket #1174 by pokotilenko@…
full debug.log (location)
20:32 main_debug.log attached to Ticket #1174 by pokotilenko@…
full debug.log (main)
20:31 Ticket #1174 (Partial downloads (sendfile)) updated by pokotilenko@…
The file in question has not been modified for a long time, it is …
14:13 Changeset in nginx [6867:8c4d07ef08f5] by Ruslan Ermilov <ru@…>
Year 2017.
14:13 Changeset in nginx [6866:0a268ae349ab] by Ruslan Ermilov <ru@…>
Version bump.
14:04 Ticket #1174 (Partial downloads (sendfile)) updated by Maxim Dounin
The debug log snippet provided is not complete and doesn't contain …
13:45 Ticket #1175 (Confirmation of client_body_buffer_size specification) updated by ikuo-shimura.kccs.co.jp@…
Thanks for reply, I understood how to use Trac.
13:14 Ticket #1175 (Confirmation of client_body_buffer_size specification) closed by Maxim Dounin
invalid: This directive sets buffer size for reading client request body, see …
12:50 Ticket #1175 (Confirmation of client_body_buffer_size specification) created by ikuo-shimura.kccs.co.jp@…
Hi I want to know the specification of client_body_buffer_size. I …
11:56 Changeset in nginx-tests [1108:ff1a37f37419] by Sergey Kandaurov <pluknet@…>
Tests: removed seemingly useless and unsafe HTTP/2 RST_STREAM test.

01/09/17:

22:11 debug.log attached to Ticket #1174 by pokotilenko@…
portion of debug.log
22:08 Ticket #1174 (Partial downloads (sendfile)) created by pokotilenko@…
I'm seeing partial downloads. Investigation come to nginx closing …

01/08/17:

22:58 Ticket #915 ("Upgrade" header should not be proxied over h2) updated by jan.reges.siteone.cz@…
Hi, this issue with "Upgrade" header in Nginx vs. Safari took me …

01/07/17:

21:15 Ticket #1172 (Please consider pre-built package for Debian jessie-backports) closed by Sergey Budnevitch
wontfix: It will force to upgrade openssl to 1.0.2 all nginx mainline package …
20:21 Ticket #1173 ("client sent invalid request" when proxy protocol destination is 0.0.0.0) updated by Roman Arutyunyan
The error suggests that your listen directive does not have the …
02:24 Ticket #1173 ("client sent invalid request" when proxy protocol destination is 0.0.0.0) created by tmeagher.thumbtack.com@…
I recieve the following message in nginx error logs: 373 client sent …

01/06/17:

13:18 Ticket #318 (Change response behavior when SSL client certificate won't validate) updated by s.jaranowski@…
Do you have some plans for this issue?

01/05/17:

20:06 Ticket #1172 (Please consider pre-built package for Debian jessie-backports) created by plinss@…
I've been running Nginx from jessie-backports to get OpenSSL 1.0.2 for …
17:16 Ticket #1135 (Connections timing out after upgrading to 1.10.2) updated by juan.brein.breins.net@…
I've been hit by this as well. Disabling the nchan module worked for …
00:59 Ticket #195 (Close connection if SSL not enabled for vhost) updated by Maxim Dounin
Replying to BertrandBordage@…: > Is this reasonable to use …
00:50 Ticket #1171 (Clarify $server_name variable with regex server_name directive) closed by Maxim Dounin
wontfix: The [[http://nginx.org/r/server_name|server_name directive …

01/04/17:

23:58 Ticket #1169 (TLS works without supplying the ssl parameter without a WARN) updated by Maxim Dounin
There can be a lot of listening options, and requiring users to …
21:04 Ticket #1169 (TLS works without supplying the ssl parameter without a WARN) updated by spleefer90@…
Annoying people who use this on purpose could be solved by setting …
12:08 Changeset in nginx-tests [1107:d42cc683970d] by Sergey Kandaurov <pluknet@…>
Tests: skip unsafe HTTP/2 tests.
11:59 Changeset in nginx-tests [1106:4b0b10e39a08] by Sergey Kandaurov <pluknet@…>
Tests: fixed implicitly declared njs variables after 4337ed48d6d6.
01:46 Ticket #1171 (Clarify $server_name variable with regex server_name directive) created by davidjb
The documentation for $server_name mentions the following: […] …

01/03/17:

22:39 Ticket #1169 (TLS works without supplying the ssl parameter without a WARN) updated by mnordhoff@…
Logging a warning wouldn't break backwards compatibility, and …
17:27 Ticket #1170 (implement keepalive timeout for upstream) created by gadall@…
Microsoft's IIS, when its keepalive idle timeout expires (by default …
15:24 Ticket #195 (Close connection if SSL not enabled for vhost) updated by BertrandBordage@…
Is this reasonable to use the snakeoil certificate generated by …

01/02/17:

22:31 Ticket #1169 (TLS works without supplying the ssl parameter without a WARN) closed by Maxim Dounin
wontfix: This behaviour is intentional. Listening sockets can be shared between …
08:46 Ticket #1169 (TLS works without supplying the ssl parameter without a WARN) created by spleefer90@…
If there is a server block for the same port/IP that already has the …

12/29/16:

16:30 Changeset in nginx-tests [1105:a073a545413d] by Sergey Kandaurov <pluknet@…>
Tests: stream upstream tests for fast peer recovery. Now, a peer is …
15:54 Changeset in nginx-tests [1104:b3d5a2f8a00b] by Andrey Zelenkov <zelenkov@…>
Tests: stream ssl_verify_client tests.
15:24 Changeset in nginx-tests [1103:71bba21ea3ed] by Sergey Kandaurov <pluknet@…>
Tests: absolute_redirect and related tests.
14:43 Ticket #1167 (nginx-module-xslt-1.11.8-1.el7.ngx.src.rpm corrupted) closed by thresh
fixed: Thanks for reporting the problem! This was due to an error in our …
13:30 Ticket #1168 (Nginx не корректно обрабатывает опцию max_size в директиве proxy_cache_path) updated by Maxim Dounin
Status changed
Судя по всему, statfs() на линуксе не отличается логической …
10:16 Ticket #1167 (nginx-module-xslt-1.11.8-1.el7.ngx.src.rpm corrupted) updated by thresh
Status, Owner changed
10:08 Ticket #1168 (Nginx не корректно обрабатывает опцию max_size в директиве proxy_cache_path) created by POPSuL@…
Например, есть конфигурация с директивой вида: […] где …
02:08 Ticket #1167 (nginx-module-xslt-1.11.8-1.el7.ngx.src.rpm corrupted) created by bcdonadio@…
The file nginx-module-xslt-1.11.8-1.el7.ngx.src.rpm on the nginx.org …

12/28/16:

13:28 Changeset in nginx-tests [1102:89d7d4d1be40] by Andrey Zelenkov <zelenkov@…>
Tests: whitespace fixes.
13:13 Ticket #1166 (nginx periodically dropping response body for POST request) closed by Maxim Dounin
worksforme: Most likely you are facing a backend problem which fails to properly …
12:52 Ticket #1165 (Pagespeed module) closed by Maxim Dounin
duplicate: Duplicate of #1138. As previously explained: sorry, but we do not add …
10:57 Ticket #1166 (nginx periodically dropping response body for POST request) created by to.madcrank@…
Hello, I'm using nginx together with Tomcat. Sometimes in case of an …
10:10 Ticket #1165 (Pagespeed module) created by v.badalyan.open-bs.ru@…
Please add Pagespeed module to separate rpm package in oficial repo …

12/27/16:

15:16 Milestone 1.11.8 completed
Status: in progress Trunk: mainline * json escaping for the …
14:23 Changeset in nginx [6865:a42afc225e98] by Maxim Dounin <mdounin@…>
release-1.11.8 tag
14:23 Changeset in nginx [6864:4591da489a30]release-1.11.8 by Maxim Dounin <mdounin@…>
nginx-1.11.8-RELEASE
12:14 Ticket #1164 (Option to turn off TLS protocols errors in the logs) created by jerrygrey@…
I recently changed my nginx configuration to only accept TLSv1.2 as …

12/26/16:

14:31 Ticket #1072 (Overflow in ngx_atosz with Visual Studio 2013 in 64bit system) closed by Maxim Dounin
fixed: Basic support of 64-bit compilation with MSVC was added in e4590dfd97ff.
13:37 Ticket #1163 (cache size grows over max_size) closed by Maxim Dounin
invalid: Killing workers with the TERM signal terminates them immediately …
11:27 Changeset in nginx [6863:54cf51c4f07a] by Roman Arutyunyan <arut@…>
Stream: speed up TCP peer recovery. Previously, an unavailable peer …
04:12 nginx-cache-size.png attached to Ticket #1163 by turchanov@…
Cache size
04:11 Ticket #1163 (cache size grows over max_size) created by turchanov@…
Periodically we have proxy_cache size growing over the configured …

12/24/16:

16:34 Ticket #644 (nginx rewrite $uri not right) updated by Maxim Dounin
This ticket is about the rewrite directive, not about generic URI …
15:01 Changeset in nginx [6862:abb0a4189cf7] by Maxim Dounin <mdounin@…>
Win32: compatiblity with OpenSSL 1.1.0. OpenSSL 1.1.0 now uses normal …
15:01 Changeset in nginx [6861:e4590dfd97ff] by Maxim Dounin <mdounin@…>
Win32: support 64-bit compilation with MSVC. There are lots of C4244 …
15:01 Changeset in nginx [6860:f18c285c2e59] by Maxim Dounin <mdounin@…>
Win32: fixed some warnings reported by Borland C. Most notably, …
15:01 Changeset in nginx [6859:38df52d4e250] by Maxim Dounin <mdounin@…>
Win32: minimized redefinition of ssize_t. All variants of GCC have …
15:01 Changeset in nginx [6858:f39ceadf0441] by Maxim Dounin <mdounin@…>
Win32: minimized redefinition of intptr_t/uintptr_t. These types are …
15:01 Changeset in nginx [6857:26d88ec9baf4] by Maxim Dounin <mdounin@…>
Win32: stdint.h used for MinGW GCC. There is no need to restrict …
15:01 Changeset in nginx [6856:28a8497bf39c] by Maxim Dounin <mdounin@…>
Win32: fixed building with newer versions of MinGW GCC. Macro to …
15:01 Changeset in nginx [6855:c2c13f1f47fd] by Maxim Dounin <mdounin@…>
Win32: added a variable to specify compiler. This allows to set a …
04:49 Ticket #644 (nginx rewrite $uri not right) updated by yohan.rizk@…
Is this still an issue? I'm on ngx version 1.11.8 and I'm looking …

12/23/16:

14:28 Changeset in nginx [6854:75e7d55214bd] by Maxim Dounin <mdounin@…>
SSL: support AES256 encryption of tickets. This implies ticket key …

12/22/16:

17:21 Ticket #1162 (Adding HTTP Forward Proxy support in core like apache) created by Mathieu CARBONNEAUX
To replace completely apache on there major feature, while be …
11:25 Changeset in nginx [6905:9a9e13686869] by Roman Arutyunyan <arut@…>
Cache: support for stale-while-revalidate and stale-if-error. …
08:58 Changeset in nginx [6853:c85dfd99a2dd] by Ruslan Ermilov <ru@…>
Fixed missing "Location" field with some relative redirects. Relative …
08:40 Ticket #1000 (Domain-relative redirects doesn't work, they are absolute instead) updated by Ilyas Bakirov
Good, thanx!
07:05 Ticket #1000 (Domain-relative redirects doesn't work, they are absolute instead) closed by Ruslan Ermilov <ru@…>
fixed: In [changeset:"d15172ebb4002ec96bf13e7e02e57ad3f380a088/nginx"

12/21/16:

20:10 Changeset in nginx [6852:d15172ebb400] by Ruslan Ermilov <ru@…>
Core: relative redirects (closes #1000). The current version of …
19:01 Changeset in nginx [6851:8cd97c14b0e2] by Ruslan Ermilov <ru@…>
Limited recursion when evaluating variables. Unlimited recursion …

12/20/16:

14:11 Ticket #1161 (POST to static file causes 405 but lacks Allow header) closed by Maxim Dounin
wontfix: Correct behaviour here is not something really possible except in some …
09:56 Changeset in nginx-tests [1101:78cb8e66b6bc] by Sergey Kandaurov <pluknet@…>
Tests: skipped the whole http_resolver_cleanup.t where appropriate. …
09:05 Changeset in nginx [6850:41cb1b64561d] by Vladimir Homutov <vl@…>
Stream: client SSL certificates verification support. New directives: …
04:57 Ticket #1036 (Add tcpi_total_retrans to tcp_info variables) updated by Alexey Ivanov
You can try following unofficial patch: […]

12/19/16:

20:22 Ticket #1161 (POST to static file causes 405 but lacks Allow header) updated by epirat07@…
For my use case it is no problem, I just wanted to point out that …
16:45 Ticket #1161 (POST to static file causes 405 but lacks Allow header) updated by Maxim Dounin
Do you observe any real problems due to lack of the Allow header? …
16:25 Ticket #1161 (POST to static file causes 405 but lacks Allow header) created by epirat07@…
When trying to access a static resource (a static file) with the HTTP …
14:48 Changeset in nginx-tests [1100:52553ea2171c] by Andrey Zelenkov <zelenkov@…>
Tests: fixed ssl.t when run in parallel.
11:38 Changeset in nginx-tests [1099:dd3031bbc705] by Sergey Kandaurov <pluknet@…>
Tests: various stream_ssl_preread tests with ill-formed records.
11:02 Changeset in nginx [6849:01adb18a5d23] by Roman Arutyunyan <arut@…>
Stream ssl_preread: relaxed SSL version check. SSL version 3.0 can be …
10:46 Changeset in nginx-tests [1098:bb1974010d0a] by Sergey Kandaurov <pluknet@…>
Tests: resolver cleanup tests.
Note: See TracTimeline for information about the timeline view.