Activity
From 2018-08-12 to 2018-08-18
2018-08-18
- 13:42 Feature #2903: gw backend redesign
- The idea is that the gw_plugin_data is like a base class.
As you mentioned, the reason things need to be copied in... - 12:44 Feature #2903 (Fixed): gw backend redesign
- I'm not happy about the API; mod_proxy casts a pointer to its own @plugin_data@ as @gw_plugin_data@ to @gw_check_exte...
- 13:27 Bug #2902 (Patch Pending): mod_proxy's “proxy.forwarded” option seems ignored when used with mod_auth.
- Patch for 1.4.50. I overlooked copying the settings for these two features into the per-request structure....
- 12:45 Bug #2902: mod_proxy's “proxy.forwarded” option seems ignored when used with mod_auth.
- See https://git.lighttpd.net/lighttpd/lighttpd1.4.git/commit/?h=personal/stbuehler/1.4.48-mod-proxy-fix for a fix for...
- 12:41 Bug #2902 (Fixed): mod_proxy's “proxy.forwarded” option seems ignored when used with mod_auth.
- I'm trying to use mod_auth for managing authentication on a Lighttpd server (version 1.4.48) before sending the HTTP ...
2018-08-16
- 08:29 Bug #2901 (Fixed): License terms of fastcgi.h
- src/fastcgi.h is referring to some "LICENSE.TERMS" that does not seem to be included in the source package. Can you c...
2018-08-14
- 02:28 Feature #2434: [mod_proxy] Please make it possible to forward environment variables.
- Recent lighttpd versions provide various SSL variables to CGI env but not to mod_proxy. However, lighttpd 1.4.46 and...
2018-08-13
- 13:38 Bug #2900 (Invalid): Ubuntu 16.04 bash failed to execute
- This is an issue tracker, not a forum. Please do not ask questions in the issue tracker. The lighttpd forums can be...
- 13:24 Bug #2900 (Invalid): Ubuntu 16.04 bash failed to execute
- I upgraded from Ubuntu 14.04 to 16.04 and now receive this error when starting...
/usr/sbin/lighttpd -D -f /etc/li... - 05:28 Bug #1720: Rewrite/redirect rules and URL encoding
- See [[Server_http-parseoptsDetails|server.http-parseopts]] documentation for how to enable URL normalization (recomme...
- 05:25 Bug #911: Need for URL encoding in mod_redirect and possibly mod_rewrite
- Documentation for url-encoding backreferences can be found on [[Docs_ModRewrite|mod_rewrite]] in section Extended Rep...
- 05:24 Feature #443: [PATCH] mod_redirect: Add support for url-encoding backreferences, map %%n->%n, $$n->$n
- Documentation for url-encoding backreferences can be found on [[Docs_ModRewrite|mod_rewrite]] in section Extended Rep...
- 04:43 Revision a9e131fa: - next is 1.4.51
- 03:55 Bug #2899 (Fixed): security: use-after-free after invalid Range request
- security: use-after-free after invalid Range request
credit: Marcus Wengelin
> I found a use-after-free bug tha... - 03:47 Bug #2898 (Fixed): security: path traversal in mod_alias (in some use cases)
- security: path traversal in mod_alias (in some use cases)
credit: Orange Tsai(@orange_8361) from DEVCORE
> serv... - 02:27 Revision a2114a1c: [doc] NEWS
- 02:20 Revision 8c350645: [core] extend server.http-parseopts
- "header-strict" => "enable"
restrict chars permitted in HTTP request headers
(overrides server.http-parseopt-he...
2018-08-12
- 19:43 Revision ebd95176: [core] quell insignificant coverity warning
- 19:28 Revision c791877f: [build] add missing file for test_burl
- add missing file for test_burl for cmake and meson builds
- 19:20 Bug #2894 (Fixed): Memory leak if two fcgi calls with one request (authentication and response)
- Applied in changeset commit:eb429c9c1981aaf8ab2014fe4dd230d27b2e8309.
- 19:20 Bug #2892 (Fixed): Segmentation fault with invalid lighttpd.conf syntax
- Applied in changeset commit:f4f13745c8e55490722ee8637b43e4f5bb809143.
- 19:20 Bug #911 (Fixed): Need for URL encoding in mod_redirect and possibly mod_rewrite
- Applied in changeset commit:255269d799185186bda64c04bf7a2efeeffbb8d6.
- 19:20 Feature #443 (Fixed): [PATCH] mod_redirect: Add support for url-encoding backreferences, map %%n->%n, $$n->$n
- Applied in changeset commit:255269d799185186bda64c04bf7a2efeeffbb8d6.
- 19:20 Bug #1720 (Fixed): Rewrite/redirect rules and URL encoding
- Applied in changeset commit:3eb7902e10ba75b3f2eb159e244d0d8e5037ccd2.
- 19:20 Feature #2883 (Fixed): fdevent_init should check if SOCK_NONBLOCK works
- Applied in changeset commit:78024584bb9fc549a654bdd72a81d1d6fac9b64e.
- 19:20 Bug #2882 (Fixed): fastcgi.balance not working
- Applied in changeset commit:3efaff973fbed758655ac07420b14473a3fb29a2.
- 19:17 Revision 82dcb34c: [core] workaround Coverity cov-build bug with gcc7
- workaround Coverity cov-build bug with gcc 7
where Coverity does not support _Floatx typedefs
https://stackoverflow.... - 18:43 Revision c4d743bb: mod_sockproxy - socket forwarding
- (experimental)
- 18:43 Revision 7c8cc6f7: [core] option to propagate TCP FIN to backend host
- (experimental support for mod_sockproxy)
"tcp-fin-propagate" = "enable" for each host in *.server backend defs - 18:43 Revision bbf01a3a: [core] reset var if FAMMonitorDirectory() fails
- do not read fam_dir->version if FAMMonitorDirectory() fails
- 18:43 Revision d161f53d: [core] security: use-after-free invalid Range req
- (thx Marcus Wengelin)
- 18:43 Revision 1de17469: [mod_rewrite] require rewrite result to begin '/'
- 18:43 Revision f832b711: [mod_redirect,mod_rewrite] base64url encoding opt
- Provide means to encode redirect and rewrite backreference substitutions
%{encb64u:...} encode to base64url charac... - 18:43 Revision 5868b8ca: [core] add missing includes to quiet compiler warn
- add missing system includes to quiet compiler warnings on Mac OS X
- 18:43 Revision ba5026aa: [mod_redirect,mod_rewrite] support up to 19 match
- support up to 19 regex saved matches ($1 - $9 and ${1} - ${19})
for use in replacement substitutions.
lighttpd confi... - 18:43 Revision 769289b9: [core] POLLRDHUP handling for transparent proxying
- 18:43 Revision 77d31d85: [mod_wstunnel] quiet 32-bit compiler warnings
- 18:43 Revision 2105dae0: [mod_alias] security: potential path traversal with specific configs
- Security: potential path traversal of a single directory above the alias
target with a specific mod_alias config wher... - 18:43 Revision eb429c9c: [mod_fastcgi] fix memleak with FastCGI auth,resp (fixes #2894)
- fix memleak in mod_fastcgi when FastCGI is used for both authentication
and response on the same request
(thx rschmi... - 18:43 Revision f4f13745: [mod_redirect,mod_rewrite] fix segfault w/ invalid syntax (fixes #2892)
- (thx nti)
x-ref:
"Segmentation fault with invalid lighttpd.conf syntax"
https://redmine.lighttpd.net/issues/2892 - 18:43 Revision 255269d7: [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)
- Provide means to encode redirect and rewrite backreference substitutions
In addition to $1 and %1, the following mo... - 18:43 Revision 37900d24: [mod_redirect,mod_rewrite] pass request URI info
- 18:43 Revision 1f6befbd: [mod_cgi] handle CGI partial response header write
- handle CGI partial write of first response header
e.g. gSoap stdsoap2.c might inefficiently write "Status" to respon... - 18:43 Revision 2e385a1a: [core] fix buffer_to_upper()
- fix buffer_to_upper() and case-insensitive filesystem detection
- 18:43 Revision 1c68589c: [mod_redirect,mod_rewrite] short-circuit earlier
- short-circuit earlier if there are no rules to be matched
- 18:43 Revision bad1cfe0: [core] debug server.log-request-header-on-error
- enable server.log-request-header-on-error when either
server.log-request-handling or server.log-request-header
are en... - 18:43 Revision a8aa39c6: [core] remove some duplicative code in log.c
- 18:43 Revision 6ebd2897: [core] inline some buffer.[ch] routines
- 18:43 Revision 3eb7902e: [core] server.http-parseopts URL normalization opt (fixes #1720)
- server.http-parseopts = ( ... ) URL normalization options
Note: *not applied* to CONNECT method
Note: In a future r...
Also available in: Atom