Project

General

Profile

Activity

From 2016-04-26 to 2016-05-02

2016-05-02

23:10 Bug #1330: 400 Bad Request when using IP's numeric value ("ip2long()")
Not a valid bug (maybe it was at the time)
The octet address is decoded to an IP before the connection is even mad...
carpii
19:34 Revision 4059dcd6: [mod_fastcgi,mod_scgi] IPv6 support (fixes #2372)
(similar to mod_proxy issue https://redmine.lighttpd.net/issues/1537)
x-ref:
"mod_*cgi and ipv6 address"
https:/...
gstrauss
19:29 Revision 89379011: lighttpd run modes for idle timeout, one-shot
lighttpd -i <secs> shutdown after idle time limit (fixes #2696)
lighttpd -1 handles single request on stdin socket (f...
gstrauss
19:29 Revision 1812f554: [core] lighttpd -1 handles single request on stdin socket (fixes #1584)
(e.g. when called from xinetd)
Note: lighttpd is designed as a high performance, long-running server,
not a one-shot...
gstrauss
19:29 Revision 6c35e38f: [network] separate addr trans from socket creation
separate addr translation from socket creation in network_server_init() gstrauss
19:29 Revision 06b87dee: [core] cmd line opt to shutdown after idle time limit (fixes #2696)
-i <secs> graceful shutdown after <secs> of inactivity
Option might be used with applications such as git instaweb....
gstrauss
18:40 Feature #2666 (Fixed): handle filesystems without mmap() support
gstrauss
18:40 Feature #2383 (Fixed): mod_alias: use alias directory as doc-root too
Applied in changeset commit:a0a7b9fbf520be500adf9fbb088dacf9f0444a6f. gstrauss
02:36 Feature #2383 (Patch Pending): mod_alias: use alias directory as doc-root too
... gstrauss
02:18 Feature #2383: mod_alias: use alias directory as doc-root too
A post in 2014 at http://article.gmane.org/gmane.comp.web.lighttpd/5361 points out the inconsistency in mod_ssi and m... gstrauss
02:14 Feature #2383: mod_alias: use alias directory as doc-root too
mod_fastcgi, mod_scgi, and mod_cgi already set DOCUMENT_ROOT to con->physical.basedir. Only mod_ssi and mod_cml_lua ... gstrauss
18:31 Revision a0a7b9fb: [mod_ssi, mod_cml] set DOCUMENT_ROOT to basedir (fixes #2383)
fixes inconsistency w/ mod_fastcgi, mod_scgi, mod_cgi change in adc97e5b
x-ref:
"mod_alias: use alias directory as...
gstrauss
16:31 Feature #1851 (Fixed): Bus error in mod_compress
gstrauss
16:25 Bug #406 (Fixed): PHP PATH_INFO improperly converted to lowercase
Applied in changeset commit:4edb65cfa1a32e62a98e38bf21cda9542e0bda2d. gstrauss
16:25 Bug #471 (Fixed): sendfile backends do not fall back to write/writev if they are not supported by the kernel
Applied in changeset commit:c46f0ce027155924a53bf12cb306b3afb77bbd65. gstrauss
16:25 Bug #987 (Fixed): error:network_freebsd_sendfile.c.175
Applied in changeset commit:c46f0ce027155924a53bf12cb306b3afb77bbd65. gstrauss
16:25 Feature #2327 (Fixed): Ignore comments, trailing blanks and empty lines in ht{digest,passwd} files
Applied in changeset commit:b47c393e2629c40424a641b4219f71f7a1c23740. gstrauss
16:25 Bug #962 (Fixed): WebDAV upload-> mmap failed: operation not permitted
Applied in changeset commit:3b6fd58fd9e36135ea39245b0fe7fd101ca86778. gstrauss
16:25 Feature #2313 (Fixed): [PATCH] X-sendfile support for mod_cgi
Applied in changeset commit:1f23ba9adf1d89d7d776312805c894a41b3f9296. gstrauss
16:25 Feature #2253 (Fixed): scgi x-sendfile
Applied in changeset commit:0a907c643bed54bf19cef1a2a296882e1886f809. gstrauss
16:25 Feature #2076 (Fixed): X-sendfile should be able to set content-type
Applied in changeset commit:b9940f9856c166dc7368207d1869cb203774db87. gstrauss
16:25 Feature #2017 (Fixed): X-Sendfile handoff to mod-static-file in 1.4.x
Applied in changeset commit:b9940f9856c166dc7368207d1869cb203774db87. gstrauss
16:25 Feature #851 (Fixed): Feature Request: New option "x-send-file-docroot"
Applied in changeset commit:b9940f9856c166dc7368207d1869cb203774db87. gstrauss
16:25 Feature #799 (Fixed): mod_fastcgi + X-Sendfile -> mod_staticfile
Applied in changeset commit:b9940f9856c166dc7368207d1869cb203774db87. gstrauss

2016-05-01

08:31 Feature #1930 (Fixed): [PATCH] Add auth.backend.ldap.port option
ldap_init() (at least on modern Linux platforms) supports an optional port at the end of host param (taken from auth.... gstrauss
06:20 Feature #2650 (Need Feedback): Redirect option for mod_mysql_vhost
gstrauss
06:11 Feature #1689 (Missing Feedback): Enhanced server-status page with xml output
Still interested in this patch? Please see #2432. Perhaps JSON format will work for you, too? gstrauss
06:09 Feature #2432 (Patch Pending): Adding JSON Output support to mod_status (patch)
gstrauss
06:05 Feature #1056 (Missing Feedback): libuuid - non-portabile configure.in
Is there still interest in getting this working? It looks fairly straightforward to put together a patch, but I'll ne... gstrauss
06:00 Feature #2156 (Missing Feedback): request: support Chunked Transfer Coding for HTTP PUT
While supporting Transfer-Encoding: chunked for request body would be a nice feature to have, to increase the priorit... gstrauss

2016-04-30

14:22 Feature #678: $SERVER["socket"] to bind to IPv6 by default
That sounds reasonable. Do I understand this correctly:
* IPv6 requires an IPv6 address, and IPV6_V6ONLY is always ...
gstrauss
06:57 Feature #678: $SERVER["socket"] to bind to IPv6 by default
I'd rather get rid of both options. Maybe we could deprecate them, and show a warning when they are used and also war... stbuehler
05:46 Feature #2315 (Need Feedback): dir-listing.external-js
A directive dir-listing.head-insert would be more generic. It would be similar to IndexHeadInsert from Apache 2.4 wh... gstrauss

2016-04-29

16:46 Feature #967: request-queue-limit option for mod_fastcgi
recent commits lower the priority of this specific feature request.
With recent commits, if the client disconnects...
gstrauss
08:57 Feature #2294: add ldap referrals support
Changing to feature request. Still requires feedback.
Tangentially related ticket https://redmine.lighttpd.net/is...
gstrauss
08:44 Bug #1417 (Fixed): mod_fastcgi doesn't accept hostnames for 'host'. This is not according to Docs:ModFastCGI
I verified that the docs state to use IP address string:
https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:...
gstrauss
08:04 Feature #1584 (Patch Pending): support for xinetd
I submitted a patch to add lighttpd -1 (one-shot) mode of operation for use with xinetd:
https://github.com/lighttpd...
gstrauss

2016-04-28

17:39 Revision 0f7c0680: [doc] NEWS
gstrauss
17:29 Revision 7841bab0: [doc] add mimetype.use-xattr to create-mime.conf.pl
x-ref:
"Migrate to freedesktop.org definition of xattr mimetype"
https://redmine.lighttpd.net/issues/2631
gstrauss
17:27 Bug #406: PHP PATH_INFO improperly converted to lowercase
I have committed patch to preserve the case of PATH_INFO when the target filesystem is case-insensitive.
However, ...
gstrauss
17:23 Revision 4edb65cf: [core] preserve PATH_INFO case on case-insensitive fs (fixes #406)
attempt to preserve PATH_INFO case even when the
URI is mapped onto a case-insensitive file system.
NTFS (Windows) i...
gstrauss
17:20 Revision 0fb91b02: minor: add missing #include <errno.h>
(needed by connections-glue.c when not building with openssl) gstrauss
17:14 Revision c46f0ce0: [core] fallback to write if sendfile not supported (fixes #471, #987)
x-ref:
"sendfile backends do not fall back to write/writev if they are not supported by the kernel"
https://redmi...
gstrauss
17:13 Revision b47c393e: [mod_auth] skip blank lines and comment lines (fixes #2327)
x-ref:
"Ignore comments and empty lines in ht{digest,passwd} files"
https://redmine.lighttpd.net/issues/2327
gstrauss
17:13 Revision 8e3c6bf7: fallback to lseek()/read() if mmap() fails (#fixes 2666)
fallback to lseek()/read() if mmap() fails (#fixes 2666)
e.g. when mmap() is used on lighttpd-controlled temporary fi...
gstrauss
17:11 Revision c9b56735: [mod_compress] use mmap and trap SIGBUS (#2666, fixes #1879)
use mmap and trap SIGBUS in mod_compress
(if lighttpd build with --enable-mmap)
mod_compress has not used mmap since...
gstrauss
17:10 Revision 3b6fd58f: [mod_webdav] lseek,read if fs can not mmap (#2666, fixes #962)
For uploaded files or other request body, fall back to
lseek(),read() if filesystem does not support mmap()
(mmap(),...
gstrauss
16:58 Revision c380d227: [mod_cgi,mod_fastcgi,mod_scgi] X-Sendfile features
[core] http_response_send_file() shared code (#2017)
[mod_fastcgi] use http_response_xsendfile()
(fixes #799, fixes...
gstrauss
05:04 Feature #2323 (Need Feedback): RADIUS support for mod_auth for 1.4.x
> Would it be possible (or impossible) to add RADIUS support to mod_auth? What kind of effort would be involved?
Y...
gstrauss
04:31 Feature #2383 (Need Feedback): mod_alias: use alias directory as doc-root too
DOCUMENT_ROOT is not part of the CGI specification (https://tools.ietf.org/html/rfc3875)
http://php.net/manual/en/...
gstrauss
04:12 Feature #2431: mod_cgi process limit
(If looking to arbitrarily limit the number of outstanding requests to backends, perhaps a more generic solution woul... gstrauss
04:09 Feature #2431 (Fixed): mod_cgi process limit
Recent commits change mod_cgi to asynchronously send request body to CGI script, and to be able to read CGI response ... gstrauss
03:44 Feature #954 (Need Feedback): X-LIGHTTPD-KBytes-per-second header patch
Is there still a desire for this feature?
If so, it should probably be implemented as a way to lower any existing ...
gstrauss
03:25 Feature #2432: Adding JSON Output support to mod_status (patch)
> Xaos, still interested in this patch?
Please give my patch a try. Thanks.
gstrauss
03:10 Revision 1f23ba9a: [mod_cgi] X-Sendfile feature (fixes #2313)
handle X-Sendfile with http_response_xsendfile() if
cgi.x-sendfile = "enable"
x-ref:
"X-sendfile support for mod...
gstrauss
03:10 Revision 0a907c64: [mod_scgi] X-Sendfile feature (fixes #2253)
handle X-Sendfile with http_response_xsendfile() if host configured
( "x-sendfile" = "enable" )
x-ref:
"scgi x-s...
gstrauss
03:10 Revision b9940f98: [mod_fastcgi] use http_response_xsendfile() (fixes #799, fixes #851, fixes #2017, fixes #2076)
handle X-Sendfile and X-LIGHTTPD-send-file w/ http_response_xsendfile()
if host is configured ( "x-sendfile" = "ena...
gstrauss

2016-04-27

14:37 Bug #1787: Bug in mod_webdav when using aliases and MOVE command
https://github.com/lighttpd/lighttpd1.4/pull/61 gstrauss
01:47 Feature #1953: Improve DAV support to be able to handle git as a client
Even though I marked this ticket as 'wontfix' because the superior solution is to run git-http-backend via CGI, I do ... gstrauss

2016-04-26

22:01 Feature #2372 (Patch Pending): mod_*cgi and ipv6 address
https://github.com/lighttpd/lighttpd1.4/pull/60 gstrauss
 

Also available in: Atom