Activity
From 2006-08-28 to 2006-09-03
2006-09-03
- 18:23 Bug #838: mod_evhost does not handle trailing "." in hostname
- Until the patch is accepted, it is possible to use "/%2.%1" as a workaround.
-- zak.johnson - 18:11 Feature #400: Bandwidth quotas
- Replying to [[lighttpd:ticket:400|jigadmin@syberdave.net]]:
> I'd like to be able to allow a virtual host to be able... - 17:36 Bug #831 (Fixed): Content-Type is always text/html when using X-LIGHTTPD-send-file from PHP fastcgi
- X-Sendfile is only changing the Content of the response and none of the headers. As PHP uses Content-Type: text/html ...
2006-09-02
- 23:19 Bug #838 (Fixed): mod_evhost does not handle trailing "." in hostname
- While it can be -- and frequently is -- omitted, absolute domain names include a trailing dot (see RFC 1034, section ...
- 19:32 Bug #758: memory fragmentation leads to high memory usage after peaks
- Replying to [[lighttpd:comment:4|anonymous]]:
> Lighty memory usage seems to grow linearly with traffic on my Linux ... - 05:26 Bug #811: PATH_INFO, ORIG_PATH_INFO, and PHP_SELF not set in Lighttpd1.4.11/PHP4.4.3
- i also need this fixed
- please advise
2006-09-01
- 14:51 Feature #832 (Fixed): yaSSL (wolfssl) TLS support
- Lighty should use yaSSL ([[www.yassl.com]]) as its SSL backend engine instead of openSSL! Even mySQL uses it for perf...
- 14:45 Bug #831 (Fixed): Content-Type is always text/html when using X-LIGHTTPD-send-file from PHP fastcgi
- I'm trying to protect some video files behind a PHP script, because I need to rename them on the fly, otherwise I'd s...
- 10:21 Revision 38b24d85: backported to the 1.4.11 interface
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1277 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:17 Revision 33983f89: merged -r1042:1194 for mod_webdav.c from the 1.5.0 tree
- - added Content-Range support for PUT
- added experimental LOCK support
- call PREATE after the CREATE TABLE
git-sv... - 10:07 Revision 71e66c88: fix cygwin-only path traversal
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1275 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:53 Revision 48ca389d: - use a big SSL_read buffer which can read at least 16k + the pending bytes
- - reuse the last read-buffer after a SSL_ERROR_WANT_READ
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/light... - 09:52 Revision 609a30e8: disable the ssl-write checks for a moving SSL-write-buffer
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1273 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:51 Revision 28f6aa9b: skip empty buffers
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1272 152afb58-edef-0310-8abb-c4023f1b3aa9
- 00:53 Bug #239: mod_webdav + ssl causes IE to hang
- Have you turned keepalives off? cause ie has problems with ssl connections that use keepalives. This is default in ap...
2006-08-31
- 03:51 Bug #830 (Fixed): patch to mod_fastcgi.c is applied with a bug
- (line 2736) hctx->proc->state = PROC_STATE_DIED;
has to be deleted as it undermines the pat...
2006-08-30
- 15:37 Revision f3c92b12: - branch for testing the ssl fixes
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1271 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:49 Bug #829 (Fixed): Lighttpd "crashes" after a lot of file was shrinked messages
- 2006-08-30 15:46:43: (network_freebsd_sendfile.c.152) file was shrinked: /usr/local/www/www.webcam.nl/klanten/kalvers...
2006-08-29
- 10:01 Feature #828: additional info for server-status
- I made a small patch:
in mod_status.c I changed:
BUFFER_APPEND_STRING_CONST(b, "</td><td class=\"string uri\">"... - 09:41 Feature #828 (Fixed): additional info for server-status
- It would be nice to have the QUERY_STRING in server-status.
The reason I am asking is because from time to time I ... - 08:53 Bug #803: nesting $HTTP["referer"] inside of $HTTP["url"] does not work
- Oops, bad formating.
Just put $HTTP[[url]] inside $HTTP[[referer]]
$HTTP[[url]] must be allways the last, at leas... - 08:50 Bug #803: nesting $HTTP["referer"] inside of $HTTP["url"] does not work
- I think this should work:
$HTTP[[referer]] !~ "^($|http://www\.fussball-forum\.de)" {
$HTTP[[url]] =~ "^/images...
2006-08-28
- 23:47 Feature #827 (Fixed): Incorporate mod_deflate in release
- mod_compress handles static data only. "mod_deflate":http://trac.lighttpd.net/trac/wiki/Mod_Deflate dynamically compr...
- 19:23 Bug #664: [website] lighttpd.net visited link unreadable under IE
- hi
- 17:06 Bug #826 (Fixed): name_max default should be 255 and not 256
- http://trac.lighttpd.net/trac/browser/tags/lighttpd-1.4.11/src/mod_dirlisting.c#L606
name_max = 256; /* stupid defau... - 14:31 Bug #825 (Fixed): url.access-deny ( ".ext" ) still serves "/file.ext/"
- The summary says it all.
-- skoot - 08:50 Feature #786: mod_cml + mod_compress NOT A DREAM ANYMORE
- hey all,
im sorry but the above code will cause a memory leak.
here is the fix, insert it after _'_'con->mode =...
Also available in: Atom