Activity
From 2017-10-20 to 2017-10-26
2017-10-26
- 22:07 Bug #2834 (Duplicate): lighttpd 1.4.47 doesn't compile with --disable-ipv6
- 21:11 Bug #2834 (Duplicate): lighttpd 1.4.47 doesn't compile with --disable-ipv6
- gcc -DHAVE_CONFIG_H -DHAVE_VERSIONSTAMP_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I....
- 11:42 Bug #2831: Authentication setting bug in 1.4.46
- Fixed in lighttpd 1.4.47
- 11:40 Bug #2832 (Fixed): Build error on systems without IPV6 support (regression from 1.4.46)
- Applied in changeset commit:3d257ec3a9be4e93ae8ffc117015bd94630a15dc.
- 02:45 Revision 3d257ec3: [core] fix build --disable-ipv6 (fixes #2832)
- x-ref:
"Build error on systems without IPV6 support (regression from 1.4.46)"
https://redmine.lighttpd.net/issues... - 01:21 Revision 3faf0428: [mod_webdav] fix crash if stat fails, not ENOENT
- fix crash in mod_webdav_subrequest_handler_huge()
when stat_cache_get_entry() returns HANDLER_ERROR
but errno is not ...
2017-10-25
- 15:26 Feature #2833 (Invalid): Using X25519 Key exchange
- lighttpd only forwards the curve name to openssl (namely the @OBJ_sn2nid@ function). @openssl ecparam -list_curves@ m...
- 15:13 Feature #2833 (Fixed): Using X25519 Key exchange
- I am on lighttpd/1.4.48-devel-lighttpd-1.4.47-1-g6a17133 (ssl) - a light and fast webserver
compiled with openssl de... - 14:52 Bug #2832: Build error on systems without IPV6 support (regression from 1.4.46)
- gstrauss wrote:
> Thanks. Easy to patch.
Easier with this PR on GitHub ;)
https://github.com/lighttpd/lighttpd1... - 13:16 Bug #2832 (Patch Pending): Build error on systems without IPV6 support (regression from 1.4.46)
- Thanks. Easy to patch.
- 10:09 Bug #2832 (Fixed): Build error on systems without IPV6 support (regression from 1.4.46)
- I've configured 1.4.47 with option --disable-ipv6 (my embedded system doesn't have it).
During build I have this err...
2017-10-22
- 20:43 Revision 6a17133a: - next is 1.4.48
- 20:00 Bug #2830 (Fixed): 1.4.46 regression: $SERVER["socket"] matches when it shouldn't
- Applied in changeset commit:585206616d867c3bd3171331bf63cdadd8e5093d.
- 15:45 Bug #2830 (Patch Pending): 1.4.46 regression: $SERVER["socket"] matches when it shouldn't
- I am testing this now: The address string needs to be normalized with the port. (The port was missing)
[edited]
<... - 13:07 Bug #2830: 1.4.46 regression: $SERVER["socket"] matches when it shouldn't
- @$SERVER["socket"] == ":80"@ shouldn't match https on port 443, we should fix that instead of documenting it :)
- 13:02 Bug #2830 (Fixed): 1.4.46 regression: $SERVER["socket"] matches when it shouldn't
- i had such config fragment:...
- 19:36 Revision f558fc97: [doc] NEWS
- 19:35 Revision 875e339f: [core] fix 1.4.46 regression in Last-Modified
- fix 1.4.46 regression in Last-Modified string cache
(thx avij)
x-ref:
"Oversized request-header"
https://redmin... - 19:01 Revision 0c1aed55: [doc] use https:// URLs to .lighttpd.net resources
- 18:13 Revision f5ff2a01: [core] normalize config addrs for eq and ne (#2830)
- address strings need to have DNS resolved and port added
for consistency when matching other config conditionals
x-r... - 18:13 Revision 3549fc82: [core] normalize config addrs for != match (#2830)
- address strings need to have DNS resolved and port added
for consistency when matching other config conditionals
x-r... - 16:41 Revision 58520661: [core] fix 1.4.46 regression in config match (fixes #2830)
- address strings need to have DNS resolved and port added
for consistency when matching other config conditionals
x-r... - 13:37 Bug #2831 (Duplicate): Authentication setting bug in 1.4.46
- 13:19 Bug #2831 (Duplicate): Authentication setting bug in 1.4.46
- After updating lighttpd to 1.4.46, my server started requiring authentication for normal http connections. I don't ha...
- 01:44 Revision 60b58268: [core] stricter validation of request-URI begin
- check that request-URI begins with '/', "http://", "https://",
or is OPTIONS * request, or else reject with 400 Bad R...
2017-10-21
- 23:16 Revision 6be68f56: [mod_authn_gssapi] needs -lcom_err under Darwin
- 20:37 Revision 5780d6cc: - next is 1.4.47
- 19:42 Revision f07bcb14: [doc] NEWS
- 18:55 Feature #2828 (Fixed): Reproducible builds
- Applied in changeset commit:cddc4814114a6d9dd3156da5a1ae3ea61020aecb.
- 15:50 Feature #2828 (Patch Pending): Reproducible builds
- 04:02 Feature #2828: Reproducible builds
- ...
- 18:47 Revision 3f2561de: [core] translate DNS to IP str for cond socket cmp
- translate DNS to IP string for conditinal socket comparison
in lighttpd.conf for $SERVER["socket"] == ... - 16:34 Revision 168f67a1: [core] perf: more efficient fdevent_sched_run()
- perf: more efficient fdevent_sched_run() over fds pending close
- 15:53 Revision cddc4814: [core] reproducible build: hide __DATE__ __TIME__ (fixes #2828)
- reproducible build: hide __DATE__ __TIME__ unless compiled with
-DNONREPRODUCIBLE_BUILD
x-ref:
"Reproducible build... - 14:03 Revision 0fcd7567: [cmake] link mod_cml with memcached
- 14:03 Revision c7c106c3: [cmake] fix attr header detection and linking
- 14:03 Revision 4634a05c: [cmake] handle WITH_WEBDAV_LOCKS option
- 03:04 Revision 41eb4d32: [core] adjust parser for valid variable expansion
- adjust config parser for valid variable expansion
Return only the value when a variable is expanded so that the
array... - 01:28 Bug #2829: lighttpd/1.4.45 (ssl) with php 5.6.31: XHR is 403 Error
- If you do ask a question in the support forum, please first use your favorite search engine to search for 'how to ask...
- 01:26 Bug #2829 (Invalid): lighttpd/1.4.45 (ssl) with php 5.6.31: XHR is 403 Error
- Please ask for help in the support forums https://redmine.lighttpd.net/projects/lighttpd/boards/2
- 00:58 Bug #2829 (Invalid): lighttpd/1.4.45 (ssl) with php 5.6.31: XHR is 403 Error
- Hi,
I was using lighted 1.4.45 with PHP 5.6.31. But I observed that, all XHR (XML HTTP Requests) are returning For...
Also available in: Atom