]> git.pld-linux.org Git - packages/lighttpd.git/blame - TODO
up to 1.4.38
[packages/lighttpd.git] / TODO
CommitLineData
58ef9e50
PG
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
d6b81135
ER
14
1501:08:45 stbuehler> glen: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2505
1601:09:57 glen> stbuehler: ah sorry, i didn't notice as you didn't reply (hilite) me here..
1701: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
1901:17:52 stbuehler> the buffer_prepare_copy isn't really needed imho (and 255 seems to much for a long anyway)
2001:18:11 stbuehler> and wasn't there a srv->tmp_buf for such things?
2101:18:58 glen> ok i see it changes default 403 -> 503, that's probably bad too?
2201: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)
2401:19:51 >> OpenURL 9
2501:19:51 Tobsn> http://government.zdnet.com/?p=4792
2601:20:25 stbuehler> i think 503 is a sane default and better than 403, so it should be ok to change the default
2701:21:54 stbuehler> gn8
28
29
This page took 0.049968 seconds and 4 git commands to generate.