Activity
From 2009-02-27 to 2009-03-05
2009-03-05
- 22:48 Bug #1889: Add support for IPv6 in mod_extforward
- try "cat /proc/sys/net/ipv6/bindv6only", which should be set to 1, if set to 0 its using kind of ipv4-over-ipv6 (dunn...
- 22:38 Bug #1889: Add support for IPv6 in mod_extforward
- I've got an IPv4 & IPv6 varnishd with a 127.0.0.1 lighttpd backend, I can succesfully trust 127.0.0.1, but when conne...
- 22:43 Feature #1288: SSL Client Certificate validation.
- solved my problem, deleting previous note. sorry about this..
- 15:41 Feature #1288: SSL Client Certificate validation.
- tdussa wrote:
> So why has the target version been bounced again?
Because 1.4.22 is an important bugfix release t... - 08:51 Feature #1288: SSL Client Certificate validation.
- Here we go~
- 02:59 Feature #1288: SSL Client Certificate validation.
- any chance somebody can make a patch against 1.4.21? our site really needs this feature and would hate to switch to ...
- 15:12 Bug #1927 (Invalid): mod_dirlisting doesn't show japanese,chinese language
- Hello,
As title said, I have set utf-8 as dir-listing.encoding = "utf-8"
Thanks.
2009-03-04
- 21:02 Bug #1925: lighttpd returns invalid chunked encoding for 204 responses
- Update: This bug was actually introduced in r1850. Reverting r1850 fixes the problem. stbuehler fixed this issue in r...
- 03:01 Bug #1925 (Patch Pending): lighttpd returns invalid chunked encoding for 204 responses
- 16:46 Bug #1926: lighttpd 1.4.21 crashes on receipt of SIGINT on Solaris
- Oh, one more thing worth noting, the signal received by sigaction_handler is 2 -- SIGINT. I'm not sure why GDB can't...
- 16:43 Bug #1926 (Fixed): lighttpd 1.4.21 crashes on receipt of SIGINT on Solaris
- Solaris 10 x86, lighttpd 1.4.21
config file:
server.document-root = "/var/www"
server.port = 8001
after hitt... - 11:46 Feature #1288: SSL Client Certificate validation.
- So why has the target version been bounced again?
- 10:34 Bug #1924: Nested arrays in configuration files?
- Forgot to say which version of lighttpd I was using: development version from the CVS trunk for 1.5 (svn checkout svn...
- 07:15 Bug #1924 (Reopened): Nested arrays in configuration files?
- Sorry, the example I gave was short-circuited and not syntactically correct. Here is one that is (with naive values t...
2009-03-03
- 22:48 Bug #1925: lighttpd returns invalid chunked encoding for 204 responses
- My transcript got a bit mangled above by redmine. Here's a cleaner version of the curl transcript....
- 20:31 Bug #1925 (Obsolete): lighttpd returns invalid chunked encoding for 204 responses
- Currently, if a CGI script returns "Status: 204 No Content", lighttpd returns a malformed response that confuses cert...
- 22:28 Bug #1717 (Patch Pending): Google's urlfetch from appEngine and lighttpd HTTP 400 response
- stbuehler, what are your thoughts on this patch? This patch is copied from Bug #1351, and allows lighttpd servers to ...
- 12:11 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Sure, i've just wrote it.
- 11:40 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- I don't think that is a good idea... unless you have a process reading that pipe.
- 11:35 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Sorry, stbuehler, you are certainly right. I'll replace /dev/null with named pipe then.
- 10:45 Bug #1922 (Fixed): stderr redirection breaks mod_rrdtool on FreeBSD7
- Applied in changeset r2407.
- 10:35 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Okay. I guess i now know what the problem is: you really *need* /dev/null. There is no way around that. We often need...
- 10:19 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Try running chrooted (with /dev/null unavailable).
rrdtool version doesn't matter, even my test program fails to r... - 09:12 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- what version of rrdtool do you use?
on my fbsd 7.1 with mod_rrdtool it works. - 08:47 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Yes, but ntpdate runs once a month.
It works ok when either dup2(errlog,stderr) in not called or stderr is restored ... - 11:26 Bug #1924 (Invalid): Nested arrays in configuration files?
- Missing ")".
- 11:08 Bug #1924: Nested arrays in configuration files?
- substitutions should be e.g. "&" => "&" - they showed ok in preview but not in posting
- 11:05 Bug #1924 (Invalid): Nested arrays in configuration files?
- For files of various types I want to be able to perform substitutions on them such as "&" => "&". The configurati...
- 10:41 Revision fbaceca3: Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2407 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:41 Revision 2407 (svn): Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
- 10:41 Revision 19963e8c: Fix autogen.sh warning (gnu make extensions in doc/)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2406 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:41 Revision 2406 (svn): Fix autogen.sh warning (gnu make extensions in doc/)
- 09:57 Bug #1918: Lighttpd causes high load
- stbuehler wrote:
> The only thing i can see in the truss.log is that lighty somehow gets events for an fd, but there...
2009-03-02
- 21:40 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- rrdtool can be a strange tool :-)
- do u use ntpdate?
- does it work for some time and then break?
- sudo to you... - 14:11 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- And i can't understand how it can be fixed with openDevNull, but somehow it is.
- 14:05 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- ...
- 13:58 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Also it not look like rrdtool crashes as there are no coredumps and/or records in system messages log. It looks like ...
- 13:39 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- Sorry, my english doesn't allow me to write complicated sentences, so i'll write this way:
1. You right, lighty ca... - 12:23 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- I cannot reproduce your problem - rrdtool runs fine for me.
Maybe rrdtool wants to print an error and lighttpd could... - 12:07 Bug #1922: stderr redirection breaks mod_rrdtool on FreeBSD7
- 'Broken pipe' comes, i believe, from the attempt to write data to the rrdtool, which is already dead because of the s...
- 12:00 Bug #1922 (Need Feedback): stderr redirection breaks mod_rrdtool on FreeBSD7
- I guess we could remove the lines 137-141, as STDERR gets redirected to /dev/null later anyway (line 151).
But i d... - 10:16 Bug #1922 (Fixed): stderr redirection breaks mod_rrdtool on FreeBSD7
- I have a few servers running 1.5, but yesterday i've decided to put 'stable' version (svn rev 2405) to the new server...
- 21:26 Bug #1923 (Fixed): Compilation on AIX
- Compiling 1.4.21 on AIX5.3, with the native compiler. A few issues come up.
If HAVE_FAM_H isn't defined, then S... - 13:55 Bug #1881 (Patch Pending): max_keep_alive_requests could not depend on URI
- The (revised on 2009-02-06) patch still applies cleanly to what is currently in subversion lighttpd-1.4.x/
Are there...
2009-03-01
- 18:31 Bug #1913: not fully serving data
- I am working on donating a FreeBSD server to the LightTPD project. I'll provide shell access to those who want to he...
- 11:45 Bug #1896: follow symlinks + userdir
- stbuehler wrote:
> Our config system doesn't work that way. If you don't like follow-symlinks, disable it yourself.
...
2009-02-28
- 21:49 Bug #1913: not fully serving data
- I don't think anyone blamed you, peto :)
I now committed the second part of the patch (r2405), and there will be a... - 21:38 Revision 7883b7f2: Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2405 152afb58-edef-0310-8abb-c4023f1b3aa9
- 21:38 Revision 2405 (svn): Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
- 21:27 Bug #1918: Lighttpd causes high load
- The only thing i can see in the truss.log is that lighty somehow gets events for an fd, but there is no data:...
- 20:55 Bug #1911 (Fixed): segfault with lighttpd 1.4.20 + scgi
- Applied in changeset r2404.
- 20:53 Bug #1911: segfault with lighttpd 1.4.20 + scgi
- I don't know how that ECONNRESET is triggered for read(), perhaps a strace could help us there. The "emergency exit" ...
- 20:54 Revision a7ecb6b9: Fix segfault in mod_scgi (fixes #1911)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2404 152afb58-edef-0310-8abb-c4023f1b3aa9
- 20:54 Revision 2404 (svn): Fix segfault in mod_scgi (fixes #1911)
- 19:59 Bug #1782 (Invalid): Lighty should not crash if it could not write a log file
- I get the errors in my log, so i see nothing wrong with that.
If someone can reproduce it, please attach the strace. - 19:49 Bug #1169 (Missing Feedback): Linker warnings about MD5 on OS X/i686-apple-darwin/4.0.1
- Can't reproduce and missing feedback.
- 19:48 Bug #1149 (Need Feedback): handle-req time too long
- Is this still valid for the current version?
- 19:38 Bug #1867 (Missing Feedback): lighttpd in the Solaris operating system platform run
- 19:30 Bug #1896 (Invalid): follow symlinks + userdir
- Our config system doesn't work that way. If you don't like follow-symlinks, disable it yourself.
- 19:27 Bug #1843 (Wontfix): luasockets and lightys buffer_init are not prefixed
- There is imho no reason for luasockets to export that symbol (and if there is a reason *they* should prefix it).
I... - 19:22 Bug #1856 (Invalid): Lighttpd always sends SIGTERM to FCGI-Processes
- See "kill-signal" in [[lighttpd:Docs:ModFastCGI#Options]]; and lighty only forwards SIGHUP to all procs in the same p...
2009-02-27
- 10:41 Bug #1918: Lighttpd causes high load
- aevernon wrote:
> Are either of you able to attach your code to this ticket? I have a FreeBSD box and would like to... - 00:54 Bug #897: lighttpd responds 500 to ALL requests after brief period of overload (it never recovers from "cool-down" period)
- Use spawn-fcgi.
That code looks funny, but I don't know the code well enough to know if it matters.
- 00:39 Bug #1913: not fully serving data
- > It should be performed by whoever created the patch.
I created the patch [1], and the patch I gave has been runn...
Also available in: Atom