Activity
From 2006-07-15 to 2006-07-21
2006-07-20
- 15:28 Bug #759: mmap fails on NSLU2 with offset >= 512k
- I just add a strace file. Hope it's helpful.
-- xummxxu - 11:34 Bug #759: mmap fails on NSLU2 with offset >= 512k
- Yes the:
server.network-backend = "write"
does workaround the issue, thank you!
I found the section in the wiki ... - 07:20 Bug #759 (Assigned): mmap fails on NSLU2 with offset >= 512k
- Can you attach a strace (see the wiki for how to report a bug) to this bug-report ?
Does using
server.network-... - 12:39 Revision 1213 (svn): the .h is already included, the backend needs some more time
- 12:13 Revision 1212 (svn): moved the http-backend stuff to mod_proxy_backend_http
- * src/mod_proxy_core_rewrites.c
- free all memory before shutdown
* the rest
- moved the HTTP-specific code to mo...
2006-07-19
- 22:09 Revision 1211 (svn): added #include "config.h" to fixed nasty crash in mod_cgi
- 22:06 Bug #759 (Invalid): mmap fails on NSLU2 with offset >= 512k
- I am using lighttpd 1.4.11 w/ php 5.1.4 and fcgi on a Linksys NSLU2 running Unslung 6.8. Whenever a file is download...
- 21:37 Revision 1210 (svn): fixed non-critical mem-leaks
- 14:32 Revision 1209 (svn): enabled the config-settings for the load-balancers
- 14:31 Revision 1208 (svn): moved the status-counters out from base.h and mod_fastcgi.c
- 11:21 Revision 1207 (svn): if we get a close instead of chunk-header, request more content
- 11:04 Revision 1206 (svn): add -std=gnu99 to the compile options if we are with GCC
- 11:03 Revision 1205 (svn): support host:port notation (IPv4 and IPv6)
- 11:02 Revision 1204 (svn): enable IPv6 if we have inet_ntop
- 10:54 Revision 1203 (svn): use ->sock instead of ->fd to make sure we didn't missed a conversion to iosocket
- 06:34 Bug #499: FastCGI stderr output doesn't go to error log
- Has this bug been fixed since 1.4.9 ?
I'm using 1.4.11_1 (ssl) on FreeBSD 6.1, the bug seems to be persist here......
2006-07-18
- 22:40 Bug #753: Repeated headers produce 400 Bad Request
- More bugs in If-None-Match processing. Looks like lighttpd reads If-None-Match as a string header and not a list head...
- 14:07 Bug #393 (Fixed): Invilid RTSP OPTIONS request cause lighttpd crash.
- we have a testcase for this request since a while and it looks like this bug got fixed.
- 14:05 Feature #433 (Assigned): please add support for X-LIGHTTPD-send-file to mod_proxy as well
- This will be added to mod_proxy_core which currently grows in SVN.
- 14:03 Bug #396 (Fixed): Can't send Status Header with PHP
- <?php
header("Status: 301");
header("Location: http://www.example.org/");
?>
works as expected.
- 14:00 Bug #754 (Fixed): after update from svn fastcgi can't handle responses >8k???
- This should be fixed since r1182.
- 13:25 Revision 1202 (svn): only try to handle the request if we really have backends available
- 12:59 Revision 1201 (svn): added rewrite support
- 12:55 Revision 1200 (svn): removed debug and added some assertions
- 09:43 Revision 1199 (svn): added function check for strptime and added support for --with_xattr
- 09:42 Revision 1198 (svn): added mod_proxy_core
- 09:41 Revision 1197 (svn): ported to iosocket
- 09:41 Revision 1196 (svn): include log.c for SEGFAULT()
- 09:40 Revision 1195 (svn): ported to iosocket
- 09:39 Revision 1194 (svn): removed WP() as it is gone now
- 09:39 Revision 1193 (svn): don't care about the errorlog
- 09:38 Revision 1192 (svn): use closesocket() to close a socket() on unix too
- 09:37 Revision 1191 (svn): ported to iosocket and new fdevent functions
- - added 502 and 504 as known response codes
- removed some debug code - 09:36 Revision 1190 (svn): introduce BUF_STR() to access the NUL-terminated string-part of the buffer
- moved SEGFAULT() to log.h
- 09:35 Revision 1189 (svn): added chunkqueue_print() and chunkqueue_remove_empty_last_chunk()
- 09:34 Revision 1188 (svn): moved the mainloop() out of the main() function
- use iosocket and the new fdevent interface
- 09:34 Revision 1187 (svn): replace strcmp() by our own buffer_compare_... functions
- 09:32 Revision 1186 (svn): fixed mem-leaks
- use TRACE() from log.c instead of fprintf()
- 09:31 Revision 1185 (svn): moved errorlog pointers to log.h
- moved SSL from connection to iosocket.h
- 09:30 Revision 1184 (svn): use the http_response parser
- use network_backend_write and _read
- 09:29 Revision 1183 (svn): ported to iosocket
- 09:29 Revision 1182 (svn): ported iosocket
- * network_linux_sendfile.c
- send the whole file via sendfile() and not just the first chunk
- proper return code... - 09:27 Revision 1181 (svn): ported fdevent to iosocket
- - instead if get_ndx, get_next_fd ... build a full revent-array and return it
this is cleaner and removes a race-co... - 09:25 Revision 1180 (svn): added a wrapper around 'int fd; int fde_ndx; ...'
- 09:25 Revision 1179 (svn): get rid of 'server *' in log.[ch]
- - added TRACE() and ERROR()
- 09:22 Revision 1178 (svn): disabled the mod_proxy tests for a while
- 09:20 Revision 1177 (svn): 200 ? This is a broken response-code, expect 502 (Bad Gateway) instead
- 09:19 Revision 1176 (svn): enforce ETag and Last-Modified headers
- 09:19 Revision 1175 (svn): use php-5.1.4 for testing
- 09:18 Revision 1174 (svn): added a external TRACEME env to start a test(suite) with strace or valgrind
2006-07-17
- 21:36 Bug #758 (Fixed): memory fragmentation leads to high memory usage after peaks
- *Summary: lighttpd of course had some memory leaks (and perhaps even has today), but this bug is not about these prob...
- 13:42 Bug #757: internal server error gives 200 OK sometimes
- after some time running (10 minutes), the problem came back, it randomly gives 200/500
-- jimmy - 13:17 Bug #757: internal server error gives 200 OK sometimes
- after enabling it back again, the problem was not back, which is odd...
-- jimmy - 13:15 Bug #757: internal server error gives 200 OK sometimes
- I just notices mod_rewrite was enabled, after disabling it, the problem was away
-- jimmy - 13:12 Bug #757 (Duplicate): internal server error gives 200 OK sometimes
- Config: OSX/freebsd-kqueue/cgi/setenv
Perl: v5.8.6
If the CGI script fails, it somitimes gives a 200 with empty p... - 13:30 Bug #756: transfer-encoding chunked broken (OSX)
- after a few minutes, i also get this in the log:...
- 13:26 Bug #756: transfer-encoding chunked broken (OSX)
- The problem persists after several restarts and config changes.
My config:... - 12:56 Bug #756 (Fixed): transfer-encoding chunked broken (OSX)
- Config: OSX/freebsd-kqueue/CGI/setenv
Test script:...
2006-07-16
- 22:58 Bug #755 (Fixed): 206 partial response fails over fastcgi connection
- If a fastcgi app tries to output some lengthy response with 206 partial response status then lighty will eat just the...
- 08:51 Bug #754 (Fixed): after update from svn fastcgi can't handle responses >8k???
- Just updated lighty sources from svn, and each response from fastcgi
backend over 8kbytes fails. I made simple php ...
Also available in: Atom