Activity
From 2008-09-18 to 2008-09-24
2008-09-24
- 21:32 Bug #1729: carp hash balancing not working properly
-- Chris Bolt <chrisbolt- 21:12 Bug #1572: users can't finish downloads of static files (in error.log: write failed: Bad address 827)
- Tried with a file exactly 500MB on linux:...
- 07:09 Bug #1747: openssl blocks
- #1070 looks to be similair but for when receiving data via SSL, this patch is when sending out data. Or did the #1070...
2008-09-23
- 21:09 Bug #1436 (Assigned): when server.max-connections is hit cpu load dramatically increases
- 21:09 Bug #1572 (Assigned): users can't finish downloads of static files (in error.log: write failed: Bad address 827)
- 20:05 Bug #1335 (Fixed): source disclosure vulnerability on win32 with ntfs alternate data streams
- I don't think it is the webserver responsibility to check for every filesystem in the world whether it has some stupi...
- 19:26 Feature #48 (Fixed): Add a infrastructure to pass variables between modules
- Request denied. There will be no dynamic fastcgi configuration in 1.x
- 19:24 Bug #405 (Fixed): PHP SCRIPT_NAME and PHP_SELF truncated when inside a userdir and using PATH_INFO
- Looks like there is nothing to do here.
- 19:18 Feature #51 (Fixed): provide an infrastructure for content-filtering
- Done for 1.5.x
- 19:15 Feature #827 (Fixed): Incorporate mod_deflate in release
- mod_deflate is included in 1.5 now.
- 19:09 Bug #925 (Fixed): lighty crashes whenever a file operation is done via webdav
- Way too old. If you still get crashes, please provide a backtrace (see http://trac.lighttpd.net/trac/wiki/HowToReport...
- 19:07 Bug #1747: openssl blocks
- See #1070
- 19:06 Feature #939 (Fixed): no character encoding line in sample lighttpd.conf
- Fixed in r2312
- 19:05 Revision 78db1845: [doc] added dir-listing.encoding to the example config
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2312 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:05 Revision 2312 (svn): [doc] added dir-listing.encoding to the example config
- 18:58 Feature #984 (Fixed): error matching null http referrer
- i see no problem handling not existing and empty headers in the same way in the config:...
- 18:45 Bug #1167 (Fixed): spawn-fcgi fails with setuidgid
- The netstat output shows that there is something listening on the port (and it shows that it is php); i don't see how...
- 18:30 Feature #1221 (Fixed): support *(wild card character) within include directive
- As we agree we don't need it upstream, i close this.
- 18:29 Feature #1220 (Fixed): Support external 404 error page (server.error-handler-404)
- I don't like the patch; and it isn't necessary anyway....
- 18:12 Bug #1269 (Fixed): fastcgi.map-extensions doesn't work / odd static behavior
- if you try to handle the same file with compress and fastcgi, the module which got loaded first will win... and i don...
- 18:05 Bug #1326 (Fixed): lighttpd.conf logic does not work as expected.
- The lighty logic is tristate, TRUE, FALSE, "cannot decide yet" - that is how it works, and it is by design.
Apart ... - 17:33 Feature #1718: working with Nginx x-real-ip, Can not get the real Client IP
- for x-real-ip see #1545
- 16:12 Feature #1718 (Fixed): working with Nginx x-real-ip, Can not get the real Client IP
- 17:14 Feature #1580 (Fixed): Rotating log file patch for mod_accesslog
- As you need something to handle the logs anyway (like compressing, deleting old ones, ...) and logrotate already work...
- 15:43 Feature #1209 (Fixed): should be able to disable ETag for static files
- Fixed in r2245, see #1442.
- 14:23 Revision 2311 (svn): Don't return HANDLER_ERROR from proxy-core content handling, produce 500 instead
- 07:54 Bug #859: no PATH_INFO when using mod_cgi
- After digging around in the sources I think I'll better leave it as is. Especially considering that for my purposes I...
2008-09-22
- 15:01 Feature #1337 (Fixed): renew lighttpd.spec and add logrotate conf
- 15:01 Feature #1337 (Assigned): renew lighttpd.spec and add logrotate conf
- 15:00 Feature #1627 (Fixed): Allow disabling bzip2 support when using rpmbuild
- lighttpd.spec is removed from svn. it will not be included in next release.
see r2157 and r2158
- 14:56 Feature #1627 (Assigned): Allow disabling bzip2 support when using rpmbuild
- 11:59 Bug #1777 (Fixed): lighttpd-angel leaves zombie process
- lighttpd-angel leaves zombie process of "cat" when using an include_shell command in the config, like:
include_she... - 10:28 Bug #1653 (Fixed): mod_alias silently drops aliases containing a ~
- And i checked it again...:...
- 10:27 Bug #1720: Rewrite/redirect rules and URL encoding
- mod_redirect had similar problems:
Summary for now:
* 1.4.x: fixed in r2278 (rewrite) and r2309 (redirect)
* tru... - 10:25 Revision 2310 (svn): Use decoded url for matching in mod_redirect (#1720)
- 10:16 Revision 345462a4: Use decoded url for matching in mod_redirect (#1720)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2309 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:16 Revision 2309 (svn): Use decoded url for matching in mod_redirect (#1720)
- 09:29 Bug #1776 (Fixed): lighttpd 99% CPU when uploading file
- 09:09 Bug #1776: lighttpd 99% CPU when uploading file
- The problem was finally with "freebsd-sendfile":
http://lists.freebsd.org/pipermail/freebsd-questions/2008-Septemb... - 09:05 Bug #1776: lighttpd 99% CPU when uploading file
- Hm. I tried to reproduce it without success (PHP 5.2.6-3 with Suhosin-Patch 0.9.6.2) on linux (you are on freebsd iir...
- 03:03 Bug #1776 (Invalid): lighttpd 99% CPU when uploading file
- When I upload something which is 9.5mb using PHP and
post_max_size = 8M
upload_max_filesize = 10M
then lighttp... - 08:31 Bug #1602: LigHTTPD 1.4.19 freezes FreeBSD
- I found out the server had been upgraded from FBSD6 to FBSD7.
I tried reinstalling all ports suspecting some library... - 03:38 Bug #1602: LigHTTPD 1.4.19 freezes FreeBSD
- I have the same problem, with same results:
server pingable, ssh and web-server down.
nmap show port 22 and 80 ... - 05:37 Bug #1434: freebsd-sendfile bring cpu 100%
- Check these:
1) http://lists.freebsd.org/pipermail/freebsd-questions/2008-September/182872.html
2) http://trac.li...
2008-09-21
- 20:03 Revision 2308 (svn): Fix bug with case-insensitive filenames in mod_userdir (#1589)
- 19:40 Revision 2307 (svn): Decode url before matching in mod_rewrite (#1720)
- 15:42 Bug #1775 (Fixed): lighttpd 1.4.x mod_rewrite memory leak
- Outch. Breaks "endless" loop detection too.
Testcase:... - 00:25 Bug #1775 (Fixed): lighttpd 1.4.x mod_rewrite memory leak
- if url.rewrite-repeat is presented, mod_rewrite will allocates handler_ctx memory without checking con->plugin_ctx[[p...
- 15:33 Revision c8bce9b4: Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2306 152afb58-edef-0310-8abb-c4023f1b3aa9
- 15:33 Revision 2306 (svn): Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
2008-09-20
- 13:48 Bug #1774 (Fixed): lighttpd memory leak on duplicated request header
- Good catch! fixed in r2305
Used... - 12:16 Bug #1774 (Fixed): lighttpd memory leak on duplicated request header
- http_request_parse function of request.c just return 0 without free previous allocated data_string when duplicated re...
- 13:42 Revision 3decb264: Fix memleak in request header parsing (#1774, thx qhy)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2305 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:42 Revision 2305 (svn): Fix memleak in request header parsing (#1774, thx qhy)
2008-09-19
- 16:02 Revision 86766c10: fix auth.backend.ldap.bind-dn/pw problems (thx ruskie)
- - missing PATCH for them in mod_auth_patch_connection
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd... - 16:02 Revision 2304 (svn): fix auth.backend.ldap.bind-dn/pw problems (thx ruskie)
- - missing PATCH for them in mod_auth_patch_connection
- 12:59 Feature #1773: mod_compress disabling methods
- http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-mod_compress-disable-bzip2.patch?rev=1.5
- 12:39 Feature #1773 (Assigned): mod_compress disabling methods
- i've planned to implment it with as mod_deflate from 1.5 branch:...
- 12:38 Feature #1773 (Fixed): mod_compress disabling methods
- mod_compress doesn't allow you to disable bzip2 method
2008-09-18
- 16:46 Bug #1772 (Fixed): Body isn't sent on certain 4xx responses
- See #1639 - please test our prerelease from http://blog.lighttpd.net/ :)
- 14:58 Bug #1772 (Fixed): Body isn't sent on certain 4xx responses
- When lighttpd responds with 422 the body appears to get striped.
Some web applications (those written with Ruby on...
Also available in: Atom