Project

General

Profile

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
Anonymous
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:... stbuehler
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... HenrikHolst

2008-09-23

21:09 Bug #1436 (Assigned): when server.max-connections is hit cpu load dramatically increases

stbuehler
21:09 Bug #1572 (Assigned): users can't finish downloads of static files (in error.log: write failed: Bad address 827)

stbuehler
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... stbuehler
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
stbuehler
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.
stbuehler
19:18 Feature #51 (Fixed): provide an infrastructure for content-filtering
Done for 1.5.x
stbuehler
19:15 Feature #827 (Fixed): Incorporate mod_deflate in release
mod_deflate is included in 1.5 now.
stbuehler
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... stbuehler
19:07 Bug #1747: openssl blocks
See #1070
stbuehler
19:06 Feature #939 (Fixed): no character encoding line in sample lighttpd.conf
Fixed in r2312
stbuehler
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 stbuehler
19:05 Revision 2312 (svn): [doc] added dir-listing.encoding to the example config
stbuehler
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:... stbuehler
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... stbuehler
18:30 Feature #1221 (Fixed): support *(wild card character) within include directive
As we agree we don't need it upstream, i close this.
stbuehler
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.... stbuehler
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... stbuehler
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 ...
stbuehler
17:33 Feature #1718: working with Nginx x-real-ip, Can not get the real Client IP
for x-real-ip see #1545
stbuehler
16:12 Feature #1718 (Fixed): working with Nginx x-real-ip, Can not get the real Client IP

stbuehler
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... stbuehler
15:43 Feature #1209 (Fixed): should be able to disable ETag for static files
Fixed in r2245, see #1442.
stbuehler
14:23 Revision 2311 (svn): Don't return HANDLER_ERROR from proxy-core content handling, produce 500 instead
stbuehler
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... Anonymous

2008-09-22

15:01 Feature #1337 (Fixed): renew lighttpd.spec and add logrotate conf

glen
15:01 Feature #1337 (Assigned): renew lighttpd.spec and add logrotate conf

glen
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
glen
14:56 Feature #1627 (Assigned): Allow disabling bzip2 support when using rpmbuild

glen
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...
Anonymous
10:28 Bug #1653 (Fixed): mod_alias silently drops aliases containing a ~
And i checked it again...:... stbuehler
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...
stbuehler
10:25 Revision 2310 (svn): Use decoded url for matching in mod_redirect (#1720)
stbuehler
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 stbuehler
10:16 Revision 2309 (svn): Use decoded url for matching in mod_redirect (#1720)
stbuehler
09:29 Bug #1776 (Fixed): lighttpd 99% CPU when uploading file

stbuehler
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...
Anonymous
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... stbuehler
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...
Anonymous
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...
Anonymous
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 ...
Anonymous
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...
Anonymous

2008-09-21

20:03 Revision 2308 (svn): Fix bug with case-insensitive filenames in mod_userdir (#1589)
stbuehler
19:40 Revision 2307 (svn): Decode url before matching in mod_rewrite (#1720)
stbuehler
15:42 Bug #1775 (Fixed): lighttpd 1.4.x mod_rewrite memory leak
Outch. Breaks "endless" loop detection too.
Testcase:...
stbuehler
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... qhy
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 stbuehler
15:33 Revision 2306 (svn): Fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
stbuehler

2008-09-20

13:48 Bug #1774 (Fixed): lighttpd memory leak on duplicated request header
Good catch! fixed in r2305
Used...
stbuehler
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... qhy
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 stbuehler
13:42 Revision 2305 (svn): Fix memleak in request header parsing (#1774, thx qhy)
stbuehler

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...
stbuehler
16:02 Revision 2304 (svn): fix auth.backend.ldap.bind-dn/pw problems (thx ruskie)
- missing PATCH for them in mod_auth_patch_connection stbuehler
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
glen
12:39 Feature #1773 (Assigned): mod_compress disabling methods
i've planned to implment it with as mod_deflate from 1.5 branch:... glen
12:38 Feature #1773 (Fixed): mod_compress disabling methods
mod_compress doesn't allow you to disable bzip2 method
glen

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/ :)
stbuehler
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...
Anonymous
 

Also available in: Atom