Project

General

Profile

Activity

From 2009-07-08 to 2009-07-14

2009-07-14

19:02 Bug #1843: luasockets and lightys buffer_init are not prefixed
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537049 for a possible fix in luasocket. stbuehler
14:54 Feature #1899: Kerberos/GSSAPI Delegation Support
Attached patch to r2505, tested compatible through latest trunk (r2585). presbrey
14:48 Feature #1288: SSL Client Certificate validation.
Attached patch to latest trunk (r2585). Compatible with GSSAPI patch (#1899). presbrey
13:18 Revision 099d37ef: Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2589 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
13:18 Revision 2589 (svn): Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197)
stbuehler
13:15 Revision 5e914657: Use connection_reset instead of handle_request_done for cleanup callbacks
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2588 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
13:15 Revision 2588 (svn): Use connection_reset instead of handle_request_done for cleanup callbacks
stbuehler
13:03 Bug #1952 (Fixed): vhosts starting with a number
stbuehler
13:00 Bug #1148 (Fixed): hostname with initial digit character rejected
Applied in changeset r2586. stbuehler
12:58 Revision 2587 (svn): Allow digits in hostnames in more places (fixes #1148)
stbuehler
12:57 Revision b87d3e80: Allow digits in hostnames in more places (fixes #1148)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2586 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
12:57 Revision 2586 (svn): Allow digits in hostnames in more places (fixes #1148)
stbuehler

2009-07-13

22:09 Feature #2032 (Obsolete): Expose REMOTE_USER (con->authed_user) via magnet
This enhancement request is a follow-up to #1967.
The "REMOTE_USER" key can't be accessed because it is not create...
presbrey
21:10 Feature #2031 (Fixed): Don't log (http-header-glue.c.339) strptime() failed on Wed, 33 Apr 3119 24:48:43 GMT by default
Hi,
Could you not log this by default?
(http-header-glue.c.339) strptime() failed on Wed, 33 Apr 3119 24:48:43 ...
Olaf-van-der-Spek
20:42 Feature #2008: [PATCH] X-Sendfile-Extended header support
> normal response content in conjunktion with this header
Do whatever X-Sendfile does, so the headers can be used ...
peto
12:20 Feature #2008: [PATCH] X-Sendfile-Extended header support
I think will be very nice to include support for X-LIGHTTPD-send-tempfile
X-LIGHTTPD-send-tempfile-extednded...
tx
11:12 Feature #2008: [PATCH] X-Sendfile-Extended header support
Is ignoring the header entirely in case of a bad range really a good idea?
What if multiple headers are specified and...
icy
18:14 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
i checked again, the answer is no.
i tried on the other fastcgi instances, and it works on them.
i also added log...
kapouer
17:42 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
Could you please check if you still can't kill them manually with kill -USR1 ?
There may have been two problems: 1...
stbuehler
16:01 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
it is still buggy with the patch, but something strange is happening :
when i start lighttpd, i have two ruby proces...
kapouer
15:20 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
not on my debian distrib :
> kill -l USR1
10
> kill -l BUS
7
of course i could use kill-signal 9, but that wou...
kapouer
15:17 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
well signal 10 is sigbus. not a proper signal to kill your apps. maybe try 15? which would be SIGTERM.
darix
14:50 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
also note that i got several other spawned processes :... kapouer
14:44 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
unfortunately, no luck with this :... kapouer
14:36 Bug #2029 (Reopened): mod_fastcgi and spawn-fcgi USR1 signal handling
stbuehler
14:36 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
Could you please try adding a "setsid();" call before the exec call (where the signal(..) calls were added)? stbuehler
14:23 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
i applied changeset r2582 to lighttpd 1.4.23,
the spawned process still doesn't respond to SIGUSR1
and stopping lig...
kapouer
13:45 Bug #2029 (Fixed): mod_fastcgi and spawn-fcgi USR1 signal handling
Applied in changeset r2582. stbuehler
12:09 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
lighttpd ignores SIG_USR1, which is inherited trough exec():
http://www.opengroup.org/onlinepubs/000095399/functio...
stbuehler
15:29 Feature #2030: Don't log (request.c.535) no uri specified -> 400 (by default)
stbuehler wrote:
> It may be a little bit unexpected, but i think the meaning if "Target version" is clear :)
Tar...
Olaf-van-der-Spek
13:50 Feature #2030 (Fixed): Don't log (request.c.535) no uri specified -> 400 (by default)
Applied in changeset r2583. stbuehler
13:49 Feature #2030: Don't log (request.c.535) no uri specified -> 400 (by default)
It may be a little bit unexpected, but i think the meaning if "Target version" is clear :)
And it is on my "TODO" ...
stbuehler
14:15 Bug #2024 (Fixed): Infinite Syscall loop on broken SCGI connection while performing upload.
Applied in changeset r2585. stbuehler
14:11 Bug #2024: Infinite Syscall loop on broken SCGI connection while performing upload.
There are different places where errors are handled, so yes, indeterminism. stbuehler
14:13 Revision 909a546a: Fix hanging connection in mod_scgi (fixes #2024)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2585 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
14:13 Revision 2585 (svn): Fix hanging connection in mod_scgi (fixes #2024)
stbuehler
13:55 Revision 2584 (svn): Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
stbuehler
13:48 Revision 1b2cc3bb: Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2583 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
13:48 Revision 2583 (svn): Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
stbuehler
13:41 Revision 839aa7db: Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2582 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
13:41 Revision 2582 (svn): Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
stbuehler
12:42 Bug #1980: conflict with RFC 2616 Section 5.2
like such a request
GET http://www.foo.com/index.html HTTP/1.1
Host: www.goo.com
...
Though this is a rare ca...
ycheng

2009-07-12

22:15 Feature #2030: Don't log (request.c.535) no uri specified -> 400 (by default)
It's a bit unclear what version means. Seems it is target version, not version in which the bug was found. Olaf-van-der-Spek
14:22 Feature #2030 (Fixed): Don't log (request.c.535) no uri specified -> 400 (by default)
Could you disable logging of this error by default?
(request.c.535) no uri specified -> 400 (by default)
Olaf-van-der-Spek
20:14 Feature #2008: [PATCH] X-Sendfile-Extended header support
You've arrived back at exactly the range syntax I suggested...
I'd recommend sticking with URL escapes with the ad...
peto
19:52 Bug #1980: conflict with RFC 2616 Section 5.2
When clients expect servers to comply with the spec. I hope "because the spec says so" is a good enough reason to fi... peto
16:23 Revision b7902313: Fix comment style
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2581 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:23 Revision 2581 (svn): Fix comment style
stbuehler
14:05 Bug #2029 (Invalid): mod_fastcgi and spawn-fcgi USR1 signal handling
Hi, i'm currently having a weird behavior using lighttpd + fastcgi + some rails app :
if i let lighttpd spawn the ra...
kapouer
08:58 Feature #1237: A new Full-duplex Ajax module
fdajax will be very usefull module. We take a look to another comet solutions. For us, meteor perl server or cometp ... scramatte

2009-07-11

20:51 Bug #1980: conflict with RFC 2616 Section 5.2
In what cases is this actually a problem? Olaf-van-der-Spek
16:41 Bug #1585: mod_compress will append etags header even if etags is disabled
I also think that this is definitely a bug as the logic is quite simple. The output of mod_compress is a static file,... anto
09:20 Revision 2580 (svn): Report non-fatal ssl errors as "connection close"
stbuehler
09:19 Revision 2579 (svn): Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
stbuehler
09:05 Bug #2026 (Fixed): mod_accesslog.c cronolog
Applied in changeset r2578. stbuehler
08:26 Bug #2026 (Fixed): mod_accesslog.c cronolog
After updating to lighttpd/1.4.23 (ssl) something changed with the pipe (before these release only a single instance ... nbari
09:01 Revision e1645ed2: Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2578 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
09:01 Revision 2578 (svn): Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
stbuehler

2009-07-10

21:13 Bug #2025 (Fixed): mod_geoip crashes lighttpd 1.5.x on FreeBSD 7.2 AMD64
The backtrace will look something like this:... flackman
16:46 Revision fbd4fe3c: cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2577 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:46 Revision 2577 (svn): cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
stbuehler
16:36 Revision fcfd4d04: cmake: Fix crypt lib check
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2576 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:36 Revision 2576 (svn): cmake: Fix crypt lib check
stbuehler
16:30 Revision fd43f070: Fix some warnings in mod_secure_download.c
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2575 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:30 Revision 2575 (svn): Fix some warnings in mod_secure_download.c
stbuehler
16:29 Revision 2574 (svn): Fix integer comparision in secdownload (was wrong in rev 2566)
stbuehler
16:23 Revision 243f756e: Fix unused function webdav_lockdiscovery in mod_webdav
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2573 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:23 Revision 2573 (svn): Fix unused function webdav_lockdiscovery in mod_webdav
stbuehler
16:22 Revision f5fccea0: Fix missing header <string.h> in mod_cml_lua.c
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2572 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:22 Revision 2572 (svn): Fix missing header <string.h> in mod_cml_lua.c
stbuehler
16:19 Revision 8f61a1ff: Add "lua-5.1" to searched pkg-config names for lua
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2571 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:19 Revision 2571 (svn): Add "lua-5.1" to searched pkg-config names for lua
stbuehler
16:16 Revision 2ab8287e: Fix FD_SETSIZE comparision warnings on FreeBSD
* And again, FreeBSD sucks... it defines FD_SETSIZE as an unsigned integer,
while every fd is signed.
This obviou...
stbuehler
16:16 Revision 2570 (svn): Fix FD_SETSIZE comparision warnings on FreeBSD
* And again, FreeBSD sucks... it defines FD_SETSIZE as an unsigned integer,
while every fd is signed.
This obviou...
stbuehler
15:49 Revision 2569 (svn): cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
stbuehler
15:44 Revision 2568 (svn): cmake: Fix crypt lib check; don't add pcre twice
stbuehler
15:42 Revision 2567 (svn): Add "lua-5.1" to searched pkg-config names for lua
stbuehler
15:15 Revision 2566 (svn): Fix some warnings in mod_secure_download.c
stbuehler
15:00 Revision 2565 (svn): Fix unused function webdav_lockdiscovery in mod_webdav
stbuehler
14:59 Revision 2564 (svn): Fix FD_SETSIZE comparision warnings on FreeBSD
* And again, FreeBSD sucks... it defines FD_SETSIZE as an unsigned integer,
while every fd is signed.
This obviou...
stbuehler
10:30 Revision 2563 (svn): Fix type (ssize_t -> off_t) for gthread-freebsd-sendfile
stbuehler
07:17 Feature #2008: [PATCH] X-Sendfile-Extended header support
Ah yes, "*" is not needed. escaping commas is not enough, as filenames may even contain "\r\n".
But we could use url...
stbuehler
01:39 Feature #2008: [PATCH] X-Sendfile-Extended header support
peto wrote:
> In any case, this should probably mimic the byte-range-resp-spec syntax (defined for Content-Range). ...
shellsage
00:27 Bug #2024: Infinite Syscall loop on broken SCGI connection while performing upload.
Appliet your patch, recompiled, problem gone.
Thx for your really fast response!
Not tested this on the productio...
mbj

2009-07-09

23:49 Bug #2024: Infinite Syscall loop on broken SCGI connection while performing upload.
would be nice if you could try the attached patch and report back if it works. thx! stbuehler
23:10 Bug #2024 (Fixed): Infinite Syscall loop on broken SCGI connection while performing upload.
Hi,
Tonight i found the following problem:
If my scgi Programm dies, or closes scgi connection, while it not ha...
mbj
23:06 Revision 2562 (svn): cmake: check for strtoll
stbuehler
22:53 Revision 2561 (svn): tests: fix mod-rewrite.t if php is not available
stbuehler
22:20 Feature #2008: [PATCH] X-Sendfile-Extended header support
* I think the new header should be named "X-Sendfile-Ranged" (not "-range", as it includes range + filename)
* the r...
stbuehler
22:00 Feature #2008: [PATCH] X-Sendfile-Extended header support
The difference, I guess, is that this is used to send slices of multiple files. I do think it's cleaner to extend X-... peto
22:14 Bug #1585: mod_compress will append etags header even if etags is disabled
Why did you close this bug and ask for feedback at the same time? That's basically spitting in the reporter's face. ... peto
11:39 Bug #576 (Invalid): QUERY_STRING not set through the 404 error handler using fcgi
the error-handler uri could contain a query-string. and use mod_magnet instead of error-handler. stbuehler
10:56 Bug #576 (Reopened): QUERY_STRING not set through the 404 error handler using fcgi
Could the rationale behind the decision to not pass the QUERY_STRING to the error-handler be explained?
I imagine t...
costela

2009-07-08

21:40 Revision 2560 (svn): Fixed gthread-freebsd-sendfile (#1795)
stbuehler
13:18 Feature #1580: Rotating log file patch for mod_accesslog
Hi I'm trying to use your patch in the 1.4.23 version but I got an error message in the error.log file which is:
(...
matdakillah
11:58 Feature #386: TLS servername extension (SNI) for namebased TLS-vhosts
When I was testing this feature I noticed that:
1) you always must set SSL cert for IP adres (socket), without that ...
BoBsoN
10:31 Bug #2023 (Duplicate): lighttpd results a DoS when using kqueue in FreeBSD 7 STABLE
see #1993
this is not a lighttpd issue but a freebsd kernel issue.
darix
08:23 Bug #2023 (Duplicate): lighttpd results a DoS when using kqueue in FreeBSD 7 STABLE
For the past 10 months I have been 'fighting' with an abnormal behavior involving lighttpd and FreeBSD 7.x.
I final...
blackm0re
 

Also available in: Atom