Activity
From 2026-05-20 to 2026-05-26
Today
- GS 10:03 Lighttpd Bug #3300 (Patch Pending): mod_proxy map-urlpath rewrites redirects to external domains
- I pushed a couple commits to a development branch (untested)
https://github.com/gstrauss/lighttpd1.4/tree/bug-3300
Please let me know if this is what you had in mind.
Do you have opinions or suggestions on naming the options?
A...
2026-05-24
- GS 08:27 Lighttpd Bug #3300: mod_proxy map-urlpath rewrites redirects to external domains
- > The purpose of http_header_remap_uri, therefore, is to make the common case easy, by doing some simple translation between the URIs that lighttpd and the user see and the ones the backend speaks in.
Yes.
> ...
Thank you for the v...
2026-05-23
- GS 09:53 Lighttpd Bug #3308 (Patch Pending): Unbounded file descriptor accumulation in stat_cache_entry->fd under concurrent small-file serving causes EMFILE
- GS 09:13 Lighttpd Bug #3308: Unbounded file descriptor accumulation in stat_cache_entry->fd under concurrent small-file serving causes EMFILE
- > - Previously (unpatched, max-fds=65535), lighttpd survived but returned HTTP 403 when hitting EMFILE. With the patch and lower max-fds, the behavior is different — lighttpd crashes entirely rather than degrading gracefully. Likely EMFI...