Timeline



02/27/24:

18:50 Changeset in nginx_org [3051:8fc7615d2e22] by Yaroslav Zhuravlev <yar@…>
Added info about the Unit 1.32.0 release.
11:58 Changeset in nginx_org [3050:162eb5b12103] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft February 2024 Web Server Survey stats.

02/26/24:

20:00 Changeset in nginx [9235:99e7050ac886] by Piotr Sikora <piotr@…>
Configure: allow cross-compiling to Windows using Clang. …
20:00 Changeset in nginx [9234:c2e753d214b0] by Piotr Sikora <piotr@…>
Configure: fixed "make install" when cross-compiling to Windows. …
20:00 Changeset in nginx [9233:398495d816f0] by Piotr Sikora <piotr@…>
Configure: added support for Homebrew on Apple Silicon. …
20:00 Changeset in nginx [9231:61cd12c25878] by Piotr Sikora <piotr@…>
Detect cache line size at runtime on macOS. Notably, Apple Silicon …
20:00 Changeset in nginx [9230:fb989e24c60a] by Sergey Kandaurov <pluknet@…>
Configure: fixed Linux crypt_r() test to add libcrypt. Previously, …
20:00 Changeset in nginx [9229:000e2ded0a51] by Piotr Sikora <piotr@…>
Win32: fixed unique file index calculations. The old code was …
20:00 Changeset in nginx [9228:dd4a570ff4ac] by Piotr Sikora <piotr@…>
Rewrite: fixed "return" directive without response text. Previously, …
17:32 Ticket #2611 (Paxful.com) closed by Roman Arutyunyan
invalid
15:13 Ticket #2611 (Paxful.com) created by isoonyige@…
==
12:53 Ticket #2609 (Custom 413 Error Page Not Displayed for Oversized Uploads) updated by Roman Arutyunyan
Overall your conf snippet looks right. However make sure you do not …
12:06 Ticket #2610 (Nginx returning 502 gateway error repeatedly) created by varun.khulbey@…
We are facing an HTTP 502 gateway error repeatedly while rendering a …

02/25/24:

13:07 Ticket #2609 (Custom 413 Error Page Not Displayed for Oversized Uploads) updated by Manager24live@…
Description changed
13:05 Ticket #2609 (Custom 413 Error Page Not Displayed for Oversized Uploads) updated by Manager24live@…
Description changed
12:37 Ticket #2609 (Custom 413 Error Page Not Displayed for Oversized Uploads) created by Manager24live@…
I have configured Nginx to display a custom 413 error page when the …

02/24/24:

20:49 Ticket #2608 (Request to Add Documentation Link on Trailing Slash Behavior in ...) created by leerenix@…
Hello! I've noticed an inconsistency that seems counterintuitive …

02/23/24:

20:46 Ticket #2528 (nginx reload with quic reuseport: quic packet rejected rc:-1) updated by devicenull@…
I gave this a shot on 1.25.4 and hit the same issue (bind() for client …
20:46 capset.diff attached to Ticket #2528 by devicenull@…
07:00 Ticket #2606 (Issues building Nginx using boringssl) updated by Karthikdasari0423@…
Thanks for mentioning workaround in …

02/22/24:

15:32 Ticket #2607 (How to link custom library to nginx) updated by gayathri.shirahatti@…
Yes this worked for me, but it is internally finding other libraries , …
13:33 Ticket #2607 (How to link custom library to nginx) updated by gayathri.shirahatti@…
i have verified file path , file is present in this path.. …
13:28 Ticket #2607 (How to link custom library to nginx) updated by Roman Arutyunyan
This can mean that the file is missing. objs/autoconf.err may have …
13:14 Ticket #2607 (How to link custom library to nginx) updated by gayathri.shirahatti@…
tried both the options, --with-ld-opt="-Lpath/to -lxyz" getting an …
12:34 Ticket #2607 (How to link custom library to nginx) updated by Roman Arutyunyan
--with-ld-opt="path/to/libxyz.so" or `--with-ld-opt="-Lpath/to …
10:09 Ticket #2607 (How to link custom library to nginx) updated by gayathri.shirahatti@…
--with-ld-opt= "-L<path where .so present>" -> this has been added …
06:54 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by Karthikdasari0423@…
Thanks, will give it a try
05:54 Ticket #2607 (How to link custom library to nginx) updated by gayathri.shirahatti@…
i tried doing this by --with-ld-opt="-ldl xyz.so" , but i am getting …

02/21/24:

21:45 Changeset in nginx_org [3049:653f16dc6e17] by Konstantin Pavlov <thresh@…>
Removed Maxim Dounin's PGP key.
21:43 Changeset in nginx_org [3048:a62d5c1d3fe3] by Konstantin Pavlov <thresh@…>
Linux packages: removed Ubuntu 23.04 'lunar' due to EOL.

02/20/24:

13:19 Ticket #2607 (How to link custom library to nginx) updated by Roman Arutyunyan
Normally a well-written nginx module should automatically link the …
10:33 Ticket #2607 (How to link custom library to nginx) created by gayathri.shirahatti@…
I am using openresty package for my webserver needs, where in trying …
09:25 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by rttwyjz@…
Replying to Karthikdasari0423@…: > installation fine if i …
09:05 Ticket #2606 (Issues building Nginx using boringssl) created by rttwyjz@…
Hello, I encountered an error when building Nginx using boringssl. Due …

02/19/24:

16:44 Ticket #2604 (Errors handling when streaming) updated by Roman Arutyunyan
NGINX resets http/2 stream with: - NO_ERROR (0x0) if response was …

02/16/24:

07:30 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by Karthikdasari0423@…
installation fine if i remove …
05:53 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by Karthikdasari0423@…
root@ubuntu:/src/nginx-quic# uname -a Linux ubuntu 5.15.0-83-generic …
05:52 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by Karthikdasari0423@…
Description changed
05:52 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by Karthikdasari0423@…
am i missing anything here
04:26 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) updated by Karthikdasari0423@…
i have installed openssl in my system root@ubuntu:/src/nginx-quic# …
04:25 Ticket #2605 (NGINX + BoringSSL build error (NGINX 1.25.4 required Openssl)) created by Karthikdasari0423@…
From nginx 1.25.4,nginx is throwing below error but worked fine with …

02/14/24:

18:00 Milestone nginx-1.25.4 completed
Status: released Trunk: mainline • Security: when using …
17:45 Ticket #2604 (Errors handling when streaming) updated by inbox.artembokhan.com@…
Description changed
17:38 Ticket #2604 (Errors handling when streaming) created by inbox.artembokhan.com@…
Hello! I have an application which streams data using http1.1 and …
17:10 Ticket #2603 (RFE: please provide installable interface to allow build and install ...) created by kloczek@…
Currently only method of building external modules is use …
16:17 Ticket #2586 (probably memory corruption and worker exiting with SIGABRT) closed by Roman Arutyunyan
fixed
16:17 Ticket #2585 (segfault in quic) closed by Roman Arutyunyan
fixed
16:16 Ticket #2586 (probably memory corruption and worker exiting with SIGABRT) updated by Roman Arutyunyan <arut@…>
In [changeset:"4ed4e1e7f115cd48ee891d7cae172d5745e38e00/nginx"
16:16 Ticket #2585 (segfault in quic) updated by Sergey Kandaurov <pluknet@…>
In [changeset:"1bf1b423f26853d0453ee30fa4ed4467ea05af7c/nginx"

02/10/24:

14:03 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) updated by Maxim Dounin
If you want dynamic linker to dynamically link a program with shared …

02/09/24:

23:02 Ticket #2602 (https://nginx.org/packages down) closed by thresh
duplicate: Duplicate of https://trac.nginx.org/nginx/ticket/2600
23:01 Ticket #2601 (NGINX Repositories are down - 404) closed by thresh
duplicate: Duplicate of https://trac.nginx.org/nginx/ticket/2600
22:39 Ticket #2339 (nginx fails to process "allow" statements on subsequent keepalive requests) updated by dpausp@…
If someone is still interested, here's the current version of our IP …
18:41 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) updated by Umar Noor
Build is successful but the linking is not happening with the …
16:12 Ticket #2600 (https://nginx.org/packages down?) closed by Sergey Budnevitch
fixed
16:08 Ticket #2600 (https://nginx.org/packages down?) updated by silverwind@…
Working again on Ubuntu, thanks! Please close the ticket as I can't.
16:04 Ticket #2600 (https://nginx.org/packages down?) updated by Sergey Budnevitch
Should work now, sorry for inconvenience
15:59 Ticket #2600 (https://nginx.org/packages down?) updated by TanulB
Its working now with alpine
15:49 Ticket #2600 (https://nginx.org/packages down?) updated by austinpray-mixpanel@…
Seeing this as well on GCP in us-central1 Reproduces 100%: […] …
15:45 Ticket #2600 (https://nginx.org/packages down?) updated by bratajczyk@…
Same for me (aws us-east-1)
15:45 Ticket #2601 (NGINX Repositories are down - 404) updated by adam-hulin@…
Dupe of #2600. https://trac.nginx.org/nginx/ticket/2600
14:19 Ticket #2602 (https://nginx.org/packages down) created by alexpjcard@…
the apt update step yields the following error: E: The repository …
14:08 Ticket #2601 (NGINX Repositories are down - 404) created by istrate@…
NGINX Repositories are down. They show 404 during downloads. i.e. …
13:30 Ticket #2600 (https://nginx.org/packages down?) updated by adam-hulin@…
Can verify. Getting 404 from both a local ISP in Sweden and Azure West …
12:38 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) closed by Maxim Dounin
invalid: The --with-pcre=/home/umarsam/projectwork/nginx/../pcre/prod/lib in …
12:20 Ticket #2600 (https://nginx.org/packages down?) created by silverwind@…
https://nginx.org/packages currently results in a 404 error and if one …
09:49 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) updated by Umar Noor
COnfigure OUtput […]
09:46 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) updated by Umar Noor
Thanks for the response. Please see the below segment of my makefile …
02:22 Ticket #2253 (ngx_http_limit_req_module: incorrect work logic with minute time range ...) updated by Maxim Dounin
See also #2598.
02:22 Ticket #2598 (ngx_http_limit_req_module documentation should specify rate_limit work ...) closed by Maxim Dounin
duplicate
02:21 Ticket #2598 (ngx_http_limit_req_module documentation should specify rate_limit work ...) reopened by Maxim Dounin
02:21 Ticket #2598 (ngx_http_limit_req_module documentation should specify rate_limit work ...) closed by Maxim Dounin
invalid: > I did setup burst=100 because, I though burst was some more extra on …
01:08 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) updated by Maxim Dounin
Description changed
Compilation of nginx with PCRE2 is supported staring with nginx …

02/08/24:

20:22 Ticket #2599 (Nginx 1.24 building from source with pcre2 on Ubuntu leading to issues) created by Umar Noor
Ubuntu Version: Linux anadev001 6.5.0-15-generic …

02/07/24:

14:26 Ticket #2598 (ngx_http_limit_req_module documentation should specify rate_limit work ...) created by alexgarel@…
While trying to use rate limiting on NGINX, I was a bit lost because …
09:16 Milestone njs-0.8.3 completed
Status: released modules: * Bugfix: fixed Headers.set(). * …

01/31/24:

08:19 Ticket #2162 (Detected socket leaks after restarting worker processes) closed by Maxim Dounin
fixed: Fix committed, thanks for prodding this.
08:17 Ticket #2555 (Race when both aio threads and background subrequests are used) closed by Maxim Dounin
fixed: Fix committed, thanks for reporting this.

01/30/24:

15:09 Ticket #2555 (Race when both aio threads and background subrequests are used) updated by Maxim Dounin <mdounin@…>
In [changeset:"0de20f43db25cd5c881174276bd1dd2cfafe8ed7/nginx"
15:09 Ticket #2162 (Detected socket leaks after restarting worker processes) updated by Maxim Dounin <mdounin@…>
In [changeset:"e88cdaa0f1ffc9af3144770c72ee5baf07b2562e/nginx"

01/28/24:

21:34 Changeset in nginx-tests [1945:0b5ec15c62ed] by Maxim Dounin <mdounin@…>
Tests: compatibility with "openssl" app from OpenSSL 3.2.0. OpenSSL …
Note: See TracTimeline for information about the timeline view.