Activity
From 2009-11-20 to 2009-11-26
2009-11-26
- 00:31 Bug #2108 (Fixed): CGI local redirect not implemented correctly
- According to the CGI 1.1 specification http://www.ietf.org/rfc/rfc3875 section 6.2.2 Local Redirect Response, a CGI s...
2009-11-24
- 20:43 Feature #2107: Per-vhost conf file
- Hmm, hurry up then! :p
- 20:26 Feature #2107: Per-vhost conf file
- And to get rid of the second part: no, we will not implement dynamic config loading/reloading in 1.x.
It will probab... - 19:24 Feature #2107: Per-vhost conf file
- That should nicely take care of the first part.
- 19:20 Feature #2107: Per-vhost conf file
- Well, you can write a little shellscript that lists all files and creates something like...
- 19:12 Feature #2107: Per-vhost conf file
- That might work, although then you have to repeat the HOST conditional in the conf file. Also, in the future it'd be ...
- 19:09 Feature #2107: Per-vhost conf file
- Um, so why not use include_shell to include all those files? Am I missing something here? Still don't understand it.
- 18:57 Feature #2107: Per-vhost conf file
- I mean the conf could reside in the directory of the vhost without requiring any changes to a central config file. A ...
- 18:54 Feature #2107 (Wontfix): Per-vhost conf file
- Config files are parsed upon startup. Therefor this functionality (like .htaccess) is not possible.
Maybe we can d... - 18:46 Feature #2107 (Wontfix): Per-vhost conf file
- Could support for per-vhost conf files be added?
simple-vhost.conf-file = "/vhost.conf"
That way, each vhost ca... - 20:29 Bug #2103 (Patch Pending): double chunked encoded responses
- I still think we should fix it :)
- 18:36 Bug #2103: double chunked encoded responses
- Why is the backend doing transfer encoding? I don't think it should.
- 19:00 Bug #2106: proxy.balance=round-robin fails if a back end host is down
- When I say it "fails", I mean that upon refreshing a page after downing one of the servers, we may get one successful...
- 18:47 Bug #2106: proxy.balance=round-robin fails if a back end host is down
- Note that this is failing in version 1.4.25
- 18:46 Bug #2106 (Fixed): proxy.balance=round-robin fails if a back end host is down
- The following config fails if either of the two hosts is taken offline - I would expect lighttpd to remove the failed...
- 15:06 Bug #2105: TCP packet bisection causes dead requests
- Yes, you are right - the request parser fails if the terminating "\r\n\r\n" is splitted over more than 2 chunks.
I'm... - 12:35 Bug #2105 (Fixed): TCP packet bisection causes dead requests
- We are experiencing a weird problem here with Lighttpd.
h3. Phenomenom:
A client sends a valid HTTP request. The...
2009-11-22
- 22:20 Bug #2103 (Invalid): double chunked encoded responses
- I'm using mono-fastcgi-server2 as FastCGI server
When I enable a custom VirtualPathProvider in ASP.NET the respon...
2009-11-21
- 16:08 Revision b5a76921: - next is 1.4.26
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2695 152afb58-edef-0310-8abb-c4023f1b3aa9
- 15:11 Revision 175ad79a: Fix configure.ac to allow autoreconf, also enables make V=0
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2693 152afb58-edef-0310-8abb-c4023f1b3aa9
2009-11-20
- 22:45 Bug #2102: Memory leak when using CGI
- Interesting... I'll attach my exact CGI script and file, though I'm not sure whether that'll make a difference.
T... - 22:37 Bug #2102: Memory leak when using CGI
- I just tried it and couldn't even reproduce it - didn't even reach 4mb RES. (running two loops brought lighty to 6.5m...
Also available in: Atom