Activity
From 2008-06-22 to 2008-06-28
2008-06-26
- 21:13 Feature #1704 (Fixed): Set FCGI var SERVER_SOFTWARE to server.tag
- Based on http://trac.lighttpd.net/trac/ticket/357 (ticket opened 3y ago...)
PS. Please review the code. I don't know... - 20:01 Bug #1387: lighttpd+fastcgi memory problem
- I agree that this script is a pretty bad approach (this should be done in the webserver), but lighttpd buffering that...
- 19:47 Bug #399: FastCGI performance on high load
- lighttpd should inform the fcgi server about dropped connections, so the server can decide what to do about it (compl...
- 18:45 Feature #1017: 'Expect' header gives HTTP error 417
- Man I love all these comments from people complaining that other people aren't fixing the supposedly extremely simple...
- 17:48 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
- that doesn't check if the file exists or not.
that just does a rewrite based on the incoming URI. nothing more.
... - 16:48 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
- And what exactly stops you for using rewrite-once line like this:
"^/files.*\.(jpg|jpeg|gif|png|swf|avi|mpg|mpeg|... - 11:34 Feature #1703: lighttpd: dirlisting mod enhancement: listen to media content using xspf player
- comment on the file goes like this:
/**
* this is a dirlisting for a lighttpd plugin
*
* mla20071217a: listen ... - 10:55 Feature #1703 (Wontfix): lighttpd: dirlisting mod enhancement: listen to media content using xspf player
- hi!
i've been working on some patch for the dirlisting mod for lighttpd to allow the use of a flash player (like xsp... - 10:08 Feature #1702: multiple X-Sendfile for sending multiple files
- Erm, sorry about the markup, I forgot to preview it....
- 10:07 Feature #1702: multiple X-Sendfile for sending multiple files
- You should be able to use mod_magnet to output the two files with something like {{{
lighty.content = { { filename =... - 08:44 Feature #1702: multiple X-Sendfile for sending multiple files
- Replying to [[lighttpd:comment:1|anonymous]]:
> 1. no we wont implement zip compression for you in lighttpd. buildin...
2008-06-25
- 21:23 Feature #1702: multiple X-Sendfile for sending multiple files
- 1. no we wont implement zip compression for you in lighttpd. building a zip is not just concatting files together.
2... - 21:06 Feature #1702 (Fixed): multiple X-Sendfile for sending multiple files
- It would be nice if lighttpd would send multiple files as one stream when multiple X-Sendfile headers are specified. ...
- 14:48 Feature #737: php fcgi does not restart if lighttpd restarts
- Replying to [[lighttpd:comment:5|masryalex@gmail.com]]:
> Same here
> lighttpd-1.4.18
> CentOS 5.1
> PHP 5.2.5
>... - 08:39 Bug #266 (Need Feedback): WebDAV sub-folders not visible
- This fix is incomplete. eg/ie the dav module does not %-encode '[' or ']'. This is not in compliance with weth RFC 39...
2008-06-24
- 15:57 Bug #897: lighttpd responds 500 to ALL requests after brief period of overload (it never recovers from "cool-down" period)
- This mod has reduced, but hasn't removed the problem totally... I believe that there is some other point that's fragi...
- 10:44 Bug #1016 (Fixed): header Content-Disposition with russian '?' (CP1251, ascii code 255) causes error
- 10:36 Feature #1695: Chinese file name support?
- If you get a "Not found", i think it is a problem with your filesystem.
- 10:26 Feature #1696 (Fixed): mod_deflate patch for 1.4.19
- Duplicate of #1697.
- 10:20 Bug #1700 (Fixed): rc.lighttpd.redhat does not work on rhel 5 with non-standard pid file location and chroot
- I don't see why that should be a bug in lighty - looks more like a bug in rhel.
And i don't think we should includ...
2008-06-23
- 20:20 Bug #1701: mod_redirect rules do not work in 1.4.19
- This is the full nested regex for our drupal installation - like I say this configuration works absolutely fine in 1....
- 19:14 Bug #1701: mod_redirect rules do not work in 1.4.19
- Without having done any investigation myself, I'd still say that -- if this is the case -- it is a regression which n...
- 18:13 Bug #1701: mod_redirect rules do not work in 1.4.19
- Did you try this config block in a minimal config or in a big one?
Perhaps you have an url.redirect in a following... - 17:36 Bug #1701 (Missing Feedback): mod_redirect rules do not work in 1.4.19
- mod_redirect "!~" expression no longer works in version 1.4.19 our lighttpd.conf has not changed - recompiled 1.4.18 ...
- 19:11 Bug #1680 (Fixed): Combined auth.require and proxy.server hangs connections
- 19:05 Bug #1676 (Fixed): Order of nested conditionals (remoteip - host)
- Fixed in r2147.
- 18:43 Bug #1661 (Fixed): Old lighttpd.conf no longer works (remoteip condition fails)
- Missing feedback, assuming it got fixed in r2147.
- 18:22 Feature #1017: 'Expect' header gives HTTP error 417
- # not a bug - see http://tools.ietf.org/html/rfc2616#section-14.20
# if you think it is a trivial fix, then please pr... - 18:21 Feature #377 (Fixed): Incorrect handling of the 100 (Continue) Status
- # not a bug - see http://tools.ietf.org/html/rfc2616#section-14.20
# if you think it is a trivial fix, then please p... - 02:49 Bug #575: high-time connections in handle-req impact fastcgi overload calculation
- It seems that 1.4.19 + php 5.2.4 + xcache have seem issue.
2008-06-22
- 22:57 Bug #1693: Memory Leak in stat_cache.c Found
- #1363 might still be a different issue: with that bug, I had a steady leak on each and every hit and there was no nee...
- 22:46 Bug #1700: rc.lighttpd.redhat does not work on rhel 5 with non-standard pid file location and chroot
- (note: there should be a double underscore on the front of the function name pids_pidof - trac took it as a formattin...
- 22:44 Bug #1700 (Invalid): rc.lighttpd.redhat does not work on rhel 5 with non-standard pid file location and chroot
- In the following situation:
1. Centos/RHEL Version 5 (Tested on 5.1, assuming it affects 5.0 too, does not happen ... - 15:06 Feature #339: HTTP header parsing
- This is not exactly the issue described above, but fits the bug heading well and affects the same piece of code. Besi...
- 13:22 Bug #1699 (Fixed): (typo?) localtime should be used instead of localtime_r
- I think there's a typo in both lighttpd-1.4.19 and 1.5-svn, in file src/mod_accesslog.c. The second localtime_r() cal...
Also available in: Atom