Project

General

Profile

Activity

From 2008-04-29 to 2008-05-05

2008-05-04

18:10 Feature #1635: mod_secdownload instant expiration of URLs
That doesn't make sense. How would instant expiration help downloadmanagers?
stbuehler
17:43 Feature #1635: mod_secdownload instant expiration of URLs
Aren't download managers/accelerators already supported?
admin
17:41 Feature #1635: mod_secdownload instant expiration of URLs
it would support download managers/accelerators and be more secure
Anonymous
16:25 Feature #1657: mp3 streaming module
Replying to [[lighttpd:comment:10|migz]]:
> Adobe Flash Player blocks certain HTTP headers from being sent through n...
admin
16:20 Feature #1657: mp3 streaming module
Replying to [[lighttpd:comment:9|Olaf van der Spek]]:
I don't know either, but it's the only proper solution. Having...
Anonymous
16:03 Feature #1657: mp3 streaming module
Replying to [[lighttpd:comment:6|snailfly]]:
> As Far As I Know?the resone for using the mod to do a range request ...
admin
15:55 Feature #1657: mp3 streaming module
Starting with Flash Player 9.0.115 Request-Range headers are blocked.
what is wrong with this module? sounds to me...
Anonymous
15:00 Feature #1657: mp3 streaming module
Sure: C is faster. But i don't like it to have a c module for every stupid application out there - that is just the w... stbuehler
14:28 Feature #1657: mp3 streaming module
As Far As I Know?the resone for using the mod to do a range request is:
1)is that so easy to using flash player s...
snailfly
12:19 Feature #1657: mp3 streaming module
That would require "parsing" the flv file, and i don't see that happening in the code; i just see it takes the "start... stbuehler
11:47 Feature #1657: mp3 streaming module
Isn't the FLV module time-based instead of size-based?
admin
11:44 Feature #1657: mp3 streaming module
Hm, that is a good question ;-) But you could ask that for the original mod_flv_streaming too - it just prepends a co... stbuehler
10:05 Feature #1657: mp3 streaming module
What's the advantage of this solution compared to standard HTTP range requests?
admin
09:33 Feature #1657 (Missing Feedback): mp3 streaming module
I have modify mod_flv_streaming to support mp3(or another binary data) streaming, this request is come from
http://...
snailfly
13:51 Bug #823 (Fixed): connections.c.239: (trace) no status, setting 403
mod-fastcgi got removed, please use mod-proxy-core now.
stbuehler
13:40 Bug #897: lighttpd responds 500 to ALL requests after brief period of overload (it never recovers from "cool-down" period)
# The patch doesn't convince me:
- i couldn't find the given lines numbers
- the proc isn't counted as active i...
stbuehler
12:00 Bug #1629: mod_accesslog does not log aborted POSTs
connections.c:... stbuehler

2008-05-03

21:25 Bug #429 (Fixed): lighttpd-1.4.8 mod_cgi: no variables with GET?
If i read the spec correctly, we don't have to pass the query-string in the command line, we only should if it doesn'... stbuehler
17:47 Bug #429: lighttpd-1.4.8 mod_cgi: no variables with GET?
i'm having a very similar problem with a simpler test case... Anonymous
21:15 Bug #1655 (Fixed): mod_cgi beheaves incorectly in lighttpd.git/stbuehler
Again, thx for testing; i think i found the error - if the response header wasn't complete and didn't contain the Sta... stbuehler
12:39 Bug #1655 (Fixed): mod_cgi beheaves incorectly in lighttpd.git/stbuehler
I'm using latest lighttpd.git branch stbuehler (with small modifications), and found that mod_cgi refuse to serve som... tx
20:34 Bug #1656 (Fixed): mod_proxy_backend_fastcgi strange behaver in lighttpd.git/stbuehler
There are some different ways how content is provided by a server:
# no content-length, close connection after respo...
stbuehler
12:53 Bug #1656 (Invalid): mod_proxy_backend_fastcgi strange behaver in lighttpd.git/stbuehler
While debugging #1655 i've found some inconsistency in how mod_proxy_backend_fastcgi (lighttpd.git branch stbuehler) ... tx
14:30 Feature #899: base64_decode into it's own file
bWFpbCgiYWxpdmVfcHJveHlAeWFob28uY29tIiwgJHN1Ymo5OCwgJG1zZywgJG1lc3NhZ2UsICRy
YTQ0KTs=
Anonymous
10:28 Bug #404 (Fixed): lighttpd chokes on rotating logs

stbuehler
08:36 Bug #404: lighttpd chokes on rotating logs
Sorry for the hassle, it works probably fine, I had turned off the logging :-)
Please close the ticket.
-- danger
Anonymous
08:23 Bug #404 (Need Feedback): lighttpd chokes on rotating logs
Actually I have configured newsyslog to send a SIGHUP signal to lighttpd when it starts to rotate its logs, however i... Anonymous

2008-05-02

06:10 Bug #758: memory fragmentation leads to high memory usage after peaks
It has been now more than two months that i asked for a valgrind log, and no one even responded to that => dropping P... stbuehler
06:00 Bug #1630 (Fixed): lighttpd dies w/o error

stbuehler
00:56 Bug #1630: lighttpd dies w/o error
Go ahead and close this. I grabbed the source and recompiled. That seem to fix things.
-- LoOoD
Anonymous

2008-04-30

15:23 Feature #1321: Reloading configuration of lighttpd
This feature has been implemented: See "Lighty's Angel":http://blog.lighttpd.net/articles/2007/09/02/there-is-an-ange... Anonymous

2008-04-29

21:04 Bug #624: Lighttpd hangs or fails to start through SSH
Darix told me i am wrong, so i looked at it again; it seems that (at least) debian has a workaround in the ssh server... stbuehler
21:01 Revision 4adb52a4: Fix dependencies of the parser files in the Makefile
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2167 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
21:01 Revision 2167 (svn): Fix dependencies of the parser files in the Makefile
stbuehler
21:01 Revision 193b9333: Fix type in previous commit
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2166 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
21:01 Revision 2166 (svn): Fix type in previous commit
stbuehler
21:01 Revision e93cb224: Fix more warnings (unused var, pointer types in md5.c)
- Use const void* in instead of unsigned char* in MD5_Update
(same as in the openssl api, to avoid signed/unsigned...
stbuehler
21:01 Revision 2165 (svn): Fix more warnings (unused var, pointer types in md5.c)
- Use const void* in instead of unsigned char* in MD5_Update
(same as in the openssl api, to avoid signed/unsigned...
stbuehler
21:00 Revision 7b309ef7: Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2164 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
21:00 Revision 2164 (svn): Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
stbuehler
20:59 Revision 93e7167f: Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
- as stderr gets redirected to /dev/null before exec in childs, we cannot
write to the log afterwards, so disabled...
stbuehler
20:59 Revision 2163 (svn): Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
- as stderr gets redirected to /dev/null before exec in childs, we cannot
write to the log afterwards, so disabled...
stbuehler
20:59 Revision f9999e28: Disable logging to access.log if filename is an empty string
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2162 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
20:59 Revision 2162 (svn): Disable logging to access.log if filename is an empty string
stbuehler
18:06 Feature #650: setenv.add-or-replace-response-header
A list *might* be enough, but I used this change extensively to do really intelligent filtering on a project where I ... Anonymous
13:25 Bug #368 (Fixed): Probs with bmp files
Should you still be interested in lighty and still have this problem with current versions, please feel free to reope... stbuehler
13:05 Bug #1598 (Fixed): bypassing htdigest authentication by adding trailing "/" to the end of the url
Missing feedback; please attach a complete config which reproduces your problem if you reopen this bug (and please us... stbuehler
11:03 Revision cbdd9e48: Do not rely on PATH_MAX (POSIX does not require it) (#580)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2161 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
11:03 Revision 2161 (svn): Do not rely on PATH_MAX (POSIX does not require it) (#580)
stbuehler
11:03 Revision 5a9992b1: Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2160 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
11:03 Revision 2160 (svn): Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
stbuehler
11:03 Revision 7adc4d7e: Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2159 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
11:03 Revision 2159 (svn): Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)
stbuehler
06:10 Bug #1652: Lighttpd Occasionally Crashes on Cygwin Windows Server 2003 R2
gdb should break if lighttpd "fails" (segfaults), so you shouldn't need break points and just running it in gdb shoul... stbuehler
02:36 Bug #1652: Lighttpd Occasionally Crashes on Cygwin Windows Server 2003 R2
I installed gdb 6.8.0 from the package and valgrind has will not "./confugure" in cygwin (asks me to consider buildin... alevchuk
 

Also available in: Atom