Timeline


and .

08/21/2008: Yesterday

14:59 PoweredByLighttpd edited by anonymous
(diff)
13:22 PoweredByLighttpd edited by anonymous
Moved IchFlirt?.de from >10 req/s to >100/req/s (diff)

08/20/2008:

18:58 Ticket #1755 (specifying config-file twice crashes lighttpd) created by opottone@…
I accidentally wrote a script which runs the command lighttpd -f …
16:45 Ticket #1754 (lighty SHOULD not include "Content-Encoding" in a 304 Not Modified ...) closed by stbuehler
fixed: Applied modified patch in [2206] (compare case insensitive).
16:44 Changeset [2296] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/response.c

Do not send content-encoding for 304 (#1754), thx yzlai

16:13 Ticket #1754 (lighty SHOULD not include "Content-Encoding" in a 304 Not Modified ...) created by yzlai@…
According to RFC2616, a 304 Not Modified response SHOULD/MUST NOT …
13:54 Changeset [2295] by stbuehler
  • trunk
  • trunk/src/Makefile.am

Fixed parser generating with automake

  • we want "make dist" to generate them (so you can use them for cross compiles), but we don't want them to be generated in the source dir. so if you change the .y files and have an extra build dir, you have to delete the generated parsers from your source. they get deleted with "make maintainer-clean"
10:12 Changeset [2294] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/src/Makefile.am

Fixed parser generating with automake

  • we want "make dist" to generate them (so you can use them for cross compiles), but we don't want them to be generated in the source dir. so if you change the .y files and have an extra build dir, you have to delete the generated parsers from your source. they get deleted with "make maintainer-clean"
10:12 Changeset [2293] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/tests/docroot/www/Makefile.am

Fix make dist (remove dummydir)

08/19/2008:

22:23 Changeset [2292] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/src/server.c

Use struct copy instead of memcpy for volatile siginfo_t in server.c Fixes "discards qualifiers" warning.

21:30 Ticket #1584 (support for xinetd) closed by stbuehler
wontfix: Perhaps someone will implement this someday. But i don't think so. And …
18:26 Ticket #397 (lighttpd 1.4.8 ssl problem) closed by stbuehler
fixed: No. Tell the openssl devs to give me a way to be able to separate …
17:59 Ticket #397 (lighttpd 1.4.8 ssl problem) reopened by anonymous
Replying to anonymous: > Reproduced repeatedly with IE6 and …
17:57 Ticket #397 (lighttpd 1.4.8 ssl problem) closed by stbuehler
fixed: There have been no recent reports of this (and i requested them, see …
17:46 Ticket #397 (lighttpd 1.4.8 ssl problem) reopened by paul@…
Out of curiosity, how does hiding the errors rectify the problems noted …
17:46 DebugVariables edited by stbuehler
add debug.log-ssl-noise (diff)
17:45 Docs:ConfigurationOptions edited by stbuehler
add debug.log-ssl-noise (diff)
17:42 Ticket #397 (lighttpd 1.4.8 ssl problem) closed by stbuehler
fixed: "Fixed" in [2291]. If you still want to see the (imho) useless errors, use …
17:40 Changeset [2291] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/doc/configuration.txt

Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)

16:58 Changeset [2290] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_ssi_exprparser.y

Fix mem leak in ssi expression parser (#1753), thx Take5k

16:43 Ticket #1753 (mod_ssi Memory Leak) closed by stbuehler
fixed: "A = B;" would have done it for the first rule too - applied the modified …
16:42 Changeset [2289] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_ssi_exprparser.y

Fix mem leak in ssi expression parser (#1753), thx Take5k

16:41 Changeset [2288] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/src/mod_fastcgi.c

Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgi

16:41 Changeset [2287] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_fastcgi.c

Replaced fprintf with log_error_write in mod-fastcgi

16:41 Changeset [2286] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/src/log.c

Add 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hex

16:41 Changeset [2285] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_accesslog.c

Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)

14:28 Ticket #985 (Request: mod_rewrite check if file exists (like mod_rewrite in apache)) reopened by lucas.aerbeydt@…
The "nice" was referring to ease of use. I don't want to force my users to …
12:49 Ticket #1753 (mod_ssi Memory Leak) created by Take5k@…
When evaluating expressions, the memory leak has occurred in the IF/ELIF …
12:10 OptionalLibraries edited by anonymous
(diff)
11:22 Ticket #985 (Request: mod_rewrite check if file exists (like mod_rewrite in apache)) closed by stbuehler
wontfix: The proposed patch is crap (did you even read the code if you tell us it …
08:56 Ticket #1752 (large file download from backend server) closed by stbuehler
invalid: You are wrong. The file is sent back to the client as fast as possible, it …
08:51 Ticket #1750 (X-LIGHTTPD-send-file with wrong path) closed by stbuehler
invalid: This is a bug tracker, not a support forum. Post an example script which …
05:37 Ticket #1752 (large file download from backend server) created by degreane@…
I set up lighttpd 1.4.19 as a proxy for backend servers ... main problem …
00:11 Changeset [2284] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/tests/mod-rewrite.t

[tests] fix skip in mod-rewrite

08/18/2008:

19:33 Ticket #1751 (counters not working) created by anonymous
[…]
16:33 Ticket #1589 (server.force-lowercase-filenames doesn't work inside userdir's) closed by stbuehler
fixed: "Fixed" in [2283] - but i wouldn't use a case-insensitive filesystem if i …
16:21 Changeset [2283] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_userdir.c

Fix bug with case-insensitive filenames in mod_userdir (#1589)

14:03 Ticket #1728 (response.c alters doc_root) closed by stbuehler
worksforme: missing feedback.
14:02 Ticket #1617 (SSI BUG?) closed by stbuehler
worksforme: missing feedback

08/17/2008:

20:37 Ticket #1750 (X-LIGHTTPD-send-file with wrong path) created by masryalex@…
using X-LIGHTTPD-send-file with wrong path kills lighty with no error in …
17:07 Docs:Configuration edited by gw.lighttpd@…
Mentioned things that would be useful but cann't be done in lighttpd … (diff)

08/15/2008:

15:06 Docs:ModSimpleVhost edited by anonymous
only one error log (diff)
12:01 Docs:ModSimpleVhost edited by hoffie
(diff)
11:41 Docs:ModSimpleVhost edited by anonymous
(diff)
11:40 Docs:ModSimpleVhost edited by anonymous
example (diff)
08:49 Ticket #1749 (Make lighty.request fully writable in mod_magnet) created by kupson@…
Without this patch changes in lighty.request table don't go outside of …

08/14/2008:

09:34 Ticket #1748 (False information submitted from mod_uploadprogress) created by Simon.Schaefer@…
When we use the mod_uploadprogress module to get the size of the current …

08/13/2008:

00:41 server.network-backendDetails edited by jonahellison@…
(diff)

08/12/2008:

19:52 Changeset [2282] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/response.c

Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)

19:47 Changeset [2281] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/response.c

Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)

08/11/2008:

20:25 Docs:ModSecDownload edited by anonymous
(diff)
20:24 Docs:ModSecDownload edited by anonymous
(diff)
11:58 Ticket #3 ($_SERVER["PHP_SELF"] broken if index file is used) closed by hoffie
fixed: The bug is supposed to be fixed, if it is not, please provide details. …
11:32 Ticket #3 ($_SERVER["PHP_SELF"] broken if index file is used) reopened by anjy.kc@…
Replying to jan@kneschke.de: > Fixed in SVN. See [10] I too …

08/08/2008:

13:14 Ticket #1747 (openssl blocks) created by HenrikHolst
the network_openssl.c backend blocks the whole of lighttpd during send of …
12:00 Ticket #1746 (network_ssl_backend_write is set twice) created by HenrikHolst
The network_ssl_backend_write variable in network.c is set twice for some …

08/06/2008:

07:57 Ticket #1745 (server.pid-file server.username and server.groupname as parameter) closed by stbuehler
duplicate
05:50 Ticket #1745 (server.pid-file server.username and server.groupname as parameter) created by miguel@…
it would be nice if we can get it so you can pass in the following …
05:49 Ticket #1744 (server.pid-file server.username and server.groupname as parameter) created by miguel@…
it would be nice if we can get it so you can pass in the following …

08/05/2008:

18:18 Ticket #1743 ([PATCH] Add support for CRYPT-MD5-NTLM) created by m.bevand@…
I would like to propose the following patch for inclusion in lighttpd …
13:16 Ticket #1523 (Add WSGI support to mod_proxy backends) closed by stbuehler
wontfix: We will never include blocking modules for generating content. And …
06:13 Docs:ModAccessLog edited by casey@…
Bytes come after status codes … (diff)

08/04/2008:

21:13 Docs:SSL edited by anonymous
(diff)
21:10 Docs:SSL edited by anonymous
(diff)
14:00 Ticket #1564 (auth.backend.ldap.filter not working with conditionals/not being rebuilt) closed by stbuehler
fixed: Thank you very much for finally give the details i need to understand …
13:58 Changeset [2280] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_auth.c

Fixed conditional patching of ldap filter (#1564)

09:33 Docs:ModCompress edited by Liu Liu
(diff)
09:29 Docs:ModCompress edited by Liu Liu
(diff)

08/03/2008:

15:54 Ticket #665 (server.errorlog is global instead of per virtual host) closed by stbuehler
wontfix: 1. You have one lighttpd running, so one error.log. For your applications …
15:50 Ticket #1151 (compile error (during compiling mod_fastcgi)) closed by stbuehler
fixed: Fixed in [1787]
15:46 Ticket #370 (spawn-fcgi binds fcgis to *:port, which can be a security risk) closed by stbuehler
fixed
15:44 Ticket #1219 (spawn-fcgi no fork mode) closed by stbuehler
invalid: And i don't see what is wrong with that.
15:43 Ticket #1463 (Permissions in logs) closed by stbuehler
invalid: server.username and server.groupname are global only options, your process …
15:41 Ticket #1390 (Running lighttpd within linux.) closed by stbuehler
invalid: This is not a support forum.
15:39 Ticket #1429 (Sporadic crashes with 1.4.18) closed by stbuehler
worksforme: There have been some changes, but without more information i don't see how …
15:36 Ticket #1409 (Please provide CSDB records) closed by stbuehler
wontfix: Packaging isn't something which should be done by a cron job. Apart from …
15:33 Ticket #1482 (lighty does not appear to use server.errorfile-prefix when fastcgi returns ...) closed by stbuehler
invalid
15:32 Ticket #1431 (Expanded the URI encoding) closed by stbuehler
duplicate: duplicate of #266, fixed in [2272], [2273]
15:28 Ticket #1271 (/var/log/lighttpd is unsafe) closed by stbuehler
wontfix: Oh big news... CGI without suid wrapper or apparmor/... isn't …
15:21 Ticket #1172 (mod_compress will suppress mod_expire) closed by stbuehler
invalid
15:01 Ticket #669 (problems with authentication for urls differing in case) closed by stbuehler
wontfix: Limitation by config design, won't fix.
14:20 Ticket #1674 (Copying (big) files onto server fails with WinXP clients) closed by stbuehler
wontfix: ok, let me summarize: * lighttpd does not timeout * the file is …
13:53 Ticket #1742 (Hostnames which resolve to an IPv6 address do not work in SSL socket ...) closed by stbuehler
invalid: Use {{{ $SERVERsocket? == "[ipv6.example.net]:443" But i don't …
00:22 PoweredByLighttpd edited by anonymous
(diff)
00:06 PoweredByLighttpd edited by anonymous
(diff)

08/02/2008:

21:56 Ticket #1742 (Hostnames which resolve to an IPv6 address do not work in SSL socket ...) created by rm
A hostname which resolves to an IPv6 address cannot currently be used to …
19:30 Ticket #1720 (Rewriting rules and URL encoding) closed by hoffie
fixed: Should be fixed in [2278]. Just for reference, in your case you consider …
17:00 Ticket #1741 (Trac ValueError: invalid literal for int() with base 10) closed by moo
fixed: upgrade pendingticketplugin. i suppose it fixed. feel free to reopen this …
16:24 Changeset [2279] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/tests/run-tests.pl

[tests] Added env var TESTS to select only a subset of tests

16:24 Changeset [2278] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_rewrite.c

Decode url before matching in mod_rewrite (#1720)

16:03 Ticket #1498 (REMOTE_USER?) closed by stbuehler
wontfix
15:18 Docs:ModSecDownload edited by anonymous
(diff)
15:16 Docs:ModSecDownload edited by anonymous
Timeout causes status 410 instead of 408 (diff)
15:12 Ticket #1741 (Trac ValueError: invalid literal for int() with base 10) created by gaetan.bisson@…
I was trying to access a ticket of mine: …
13:37 Ticket #1644 (Large HTTP Posts - get corrupted or just hang - with fastcgi PHP) closed by stbuehler
fixed: Duplicate of #1675, fixed in [2256].
13:25 Ticket #1602 (LigHTTPD 1.4.19 freezes FreeBSD) closed by stbuehler
invalid: If your system crashes you should report the bug for you system, not the …
12:24 Ticket #1101 (SSI include virtual does not run cgi) closed by stbuehler
wontfix: I updated the docs to make the limitation more clear: we do not execute …
12:23 Docs:ModSSI edited by stbuehler
(diff)
10:23 Ticket #1736 (Lighttpd Trac getting out of memory error) closed by stbuehler
fixed: Looks like mOo fixed it.
09:05 Docs:ModRewrite edited by sebyte@…
fixed unbalanced parentheses (diff)

08/01/2008:

21:13 Ticket #1149 (handle-req time too long) closed by stbuehler
invalid: I don't see a problem.
21:04 Ticket #212 (Executable expects modules in /usr/local/lib even though it is configured ...) closed by stbuehler
worksforme: Works for me - perhaps you should update your autotools package or use …
20:55 Ticket #1030 (mod_webdav and sqlite) closed by stbuehler
invalid: I guess lighty didn't have the permission to open/create the sqlite …
20:52 Ticket #463 (lighttpd crashed after uploading file with https+webdav using novell ...) closed by stbuehler
worksforme: Missing feedback.
20:50 Ticket #1561 (Kernel Panic on FreeBSD 5.4-STABLE) closed by stbuehler
worksforme: FreeBSD bug closed until update.
20:48 Ticket #1261 (mod_evhost produces wrong patterns if the fqdn ends with a dot) closed by stbuehler
duplicate
20:35 Ticket #1550 (segfault) closed by stbuehler
fixed: Fixed in [2277]
20:31 Changeset [2277] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/configparser.y

Print helpful error message on conditionals in global block (#1550)

19:46 Ticket #1444 (Crashes when running out of FDs) closed by stbuehler
duplicate: Duplicate of #1562, fixed.
19:44 Ticket #401 (conflict between server.indexfiles & url.access.deny) closed by stbuehler
worksforme: Really old, works now (for me)
19:36 Ticket #1152 (mod_proxy fails with proxy.balance = "round-robin") closed by stbuehler
duplicate
19:34 Ticket #1116 (lighttpd 1.4.13 reproducible (every time) segfault when file cannot be ...) closed by stbuehler
worksforme: Missing feedback.
19:33 Ticket #76 (Multiple fastcgi.server's) closed by stbuehler
worksforme: Too old :)
19:30 Ticket #161 (Lighttpd misbehaves when missing end / in evhost.path-pattern) closed by stbuehler
fixed: Fixed in [2275] and [2276]
19:29 Changeset [2276] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_evhost.c

Fix dropping last character of evhost pattern (#161)

19:29 Changeset [2275] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_evhost.c

Fix dropping last character of evhost pattern (#161)

18:39 Ticket #145 (lighttpd will exist if a cgi is 'broken') closed by stbuehler
worksforme: Now, ticket is way too old :)
18:37 Ticket #1712 (mod_cgi remaps digits to "_" in environment variable names.) closed by stbuehler
fixed: Fixed in [2274]
18:35 Changeset [2274] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_cgi.c

Allow digits in [s]cgi env vars (#1712)

18:15 Ticket #1731 (HTTP 405 Status code truncates content) closed by stbuehler
fixed: Fixed in [2154]
18:03 Ticket #814 (mimetype.charset?) closed by stbuehler
wontfix: Use include_shell if you need such custom behaviour.
17:59 Changeset [2273] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/buffer.c

Fixed url encoding to encode more characters (#266)

17:54 Ticket #266 (WebDAV sub-folders not visible) closed by stbuehler
fixed: Fixed in [2272].
17:54 Changeset [2272] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/buffer.c

Fix url encoding to encode more characters (#266)

17:51 Ticket #1408 (get data from proxy) closed by stbuehler
worksforme: There may have been some conflicts with other modules too (should be fixed …
17:49 Ticket #1452 (spawn-fcgi doesn't pass on the exit code from child's it spawns) closed by stbuehler
fixed: How should a daemonized binary give you a exit value? Just run it in …
17:44 Ticket #1359 (alias, auth etc are not checked for destination path for webdav operations) closed by stbuehler
wontfix: webdav is a stupid protocol imho, and so there are just some things we …
17:42 Ticket #1585 (mod_compress will append etags header even if etags is disabled) closed by stbuehler
invalid: Why would you disable etags if you need mod_compress? And i don't like …
17:37 Ticket #1502 (mod_setenv very broken) closed by stbuehler
invalid: I think you just tried a mixed-case name setup... And as the keys in the …
17:35 Ticket #420 (setenv.add-environment() maps all variable names uppercase) closed by stbuehler
invalid: The keys in associate arrays in lighttpd are not case sensitive, and that …
17:31 Ticket #821 (setenv.add-environment would skip setting the env if the env contains a ...) closed by stbuehler
invalid
17:17 Ticket #1547 (conditional "add-environment"s overwrite each other / no inheritance) closed by stbuehler
invalid: You may of course add a hint in the docs, but it is still …
17:15 Ticket #1636 (lighttpd-1.4.18-1 (on F-7) does not escape %% to %.) closed by stbuehler
fixed: Fixed in [2148]
16:16 Ticket #631 (PROPFIND status code not propogated in proxy) closed by stbuehler
fixed: I tried fixing it in [2271] :) So now it would be nice if you could …
16:13 Changeset [2271] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/http-header-glue.c

Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)

16:10 Ticket #1594 (Use /tmp instead of /var/tmp) closed by stbuehler
invalid: Many people mount a ramdisk in /tmp, and this is obviously not where we …
14:38 DocsToc edited by anonymous
(diff)
14:24 DocsToc edited by anonymous
(diff)
12:37 Ticket #1740 (remoteip support for mod_magnet) created by Taylan Karaoglu
there is no way to getting remote client ip from mod_magnet so i added …
11:24 Changeset [2270] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/src/buffer.c

Fix buffer_reset to make an empty string

11:19 Ticket #1555 (1.5.0 r1992 rejects requests with segment request-method (1.4.x is fine)) closed by stbuehler
fixed: Fixed in [2269]
11:19 Changeset [2269] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/http_req.c

Fix #1555: HTTP Request/Response only accept complete headers, i.e. ended with double CRLF

10:08 Ticket #1738 (MKCOL and PUT broken in WEBDAV mod_webdav *All* litmus tests now failing) closed by stbuehler
fixed: Fixed in [2268]
10:07 Changeset [2268] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_webdav.c

Fixed mod_webdav, litmus now passes everything except locks (#1738) 3 warnings in litmus 0.11:

  • "DELETE removed collection resource with Request-URI including fragment; unsafe" - i don't care about that :)
  • 2x"{COPY, MOVE} to existing collection resource didn't give 204" - bug in litmus
10:07 Changeset [2267] by stbuehler
  • trunk
  • trunk/tests/docroot/www/Makefile.am

Fix make dist (remove dummydir)

10:07 Changeset [2266] by stbuehler
  • trunk
  • trunk/src/buffer.c

Fix buffer_reset to make an empty string

09:54 Ticket #1739 (license information broken site link) closed by stbuehler
fixed

07/31/2008:

21:50 Ticket #1739 (license information broken site link) created by j.mcpherson2 [at] {geemale} DOT com
I am working on a corporate project which would like to make use of the …
21:10 JoomlaSEO edited by anonymous
(diff)
20:45 Ticket #1722 (mod_fastcgi/mod_scgi: bin-environment doesn't override parent environment) closed by stbuehler
fixed: Fixed in [2265]
20:45 Changeset [2265] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_fastcgi.c

mod_{fast,s}cgi: overwrite environment variables (#1722)

20:45 Changeset [2264] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_fastcgi.c

Fix EINTR handling for waitpid in mod_fastcgi

20:06 Ticket #1738 (MKCOL and PUT broken in WEBDAV mod_webdav *All* litmus tests now failing) created by anonymous
Greetings I checked out the trunk from subversion, configured it, and …
19:47 Ticket #1662 (url.redirect considers keys as case insensitive) closed by stbuehler
wontfix: Problem by config design - wontfix, sry.
19:41 Ticket #1719 (can detect presence of hidden directories through HTTP redirects:) closed by stbuehler
invalid: If you "hide" directories for example with mod_alias, there is nothing …
17:23 Ticket #1564 (auth.backend.ldap.filter not working with conditionals/not being rebuilt) reopened by uspoerlein@…
Well, if the documentation mentions this shortcoming, then this is …
17:13 Ticket #1737 (PATCH: Allow FQDN in mod_evhost path-pattern) created by tickets@…
Hi, I have a case where I need the FQDN in the "evhost.path-pattern". …
16:47 Ticket #1736 (Lighttpd Trac getting out of memory error) created by anonymous
When I go to this page, there's an Out Of Memory …
16:47 Ticket #1732 (Replace buffer_append_string with BUFFER_APPEND_STRING_CONST) closed by stbuehler
fixed: Fixed in [2263] for 1.5
16:45 Changeset [2263] by stbuehler
  • trunk
  • trunk/src/array.c
  • trunk/src/chunk.c

Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x))

16:45 Changeset [2262] by stbuehler
  • trunk
  • trunk/tests/LightyTest.pm

[tests] Use LightyTest?.pm from 1.4.x

16:45 Changeset [2261] by stbuehler
  • trunk
  • trunk/doc/CMakeLists.txt
  • trunk/doc/Makefile.am

Remove mod_proxy

16:45 Changeset [2260] by stbuehler
  • trunk
  • trunk/src/network_solaris_sendfilev.c

Handle EAGAIN and EINTR for freebsd sendfile (#1675)

16:44 Changeset [2259] by stbuehler
  • trunk
  • trunk/src/mod_secure_download.c
  • trunk/tests/mod-secdownload.t

Fix mod_secdownload problem with unsigned time_t (#1688) Fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)

11:59 Ticket #1701 (mod_redirect rules do not work in 1.4.19) closed by stbuehler
worksforme: I just tried your example with the current svn build and the debian 1.4.19 …
10:36 Ticket #1715 (mod_proxy round robin not working) closed by stbuehler
fixed: Fixed in [2258]
10:35 Ticket #1716 (mod_scgi process spawning without replacing fd=0 (stdin) by socket as in ...) closed by stbuehler
fixed: Fixed in [2257]
10:34 Ticket #1675 (network_freebsd_sendfile does not handle EAGAIN or EINTR on file chunks ...) closed by stbuehler
fixed: Fixed in [2256]
10:30 Ticket #1688 (mod_secdownload problem on QNX) closed by stbuehler
fixed: Fixed in [2255]
10:28 Changeset [2258] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_proxy.c

Fix round-robin balancing in mod_proxy (#1715)

10:28 Changeset [2257] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_scgi.c

Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)

10:28 Changeset [2256] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/network_freebsd_sendfile.c

Handle EAGAIN and EINTR for freebsd sendfile (#1675)

10:28 Changeset [2255] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_secure_download.c

Fix mod_secdownload problem with unsigned time_t (#1688)

05:04 PoweredByLighttpd edited by anonymous
(diff)

07/30/2008:

22:15 Ticket #1707 (FLVScrubber3 'startAt' opton doesn't work on my server) closed by stbuehler
invalid: http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd
22:10 Ticket #1708 (FLVScrubber3 'startAt' opton doesn't work on my server) closed by stbuehler
duplicate: #1707
21:47 Ticket #430 (mod_auth doesn't support virtual hosts) closed by stbuehler
wontfix: That is what conditionals are for.
21:45 Ticket #1284 (lighttpd don't print keep alive answering header) closed by stbuehler
wontfix: […]
21:38 Ticket #1687 (Generate dir listings on GETs only) closed by stbuehler
fixed: Fixed in [2253], [2254] to do the same as mod_staticfile: accept GET, HEAD …
21:37 Changeset [2254] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_dirlisting.c

Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)

21:37 Changeset [2253] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_dirlisting.c

Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)

21:24 Ticket #1652 (Lighttpd Occasionally Crashes on Cygwin Windows Server 2003 R2) closed by stbuehler
worksforme: Iirc, it is a close after a connection reset. Missing feedback.
21:18 Ticket #1711 (%0 in mod_rewrite) closed by stbuehler
invalid: This is a bug tracker, not a support forum. Match the hostname before.
21:17 Ticket #1710 (mod_secdownload MD5 compare should not be case sensitive) closed by stbuehler
fixed: Fixed in [2251] and [2252] for 1.4 and 1.5
21:16 Changeset [2252] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_secure_download.c

case insensitive match for secdownload md5 token (#1710)

21:16 Changeset [2251] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_secure_download.c

case insensitive match for secdownload md5 token (#1710)

19:38 Changeset [2250] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/array.c

Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x))

17:40 Changeset [2249] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/tests/fastcgi-13.conf
  • branches/lighttpd-1.4.x/tests/mod-fastcgi.t

[tests] Fix fastcgi php finding

17:06 Ticket #1734 (mod_proxy stalling with freebsd-kqueue event handler) closed by stbuehler
invalid: It gets closed even before lighty sends the content (6 was the proxy fd, …
16:49 Ticket #1699 ((typo?) localtime should be used instead of localtime_r) closed by stbuehler
fixed: Fixed in [2247] and [2248] for 1.4 and 1.5
16:49 Changeset [2248] by stbuehler
  • trunk
  • trunk/src/mod_accesslog.c

fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)

16:42 Changeset [2247] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/src/mod_accesslog.c

fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)

16:21 Changeset [2246] by stbuehler
  • trunk
  • trunk/INSTALL.svn

updated INSTALL.svn (thx kes)

14:06 Ticket #881 (memory usage when ssl.engine used and large data uploaded through CGI) closed by stbuehler
wontfix: The memory-not-freed is a known issue. and a wontfix for 1.4.x
14:04 Ticket #1265 (SSL + file upload = lots of memory) closed by stbuehler
wontfix: I don't think we want this patch upstream (i don't think it will perform …
12:56 Ticket #1721 (Requests are not processed, fcgi load increases, but processes are idle ...) closed by stbuehler
invalid: You are using an unoffical (imho broken) patch, so perhaps you should …
12:49 Ticket #1709 (wrong content-length with mod_fastcgi/mod_deflate combo) closed by stbuehler
invalid: There is no official mod_deflate in 1.4.x - post bugs in the 1.4 secion on …
12:43 Ticket #1684 (404 when linking to a Rails app instantiated by $HTTP["url"]) closed by stbuehler
worksforme: The recommended way is to use mod_magnet/cleanurl for this …
12:32 Ticket #1564 (auth.backend.ldap.filter not working with conditionals/not being rebuilt) closed by stbuehler
invalid: 1. The "var.xxxx" variables in the config are replaced while parsing the …
12:03 Ticket #1442 (ETag creation configuration for 1.5) closed by stbuehler
fixed: Applied in [2245]
11:36 Changeset [2245] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/base.h

merged from @1874: add ETag configuration (#1442)

01:39 Docs:ModRewrite edited by anonymous
(diff)
01:35 Docs:ModRewrite edited by anonymous
(diff)

07/29/2008:

21:22 Changeset [2244] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/tests/Makefile.am
  • branches/lighttpd-1.4.x/tests/env-variables.conf

[tests] remove env TODO test: don't use undefined env vars

21:22 Changeset [2243] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/tests/mod-fastcgi.t

[tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)

21:22 Changeset [2242] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/tests/404-handler.conf

[tests] Remove pidfile from test system

21:21 Changeset [2241] by stbuehler
  • branches/lighttpd-1.4.x
  • branches/lighttpd-1.4.x/NEWS
  • branches/lighttpd-1.4.x/tests/LightyTest.pm

[tests] Fixed test system, use foreground daemons and waitpid

18:51 Docs:ModSetEnv edited by anonymous
"alot" is improper english, and not a word (diff)
02:29 PoweredByLighttpd edited by anonymous
(diff)

07/28/2008:

22:16 Ticket #1524 (All files get served as application/octet-stream in 1.5 svn when comgined ...) closed by stbuehler
worksforme: Firefox caches too much, use curl for testing. If it still doesn't work, …
22:07 Ticket #1543 (Upload stops with lighttpd 1.5 r1922.) closed by stbuehler
invalid: Somehow the upload stream seems to have stopped - i think after 5 seconds …
21:22 Ticket #1565 (mod_compress does not check if the request is already handled, e.g. by ...) closed by stbuehler
fixed: Fixed in [2240] for 1.5.x
21:21 Changeset [2240] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_compress.c

Fix #1565: mod_compress should check if the request is already handled, e.g. by fastcgi

21:15 Ticket #1637 (trunk does not compile on FreeBSD 6.2) closed by stbuehler
invalid: link invalid, and there have been updates in that area.
21:14 Ticket #1634 (so much time to get response if proxy backend returns not modified) closed by stbuehler
duplicate
21:12 Ticket #1694 (mod_postgresql_vhost not sending password in connect string) closed by stbuehler
fixed: Fixed in [2239]
21:12 Ticket #1672 (mod_cgi dies when lighttpd is used behind a unix domain socket) closed by stbuehler
fixed: Fixed in [2238]
21:10 Changeset [2239] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/mod_postgresql_vhost.c

Fixed postgresql-vhost module to use all options (#1694)

21:10 Changeset [2238] by stbuehler
  • trunk
  • trunk/NEWS
  • trunk/src/base.h

Fixed sock_addr reading in mod_cgi.c (#1672)