Activity
From 2009-12-05 to 2009-12-11
2009-12-11
- 14:40 Feature #1221 (Patch Pending): support *(wild card character) within include directive
- I modified the patch to apply against 1.4.24. Please add my vote as I also think including upstream is a very good idea.
2009-12-10
- 23:23 Feature #2116: add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- I think it's important to make a distinction between allowing customisation (which is good), and what the default val...
- 13:31 Feature #2116: add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- Yes, i think it should be possible to have backlog < max-connections (that is what most people have now).
I'm not ... - 13:27 Feature #2116: add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- Awesome stuff :]
From what I read, if listen()'s backlog is set to > SOMAXCONN, the kernel will silently limit it to... - 13:08 Feature #2116: add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- I think a config option is a good idea; i even could live with a higher default (as at least on linux the default sys...
- 12:40 Feature #2116: add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- I will concede that max-connections and listen() backlog values are not 'synonymous', but they are absolutely related...
- 07:00 Feature #2116: add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- I really see no direct relation between the two values. High max-connections is for long-running connections (slow cl...
- 05:49 Feature #2116 (Fixed): add server.listen-backlog option instead of hard-coded value (128 * 8) for listen()
- Lighttpd currently sets it's queue length to a hard coded value of 1024 (128 * 8) when calling listen(). This is non-...
- 16:35 Bug #1149 (Reopened): handle-req time too long
- This is still an issue in 1.4.24. Using fastcgi with PHP 5.3.1, I get ~3 dozen handle-req building up every day (from...
- 13:49 Feature #2117 (Fixed): Source IP sticky load balancing patch
- The attached patch implements source IP address dependent sticky load balancing with the same algorithm as the hash b...
2009-12-09
- 17:38 Bug #2115 (Duplicate): Issue in the parsing of filetypes for mod_compress
- Already implemented. Always specify the version you tried...
- 17:22 Bug #2115: Issue in the parsing of filetypes for mod_compress
- as mentioned on irc already. parsing the mime type string could in worst case lead to looping through the compress.fi...
- 17:12 Bug #2115: Issue in the parsing of filetypes for mod_compress
- I just noticed that this fact is documented in the Wiki... so the developers maybe do not want to fix this issue.
- 17:08 Bug #2115 (Duplicate): Issue in the parsing of filetypes for mod_compress
- If I have the following:
compress.filetype = ("text/plain", "text/css", "text/javascript", "text/html")
and
... - 17:35 Bug #1253: underline in http address causes a 400 - Bad Request error example http://my_web.com.br
- I'd like to put in my request for this fix too please.
Also available in: Atom