Activity
From 2009-07-12 to 2009-07-18
2009-07-18
- 12:15 Feature #2034 (Wontfix): Use signal names instead of numbers
- Hi,
> (mod_cgi.c.1268) cleaning up CGI: process died with signal 6
Isn't there a signal number -> name functio... - 07:58 Bug #1836 (Duplicate): no stderr from cgi scripts
2009-07-17
- 23:51 Bug #1836: no stderr from cgi scripts
- This makes debugging CGIs under lighttpd very difficult. Is a fix for this scheduled for inclusion in a future relea...
2009-07-16
- 23:25 Revision 2591 (svn): Allow all comparisons for $SERVER["socket"] - only bind for "=="
- 23:23 Revision 8a24665a: Allow all comparisons for $SERVER["socket"] - only bind for "=="
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2590 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:23 Revision 2590 (svn): Allow all comparisons for $SERVER["socket"] - only bind for "=="
2009-07-15
- 06:45 Bug #1927 (Invalid): mod_dirlisting doesn't show japanese,chinese language
- 05:06 Bug #1927 (Reopened): mod_dirlisting doesn't show japanese,chinese language
- Thanks a ton peto. Finally managed to read the chinese characters filename. Using this to replace the dll : http://ww...
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 ...
Also available in: Atom