]> git.pld-linux.org Git - packages/lighttpd.git/blob - TODO
no dist-xz for ac
[packages/lighttpd.git] / TODO
1 # TODO:
2 - test mysql (failed at this time)
3 - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
4 - fam over gamin is possible, just configure doesn't check other than gamin
5 - feature stat-cache-fam (doesn't work)
6 - lighttpd writes early startup messages to stderr, and if started from
7   rc-scripts the stderr is closed which causes lighttpd to abort():
8   2006-07-20 21:05:52: (server.c.1233) WARNING: unknown config-key: url.rewrite-final (ignored)
9
10 # NOTES:
11 - disable largefile, if you have 2.4 kernel to get sendfile() support, and don't need > 2GB file requests,
12   see http://article.gmane.org/gmane.comp.web.lighttpd:722
13
14
15 01:08:45  stbuehler> glen: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2505
16 01:09:57  glen> stbuehler: ah sorry, i didn't notice as you didn't reply (hilite) me here..
17 01:13:52  glen> stbuehler: btw, what you think of this patch:
18                 http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd-mod_evasive-status_code.patch
19 01:17:52  stbuehler> the buffer_prepare_copy isn't really needed imho (and 255 seems to much for a long anyway)
20 01:18:11  stbuehler> and wasn't there a srv->tmp_buf for such things?
21 01:18:58  glen> ok i see it changes default 403 -> 503, that's probably bad too?
22 01:19:26  stbuehler> apart from that it looks good to me, although it changes the default status code to 503; and perhaps retry-after should
23                      only be returned if it is not zero (i don't know what the rfc says)
24 01:19:51 >> OpenURL 9
25 01:19:51  Tobsn> http://government.zdnet.com/?p=4792
26 01:20:25  stbuehler> i think 503 is a sane default and better than 403, so it should be ok to change the default
27 01:21:54  stbuehler> gn8
28
29
This page took 0.058827 seconds and 3 git commands to generate.