Timeline
05/09/18:
- 14:36 Ticket #1549 (HTTP2 push does not work due to incorrect scheme in proxy_protocol mode) created by
- I use the proxy_protocol because I send the tcp traffic via HaProxy to …
- 06:01 Ticket #1548 (build problem with make 4.2.1) updated by
- configure out, Makefile, and autoconf.err see in attachments …
05/08/18:
- 17:12 Ticket #1477 (Syslog stops working after few hours) closed by
- fixed
- 17:10 Ticket #1477 (Syslog stops working after few hours) updated by
- In [changeset:"fa0e093b64d77e138cd9d8b7e7ef03cc56bd7f4a/nginx" …
- 16:35 Changeset in nginx [7272:fa0e093b64d7] by
- Syslog: re-open syslog udp socket on send error (ticket #1477). …
- 14:50 Ticket #1548 (build problem with make 4.2.1) updated by
- Just checked, and nginx compiles fine with GNU make 4.2.1, at least on …
- 14:22 Changeset in nginx_org [2160:a2e77354c77d] by
- Linux packages: updated the list of supported distributions.
- 12:07 Ticket #1548 (build problem with make 4.2.1) created by
- can't compile any version of nginx with make 4.2.1 example: […] …
- 11:58 Ticket #1547 (Nginx trying to create NGX_HTTP_PROXY_TEMP_PATH even when it is ...) closed by
- invalid
- 10:59 Changeset in nginx-tests [1324:918bf90466e0] by
- Tests: hide startup warnings about deprecated ssl.
- 10:45 Ticket #1546 (nginx/1.14.0 compilation with gcc 8.1.0 fails) closed by
- fixed: In [changeset:"9e25a5380a21240cdb66646f1e20ef7247b646a1/nginx" …
- 10:37 Ticket #1547 (Nginx trying to create NGX_HTTP_PROXY_TEMP_PATH even when it is ...) updated by
- And after looking more at my nginx -V, I do understand that this is …
- 10:28 Ticket #1547 (Nginx trying to create NGX_HTTP_PROXY_TEMP_PATH even when it is ...) created by
- configuration slice: […] strace log: […] So, as you can see …
05/07/18:
- 12:19 Ticket #1545 (proxy_cache_bypass does not work when a period characer is part of the ...) closed by
- invalid: You can't access cookies with dots in their names using the …
- 11:45 Changeset in nginx_org [2222:0974dc0a6209] by
- Changed link from upstream_conf to api in "state".
- 11:31 Ticket #1546 (nginx/1.14.0 compilation with gcc 8.1.0 fails) updated by
-
Status changed
- 10:48 Ticket #1546 (nginx/1.14.0 compilation with gcc 8.1.0 fails) created by
- nginx/1.14.0 compilation with gcc 8.1.0 fails - it works perfectly …
- 09:54 Changeset in nginx [7406:ed5b3c4c1284]stable-1.14 by
- Silenced -Wcast-function-type warnings (closes #1546). Cast to …
- 09:54 Changeset in nginx [7271:9e25a5380a21] by
- Silenced -Wcast-function-type warnings (closes #1546). Cast to …
05/04/18:
- 20:38 Ticket #1545 (proxy_cache_bypass does not work when a period characer is part of the ...) created by
- When using this directive on a location : proxy_cache_bypass …
- 17:19 Ticket #1544 (http/2 downloads broken during reload) created by
- In the situation where an HTTP/2 download spans nginx reloads, the …
- 00:08 Ticket #485 (Multiple WWW-Authenticate headers) updated by
- We have also hit this issue with the auth_request module trying to use …
05/03/18:
- 18:36 Ticket #1543 (UDP proxy with "proxy_protocol on" resends empty udp packet) closed by
- worksforme: In nginx versions prior to 1.11.5 nginx sends PROXY protocol header as …
- 12:30 Ticket #1542 (gRPC - Variables not allowed in grpc_pass) closed by
-
invalid: Variables are not available in
grpc_pass
, much like they aren't in … - 10:08 Changeset in nginx-tests [1323:6eb3dd2d4d5a] by
- Tests: postponed grpc_ssl.t startup on win32, see eadd24ccfda1.
- 07:11 Ticket #1543 (UDP proxy with "proxy_protocol on" resends empty udp packet) created by
- Good day. I'm using stable nginx 1.10.2 from repository for CentOS …
- 02:25 Ticket #1542 (gRPC - Variables not allowed in grpc_pass) created by
- We're trying to leverage the grpc pass to route to dynamic set of …
05/02/18:
- 10:43 Ticket #1541 (Allow to build grpc module as dynamic) closed by
- wontfix: Dynamic building is generally supported for modules with external …
04/28/18:
- 16:19 Ticket #1541 (Allow to build grpc module as dynamic) created by
- Why the new grpc module cannot be built as a dynamic module? …
04/27/18:
- 14:40 Ticket #923 (Allow proxy_http_version 2.0) updated by
- Thanks for your quick reply. So, nginx still doesn't have plan to …
- 13:26 Ticket #923 (Allow proxy_http_version 2.0) updated by
- > So can I say nginx can work as a http/2 reversed proxy? :-) The …
- 08:38 Ticket #923 (Allow proxy_http_version 2.0) updated by
- I realized that nginx can work as HTTP2 reversed proxy actually. :-) …
- 08:14 Ticket #1540 (Support for '-' (dash) in syslog TAG field) closed by
- invalid: The naming rule in RFC 2234 refers to the "ABNF rule name", not to …
- 06:59 Changeset in nginx_org [2206:5cacd6fffade] by
- Eliminated some examples of unsafe prefix locations.
- 05:25 Ticket #923 (Allow proxy_http_version 2.0) updated by
- Hi, now nginx can support gRPC proxy( …
- 03:04 Ticket #1540 (Support for '-' (dash) in syslog TAG field) created by
- An nginx.conf contains dash in syslog tag: […] The syslog TAG field …
04/26/18:
04/25/18:
- 14:52 Changeset in nginx_org [2158:47dad5e83e64] by
- Regenerated.
- 14:52 Changeset in nginx_org [2157:5dd7d258b7e8] by
- nginx cookbook promo.
- 11:57 Changeset in nginx [7270:46c0c7ef4913] by
- SSL: deprecated the "ssl" directive.
04/24/18:
- 15:55 Changeset in nginx_org [2221:45a2b90247ad] by
- Added "status_zone" to the API module.
- 15:19 Ticket #178 (listen with ssl but missing ssl_certificate is not detected by nginx -t) closed by
- fixed: Fix committed.
- 13:00 Ticket #178 (listen with ssl but missing ssl_certificate is not detected by nginx -t) updated by
- In [changeset:"7f955d3b9a0d61ff8c980f1e7036406741b450b1/nginx" …
- 12:29 Changeset in nginx [7269:7f955d3b9a0d] by
- SSL: detect "listen ... ssl" without certificates (ticket #178). In …
- 12:28 Changeset in nginx [7268:0d8c72ff62dd] by
- Mail: fixed error message about missing ssl_certificate_key. In …
- 11:15 Ticket #1539 (Failed to configure with clang if installed CUDA) updated by
- Try this patch: […]
- 11:04 Changeset in nginx [7273:ceab908790c4] by
- Configure: fixed clang version detection (closes #1539). While …
- 10:52 Ticket #1539 (Failed to configure with clang if installed CUDA) updated by
- This was broken in 325b3042edd6.
- 08:29 Ticket #1539 (Failed to configure with clang if installed CUDA) created by
- I met following errors when compile nginx using clang. […] clang …
04/23/18:
- 18:41 Changeset in nginx_org [2156:224ca9f697a5] by
- Documented all configure options.
- 18:41 Changeset in nginx_org [2155:fd06f014e6db] by
- Marked nginx.pid as path in configure description.
- 18:41 Changeset in nginx_org [2154:ebc9fb8139e4] by
- Reworked configure description to use tag list.
- 15:21 Ticket #1538 (gRPC upstreams cannot use dynamic HPACK) closed by
- invalid: nginx explicitly announces that it does not support dynamic header …
- 13:06 Ticket #1538 (gRPC upstreams cannot use dynamic HPACK) created by
- "upstream sent invalid http2 table index: 64 while reading response …
- 12:47 Changeset in nginx_org [2153:ccc41545bf55] by
- Extended code style description.
- 12:05 Ticket #1537 (Allow for test_types_buffer_size to be set in server configuration) updated by
- Could you please provide the exact error message you see, and exact …
04/21/18:
- 13:48 Ticket #1537 (Allow for test_types_buffer_size to be set in server configuration) updated by
- title should be test_types_hash_bucket_size ! old but possibly …
- 13:46 Ticket #1537 (Allow for test_types_buffer_size to be set in server configuration) created by
- As I added a bunch of MIME types to gzip_types in my server block, …
04/20/18:
- 19:00 Ticket #1536 (grpc-web (grpc for browsers)) created by
- Now that grpc is build in, can the nginx team collaborate with the …
04/19/18:
- 22:26 Ticket #1535 (proxy_bind and resolver IP version mismatch) updated by
- Thanks for the response. > Most simple solution would be to remove …
- 13:02 Ticket #844 (Allow support for different protocols on different hosts (same machine)) updated by
- See also #1470.
- 12:57 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by
- There are no doubts that this will be in OpenSSL 1.1.1. The question …
- 12:49 Ticket #1535 (proxy_bind and resolver IP version mismatch) updated by
- > I can't think of any reason why you'd ever want the bind and …
- 12:37 Ticket #1470 (ssl_protocols is not overwrited by specific "per-server" value) closed by
- duplicate: Sure, closing this.
- 11:56 Ticket #1535 (proxy_bind and resolver IP version mismatch) created by
- If proxy_bind is used and we're proxying to a hostname which lists …
04/18/18:
- 21:04 Ticket #1534 (OCSP client certificate validation) created by
- As discussed here https://forum.nginx.org/read.php?2,252893,252895 It …
- 17:10 Ticket #1470 (ssl_protocols is not overwrited by specific "per-server" value) updated by
- Duplicate of https://trac.nginx.org/nginx/ticket/844
- 16:43 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by
- As #1533 one of the developers of OpenSSL said it will be in OpenSSL …
- 13:11 Changeset in nginx [7267:7c614ef3c6ea] by
- Cache: fixed cache valid slot to reject incorrect statuses. …
- 13:09 Changeset in nginx [7266:1076268364ba] by
- Version bump.
- 12:32 Ticket #1533 (Some news about "support configure TLS1.3-Only ciphers") closed by
- duplicate: Thank you for the information. Closing this as a duplicate of #1529.
- 12:32 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by
- See also #1533.
- 04:36 Ticket #1533 (Some news about "support configure TLS1.3-Only ciphers") updated by
- Please look nginx's roadmap for future planned work: …
- 02:23 Ticket #1533 (Some news about "support configure TLS1.3-Only ciphers") created by
- I have noticed this ticket :https://trac.nginx.org/nginx/ticket/1529 …
04/17/18:
- 16:10 Ticket #1532 (nginx not build on fedora28) closed by
- duplicate: Duplicate of #1469.
- 16:09 Ticket #1469 (nginx won't build under libxcrypt due to missing 'current_salt' in ...) updated by
- See also #1532.
- 15:58 Ticket #1532 (nginx not build on fedora28) created by
- В fedora28 используется не glibc'шный crypt_r, поэтому там нет …
- 15:46 Milestone 1.14.0 completed
- Status: scheduled Trunk: stable * First cut from 1.14 branch
- 15:45 Tickets #1397,1279,1388,1417 batch updated by
-
Milestone changed
Ticket retargeted after milestone closed - 15:45 Milestone 1.13 completed
- Status: on-going development Trunk: mainline 1.13 planned …
- 15:36 Changeset in nginx_org [2152:a226918def86] by
- nginx-1.14.0
- 15:22 Changeset in nginx [7265:3226d650cdc2]stable-1.14 by
- release-1.14.0 tag
- 15:22 Changeset in nginx [7264:588054867fef]stable-1.14release-1.14.0 by
- nginx-1.14.0-RELEASE
- 14:03 Ticket #844 (Allow support for different protocols on different hosts (same machine)) updated by
-
Priority, Type changed
No, certainly they haven't fixed this, see my response at … - 13:30 Changeset in nginx [7263:5d536f7c04fd]stable-1.14 by
- Stable branch.
- 13:10 Ticket #1531 (ngx_rbtree.h) closed by
-
invalid: You shouldn't call
ngx_rbtree_min()
on an empty tree. See … - 12:08 Changeset in nginx_org [2150:af5751930f95] by
- Described new Function() as not supported in njs.
- 11:44 Ticket #1531 (ngx_rbtree.h) created by
- in ngx_rbtree.h in function ngx_rbtree_min() static ngx_inline …
- 00:12 Ticket #844 (Allow support for different protocols on different hosts (same machine)) reopened by
- 00:11 Ticket #844 (Allow support for different protocols on different hosts (same machine)) updated by
- Looks like OpenSSL 1.1.1 finally fixed this …
04/16/18:
- 13:59 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) closed by
- wontfix: Just for the record, this is a recent change in OpenSSL, see rationale …
- 11:19 Changeset in nginx_org [2151:ed6b44206600] by
- Clarified the "zone_sync_server" directive description.
- 10:50 Ticket #1530 (Origin frame (RFC 8336) support?) created by
- Hi I just wanted to check if nginx is likely to support the http/2 …
- 10:14 Ticket #1528 (Cannot build OpenSSL 1.1.1pre4 on Nginx mainline 1.13.12?) closed by
- invalid: Building with PCRE2 is not something nginx supports. You have to use …
04/15/18:
- 11:23 Ticket #1527 (No gRPC support in Debian packages?) updated by
- Lol whoops. My bad, I didn't notice that I have typo in my …
- 09:18 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) created by
- In OpenSSL 1.1.1 pre4 and newer,they add an new api …
- 08:57 Ticket #1528 (Cannot build OpenSSL 1.1.1pre4 on Nginx mainline 1.13.12?) updated by
- Quick update to this, adding --with-pcre=pcre2-10.31 is the cause of …
- 07:45 Ticket #1528 (Cannot build OpenSSL 1.1.1pre4 on Nginx mainline 1.13.12?) updated by
- Thanks, I tried commenting it out and even setting its value to 0 but …
- 04:26 Ticket #1145 (Can't set redirection port to the port from the "Host" request header field) updated by
- See also #1526.
- 04:26 Ticket #1526 (Absolute redirect auto-triggered by location does not include port ...) closed by
- duplicate: As of now, nginx supports the following options: - use port of the …
- 02:30 Ticket #1528 (Cannot build OpenSSL 1.1.1pre4 on Nginx mainline 1.13.12?) updated by
- From the symptoms described, it looks like the CFLAGS value as …
- 01:10 Ticket #1527 (No gRPC support in Debian packages?) closed by
- worksforme: The ngx_http_grpc_module is compiled in by default as long as the …
04/14/18:
- 20:59 Ticket #1528 (Cannot build OpenSSL 1.1.1pre4 on Nginx mainline 1.13.12?) created by
- Good evening! I am trying to compile OpenSSL 1.1.1pre4 with Nginx …
- 17:32 Ticket #1527 (No gRPC support in Debian packages?) created by
- Hello. nginx gRPC support was announced with version 1.3.10. However …
- 15:59 Ticket #1523 (large_client_header_buffers directive is ignored in server context) updated by
- May be better option will be to add separate section for this into …
- 14:27 Ticket #1526 (Absolute redirect auto-triggered by location does not include port ...) created by
- I'm running nginx in a docker with config like this: […] Problem …
04/13/18:
- 18:01 Ticket #1523 (large_client_header_buffers directive is ignored in server context) updated by
-
Component changed
For HTTP,large_client_header_buffers
can be used not only to parse … - 15:15 Ticket #1525 (worker_processes 0) closed by
- invalid: Вы просили nginx не запускать рабочих процессов - он и не запускал. …
- 14:01 Ticket #1525 (worker_processes 0) created by
- В worker_processes можно прописать нулевое количество воркеров: …
- 05:08 Ticket #1523 (large_client_header_buffers directive is ignored in server context) reopened by
- Thanks for your answer, it is more clear for me now. Well, this …
04/12/18:
- 13:10 Ticket #1522 (release version 1.13.13 on Friday, 13?) closed by
- wontfix: That would be cool, but we have no plans to release 1.13.13 unless a …
- 12:35 Ticket #1524 (Nginx accept config with unknown directive) updated by
- In nginx configuration, directives are not required to start and end …
- 12:19 Ticket #1524 (Nginx accept config with unknown directive) updated by
- Did you make any changes to /etc/nginx/mime.types on lb-02? Could you …
- 11:26 Ticket #1524 (Nginx accept config with unknown directive) created by
- […] Package from official nginx repository: […] On other …
- 09:15 Ticket #1523 (large_client_header_buffers directive is ignored in server context) closed by
- invalid
- 09:13 Ticket #1523 (large_client_header_buffers directive is ignored in server context) updated by
- Looks like you have more severs in configuration, and this server is …
- 08:09 Ticket #1523 (large_client_header_buffers directive is ignored in server context) created by
-
large_client_header_buffers
works in http context, but ignored … - 03:38 Ticket #1508 (When browser access nginx http/2 server with large cookies, nginx ...) updated by
- Update: I talked about this ticket at httpwg mailing list. …
04/11/18:
- 22:12 Ticket #1522 (release version 1.13.13 on Friday, 13?) created by
- It's funny to release the next version this Friday, isn't it? Good …
- 16:37 Ticket #1521 (Enable open_file_cache may cause index module return 403 forbidden) updated by
- Indeed, open file cache, even if only stat()'ing a file is needed, …
- 06:52 Ticket #1521 (Enable open_file_cache may cause index module return 403 forbidden) created by
- After enable open_file_cache, Nginx index module will return 403 …
04/10/18:
- 14:52 Milestone 1.13.12 completed
- Status: released Trunk: mainline * Bug fixes
- 14:11 Changeset in nginx [7262:1ad1cdfe7409] by
- release-1.13.12 tag
- 14:11 Changeset in nginx [7261:051e5fa03b92]release-1.13.12 by
- nginx-1.13.12-RELEASE
04/09/18:
- 18:00 Changeset in nginx-tests [1322:d6daf03478ad] by
- Tests: added njs request body tests.
- 11:53 Changeset in nginx-tests [1321:351b95be742b] by
- Tests: fixed grpc tests hang in accept() on internal nginx error.
Note:
See TracTimeline
for information about the timeline view.