Public bug reported:
For years, and up through 1.28.3-2ubuntu1.2, I've had this simple web
page:
server {
server_name "";
listen 80;
listen [::]:80;
http2 on;
root /var/www/html;
index index.html;
location / {
default_type text/plain;
echo $remote_addr;
}
}
It's always worked fine until I upgraded to 1.28.3-2ubuntu1.3. Now, it hangs.
To reproduce:
(1) On Ubuntu 26.04, install nginx and libnginx-mod-http-echo
(2) Place the above server definition in /etc/nginx/sites-enabled/default
(3) Start nginx
(4) curl http://localhost
You'll see it just hangs.
Roll back to 1.28.3-2ubuntu1.2 and it works properly (returning the
caller's IP address.)
I have reason to believe this might be an issue with dynamic modules in
general; 1.28.3-2ubuntu1.3 also broke my WebDAV server that uses
libnginx-mod-http-dav-ext, though reproducing that is a bit more involved.
** Affects: nginx (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2156007
Title:
mod-http-echo no longer works in 1.28.3-2ubuntu1.3
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/2156007/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs