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.
- 14:54 Feature #1899: Kerberos/GSSAPI Delegation Support
- Attached patch to r2505, tested compatible through latest trunk (r2585).
- 14:48 Feature #1288: SSL Client Certificate validation.
- Attached patch to latest trunk (r2585). Compatible with GSSAPI patch (#1899).
- 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
- 13:18 Revision 2589 (svn): Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197)
- 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
- 13:15 Revision 2588 (svn): Use connection_reset instead of handle_request_done for cleanup callbacks
- 13:03 Bug #1952 (Fixed): vhosts starting with a number
- 13:00 Bug #1148 (Fixed): hostname with initial digit character rejected
- Applied in changeset r2586.
- 12:58 Revision 2587 (svn): Allow digits in hostnames in more places (fixes #1148)
- 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
- 12:57 Revision 2586 (svn): Allow digits in hostnames in more places (fixes #1148)
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... - 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 ... - 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 ... - 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... - 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... - 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... - 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... - 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... - 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... - 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.
- 14:50 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
- also note that i got several other spawned processes :...
- 14:44 Bug #2029: mod_fastcgi and spawn-fcgi USR1 signal handling
- unfortunately, no luck with this :...
- 14:36 Bug #2029 (Reopened): mod_fastcgi and spawn-fcgi USR1 signal handling
- 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)?
- 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... - 13:45 Bug #2029 (Fixed): mod_fastcgi and spawn-fcgi USR1 signal handling
- Applied in changeset r2582.
- 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... - 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... - 13:50 Feature #2030 (Fixed): Don't log (request.c.535) no uri specified -> 400 (by default)
- Applied in changeset r2583.
- 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" ... - 14:15 Bug #2024 (Fixed): Infinite Syscall loop on broken SCGI connection while performing upload.
- Applied in changeset r2585.
- 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.
- 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
- 14:13 Revision 2585 (svn): Fix hanging connection in mod_scgi (fixes #2024)
- 13:55 Revision 2584 (svn): Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
- 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
- 13:48 Revision 2583 (svn): Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
- 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
- 13:41 Revision 2582 (svn): Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
- 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...
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.
- 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) - 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... - 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...
- 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
- 16:23 Revision 2581 (svn): Fix comment style
- 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... - 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 ...
2009-07-11
- 20:51 Bug #1980: conflict with RFC 2616 Section 5.2
- In what cases is this actually a problem?
- 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,...
- 09:20 Revision 2580 (svn): Report non-fatal ssl errors as "connection close"
- 09:19 Revision 2579 (svn): Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
- 09:05 Bug #2026 (Fixed): mod_accesslog.c cronolog
- Applied in changeset r2578.
- 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 ...
- 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
- 09:01 Revision 2578 (svn): Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
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:...
- 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
- 16:46 Revision 2577 (svn): cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
- 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
- 16:36 Revision 2576 (svn): cmake: Fix crypt lib check
- 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
- 16:30 Revision 2575 (svn): Fix some warnings in mod_secure_download.c
- 16:29 Revision 2574 (svn): Fix integer comparision in secdownload (was wrong in rev 2566)
- 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
- 16:23 Revision 2573 (svn): Fix unused function webdav_lockdiscovery in mod_webdav
- 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
- 16:22 Revision 2572 (svn): Fix missing header <string.h> in mod_cml_lua.c
- 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
- 16:19 Revision 2571 (svn): Add "lua-5.1" to searched pkg-config names for lua
- 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... - 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... - 15:49 Revision 2569 (svn): cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
- 15:44 Revision 2568 (svn): cmake: Fix crypt lib check; don't add pcre twice
- 15:42 Revision 2567 (svn): Add "lua-5.1" to searched pkg-config names for lua
- 15:15 Revision 2566 (svn): Fix some warnings in mod_secure_download.c
- 15:00 Revision 2565 (svn): Fix unused function webdav_lockdiscovery in mod_webdav
- 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... - 10:30 Revision 2563 (svn): Fix type (ssize_t -> off_t) for gthread-freebsd-sendfile
- 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... - 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). ... - 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...
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!
- 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... - 23:06 Revision 2562 (svn): cmake: check for strtoll
- 22:53 Revision 2561 (svn): tests: fix mod-rewrite.t if php is not available
- 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... - 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-...
- 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. ...
- 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.
- 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...
2009-07-08
- 21:40 Revision 2560 (svn): Fixed gthread-freebsd-sendfile (#1795)
- 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:
(... - 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 ... - 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. - 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...
Also available in: Atom