Activity
From 2005-08-20 to 2005-08-26
2005-08-26
- 18:28 Bug #231 (Fixed): "/foo" at the end of a URL will incorrectly match a "/foo" key in mod_proxy configuration
- if a mod_proxy comparison key is, e.g. "/foo", but the url is e.g. "http://sample.com/directory/foo", then a proxy ma...
- 07:09 Revision 54d03b90: added large-file support for Range-Requests again.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@625 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:09 Revision 625 (svn): added large-file support for Range-Requests again.
2005-08-25
- 20:09 Revision c1ac3406: reset and free dst_addr_buf
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@624 152afb58-edef-0310-8abb-c4023f1b3aa9
- 20:09 Revision 624 (svn): reset and free dst_addr_buf
- 20:09 Revision 9359e215: added tests for mod-secdownload
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@623 152afb58-edef-0310-8abb-c4023f1b3aa9
- 20:09 Revision 623 (svn): added tests for mod-secdownload
- 17:37 Revision 79d3bc44: add support for the original libfam and handle HUP on the fam-fd
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@622 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:37 Revision 622 (svn): add support for the original libfam and handle HUP on the fam-fd
- 13:30 Bug #230 (Fixed): Cache not being created for static content
- lighttpd.conf:...
- 12:52 Bug #229 (Fixed): Unknown crash and infinite(?) loop
- fixed in changeset r621
- 05:42 Bug #229 (Fixed): Unknown crash and infinite(?) loop
- Lighttpd will (unknown circumstance so far) go into an infinite loop. Strace attached
GDB shows it in line 145..15... - 06:21 Revision e93ac540: if the write is waiting, break the loop.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@621 152afb58-edef-0310-8abb-c4023f1b3aa9
- 06:21 Revision 621 (svn): if the write is waiting, break the loop.
- 06:17 Bug #227 (Fixed): trac sends me two messages at a time
- report this in ticket system from trac at http://trac.edgewall.com/
- 05:47 Revision f08537ee: document backreference to regex conditional
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@620 152afb58-edef-0310-8abb-c4023f1b3aa9
- 05:47 Revision 620 (svn): document backreference to regex conditional
- 05:30 Feature #224: Multiviews "support"
- I'd be happy to see this too -- I've been trying to think of efficient ways to implement it without having to use ino...
- 02:03 Bug #228: Fixes for tests
- bah one thing I just noticed. I forgot to add the "-m ".$self->{BASEDIR}."/src/.libs" to the valgrind call in Light...
- 01:52 Bug #228 (Fixed): Fixes for tests
- Attached are two patches that fix issues I described previously (http://butsugenjitemple.org/~ka0ttic/lighttpd-tests....
2005-08-24
- 21:57 Bug #227 (Invalid): trac sends me two messages at a time
- Message 1:
from [[81.169.152.152]] (helo=h2296.serverkompetenz.net) by c.mx.poklib.org with esmtp (Exim 4.50; FreeB... - 21:52 Bug #220 (Fixed): cgi cpu load/high memory usage
- two handlers were registrated and both have been called.
changeset r619 is fixing this.
- 21:01 Revision ff8637de: call create-env only for the first match. (for #220)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@619 152afb58-edef-0310-8abb-c4023f1b3aa9
- 21:01 Revision 619 (svn): call create-env only for the first match. (for #220)
- 18:44 Bug #226 (Missing Feedback): MySQL vhost fails after 1st request
- When using:
server.event-handler = "freebsd-kqueue"
MySQL vhosting module fails after 1st request, with the fol... - 14:03 Bug #225 (Fixed): Allow explicit disabling of optional options
- I'm thinking of adding a minimal USE flag to the gentoo ebuild, for only installing the absolute minimum needed for a...
- 13:36 Feature #219: New option: include_glob
- Attaching an updated diff. Basically I added "don't parse this config if it's been parsed already" logic to make it ...
- 10:37 Revision e1855b24: EINTR is harmless
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@618 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:37 Revision 618 (svn): EINTR is harmless
- 10:29 Feature #224 (Wontfix): Multiviews "support"
- Basically, what i want is found in the Apache "Options +Multiviews" behaviour - that is:
Parsing the path info found... - 08:42 Bug #223 (Fixed): basic HTTP referer deep-linking protection not working
- after discussion on IRC: configuration problem.
- 08:07 Bug #223: basic HTTP referer deep-linking protection not working
- I have that enabled already... do I have to add another option to it, or is just having it enabled enough? (I'm on IR...
- 07:55 Bug #223: basic HTTP referer deep-linking protection not working
- oops, i meant
debug.log-request-header = "enable"
and add the current $HTTP[[referer]] entry you use.
- 07:49 Bug #223: basic HTTP referer deep-linking protection not working
- In an attempt to see if it was just the version I compiled I also just uninstalled that version and installed the new...
- 07:43 Bug #223: basic HTTP referer deep-linking protection not working
- ...
- 07:34 Bug #223 (Assigned): basic HTTP referer deep-linking protection not working
- ...
- 07:05 Bug #223 (Invalid): basic HTTP referer deep-linking protection not working
- I downloaded and compiled lighttpd 1.4.0 on Red Hat Enterprise Linux 4 and am unable to get it to deny access to anyt...
- 07:29 Bug #221 (Fixed): mod_dirlisting.c
- fixed
- 07:22 Revision 06becfac: check that the anti deeplinking via referer matches work
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@617 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:22 Revision 617 (svn): check that the anti deeplinking via referer matches work
- 07:02 Bug #218: Http headers showing up in all content delivered by lighttpd
- please check if
* http://trac.lighttpd.net/trac/changeset/613
* http://trac.lighttpd.net/trac/changeset/614
... - 06:08 Bug #218: Http headers showing up in all content delivered by lighttpd
- I have the problem immediately. further, I get a ton of errors in the logfiles:
(connections.c.707) missing cleanup ...
2005-08-23
- 17:50 Bug #220: cgi cpu load/high memory usage
- Seems to be working fine. I will run w/ it for a day and if there are no other problems I would say it's a good patc...
- 10:44 Bug #220: cgi cpu load/high memory usage
- Please verify that changeset r613 fixes this problem.
- 09:14 Bug #220 (Assigned): cgi cpu load/high memory usage
- ok, this happens if between shutdown of the script and the close of the connection is a larger gap....
- 17:28 Bug #222 (Fixed): ssi virtual include uses wrong path
- I'm trying to execute something like <!--#include virtual="cgi/counter.cgi" --> in user home directory and lighttpd i...
- 14:35 Revision f387d898: fix merging of auto-indexing element, and make autoload modules hack to use array merging
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@616 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:35 Revision 616 (svn): fix merging of auto-indexing element, and make autoload modules hack to use array merging
- 12:17 Feature #7: error-handler advanced usage
- Would be great to use this functionality with mod_secdownload so you could specify a url or redirect for an invalid d...
- 11:53 Revision 9a2e6535: if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameter
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@615 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:53 Revision 615 (svn): if pcre is not avaible the UNUSED(regex) tries to tag a non-existent parameter
- 11:28 Bug #140 (Fixed): hmm...
- 10:42 Revision 30e094f8: complain about the right plugin not cleaning up
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@614 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:42 Revision 614 (svn): complain about the right plugin not cleaning up
- 10:42 Revision 9db54073: HANDLER_GO_ON results in HANDLER_FINISHED later even if the we only received the header yet which is a bit too early.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@613 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:42 Revision 613 (svn): HANDLER_GO_ON results in HANDLER_FINISHED later even if the we only received the header yet which is a bit too early.
- 08:57 Feature #52 (New): add mod_resin and mod_jk
- no, it to now it is not every high on the todo list. Anyone want to write it ?
- 08:28 Bug #221 (Fixed): mod_dirlisting.c
- please remove line 122 of src/mod_dirlisting.c
-- kousuke - 07:55 Revision 3af5f023: added a basic test for mod-ssi
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@612 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:55 Revision 612 (svn): added a basic test for mod-ssi
- 01:31 Bug #173: Server Side Includes ignored
- Where is your shtml page? I'm sure know that lighttpd doesn't support all the features of ssi:
"Unsupported Featu...
2005-08-22
- 22:43 Feature #52: add mod_resin and mod_jk
- any status update on this one?
-- pmorelli - 18:00 Feature #215 (Fixed): Patch for new option 'dir-listing.exclude'
-- Aaron Walker <ka0ttic- 12:04 Feature #215 (Need Feedback): Patch for new option 'dir-listing.exclude'
-- Aaron Walker <ka0ttic- 08:18 Feature #215 (Fixed): Patch for new option 'dir-listing.exclude'
- patch looks good, applied in r605
- 16:27 Bug #220: cgi cpu load/high memory usage
- poklib.org/~bcook/lighttpd-3.trace.bz2
MD5 (lighttpd-3.trace.bz2) = 5c1ae4c12d3649ec46f07526434593a6
984K ligh... - 15:44 Bug #220: cgi cpu load/high memory usage
- uname -srm
FreeBSD 4.11-RELEASE-p11 i386
gcc -v
Using builtin specs.
gcc version 2.95.4 20020320 [[FreeBSD]]
... - 15:39 Bug #220 (Fixed): cgi cpu load/high memory usage
- using 1.3.16 quite nicely upgraded to 1.4.0 and lost cgi functionality.. upgraded to 1.4.1 and have (what looks like)...
- 12:31 Bug #214: configure.in fixes
- sorry didn't realize you already fixed --without-webdav-props.
-- Aaron Walker <ka0ttic - 12:28 Revision fd7466eb: added docs for the new options in mod_dirlisting
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@611 152afb58-edef-0310-8abb-c4023f1b3aa9
- 12:28 Revision 611 (svn): added docs for the new options in mod_dirlisting
- 12:08 Feature #219 (Fixed): New option: include_glob
- Attached is a patch that adds an "include_glob" directive whose argument is a glob pattern for allowing such things a...
- 11:00 Bug #144 (Fixed): document-root existence checked before chroot occurs
- looks good, applied in r610
- 11:00 Revision 1ce7cb82: fixed check for base-docroot if chroot is used (fixes #144), patch provided by jochen at schalanda.de
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@610 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:00 Revision 610 (svn): fixed check for base-docroot if chroot is used (fixes #144), patch provided by jochen at schalanda.de
- 10:56 Revision 0f238b33: prepare for 1.4.1
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@609 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:56 Revision 609 (svn): prepare for 1.4.1
- 10:56 Revision 3bc6a042: added the same --with/--without logic to sqlite and libxml
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@608 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:56 Revision 608 (svn): added the same --with/--without logic to sqlite and libxml
- 10:48 Bug #211 (Fixed): Building 1.4.0 on Solaris 10 (x86) fails.
- 10:46 Bug #217 (Fixed): https transfer of large files fail with SSL error
- fixed in changeset r607.
we can't use mmap() with SSL_write as we don't have guarantee that
after a SSL_ERROR_WA... - 09:14 Bug #217 (Assigned): https transfer of large files fail with SSL error
- I want to supply a fix for this in 1.4.1 but can't reproduce it good enough. Please come to IRC (irc.freenode.net) in...
- 00:25 Bug #217: https transfer of large files fail with SSL error
- To clarify: The amount of data downloaded before the premature connection closure is 16,384-bytes, which is exactly 1...
- 10:43 Revision 632703d7: we can't use mmap() with SSL_write as we don't have guarantee that
- after a SSL_ERROR_WANT_WRITE we get the same mmap()ed address as
start pointer. On OpenBSD the start-address is compl... - 10:43 Revision 607 (svn): we can't use mmap() with SSL_write as we don't have guarantee that
- after a SSL_ERROR_WANT_WRITE we get the same mmap()ed address as
start pointer. On OpenBSD the start-address is compl... - 09:55 Bug #218 (Assigned): Http headers showing up in all content delivered by lighttpd
- Please upgrade to 1.3.16 and verify that the problem persists.
Also include a note which interface you are using ... - 09:45 Bug #218 (Fixed): Http headers showing up in all content delivered by lighttpd
- After running for a while (from 2 to 5 days) lighttpd begins to prepend the http headers for all delivered content to...
- 09:44 Revision 8b88536b: REUSE the socket on spawning
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@606 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:44 Revision 606 (svn): REUSE the socket on spawning
- 08:18 Revision 34e169d5: Patch for new option 'dir-listing.exclude' (closes #215)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@605 152afb58-edef-0310-8abb-c4023f1b3aa9
- 08:18 Revision 605 (svn): Patch for new option 'dir-listing.exclude' (closes #215)
2005-08-21
- 23:37 Bug #213: text/plain output for cgi
- Thanks. For anyone else following this, Changeset #601 fixed the problem.
http://trac.lighttpd.net/trac/changeset/6... - 23:02 Bug #213: text/plain output for cgi
- Just for the record, I sent it to your email address.
Thanks for looking into the bug.
-- DannyDaemonic - 20:19 Bug #213: text/plain output for cgi
- you can enable them by using:
debug.log-request-header = "enable"
debug.log-response-header = "enable"
The rea... - 20:13 Bug #213: text/plain output for cgi
- Hmm, sorry. It looks like this didn't fix the problem.
To be sure I did this right, this is the patch I used.
<... - 18:06 Bug #213 (Assigned): text/plain output for cgi
- Please verify that changeset r597 fixes this problem.
- 15:56 Bug #213: text/plain output for cgi
-- Aaron Walker <ka0ttic- 23:12 Revision b22c0948: added testcase for header before we-got-content bug
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@604 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:12 Revision 604 (svn): added testcase for header before we-got-content bug
- 23:09 Revision 35d3c10d: on SEGFAULT tell were we where
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@603 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:09 Revision 603 (svn): on SEGFAULT tell were we where
- 23:09 Revision e8c45fbd: don't try to compress a empty filename
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@602 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:09 Revision 602 (svn): don't try to compress a empty filename
- 23:08 Revision 2bc0d288: wait for the cgi response before we send the HTTP header
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@601 152afb58-edef-0310-8abb-c4023f1b3aa9
- 23:08 Revision 601 (svn): wait for the cgi response before we send the HTTP header
- 23:03 Bug #93: --with-ssl broken on amd64,alpha!?
- Ok, should mention that I tried to compile lighttpd on OpenBSD amd64 against external openssl-0.9.8, and then it comp...
- 23:00 Bug #217: https transfer of large files fail with SSL error
- I have the same on my OpenBSD, there is debug.
btw sometimes it is possible to download 16,32,80kb.
Files can't be ... - 21:53 Bug #217 (Fixed): https transfer of large files fail with SSL error
- I recently compiled & installed Lighttpd-1.3.16 (ssl) on an OpenBSD 3.7 server "Resin":http://resin.csoft.net.
Whe... - 22:55 Bug #193: Virtual directory listings don't work on NetBSD if on NFS
- doesn't worked in OpenBSD too, but
there is the patch that fixes the issue.
http://trac.lighttpd.net/trac/changeset... - 22:54 Bug #193 (Fixed): Virtual directory listings don't work on NetBSD if on NFS
- fixed in 1.4.1 (changeset r600)
- 22:38 Revision 86ac3fb3: if pathconf fails (like on obsd and nfs) fall back to NAME_MAX or 256
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@600 152afb58-edef-0310-8abb-c4023f1b3aa9
- 22:38 Revision 600 (svn): if pathconf fails (like on obsd and nfs) fall back to NAME_MAX or 256
- 20:40 Bug #214 (Fixed): configure.in fixes
- merged into changeset r599
- 18:13 Bug #214 (Assigned): configure.in fixes
- 11:34 Bug #214 (Fixed): configure.in fixes
- The attached patch fixes three things:...
- 20:39 Revision dae1a08d: fixed the behaviour of --without-* (closes #214)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@599 152afb58-edef-0310-8abb-c4023f1b3aa9
- 20:39 Revision 599 (svn): fixed the behaviour of --without-* (closes #214)
- 20:19 Feature #216 (Invalid): spawn-fcgi in the foreground
- It would be nice to have this patch -- http://typo.rubyists.com/articles/2005/05/03/spawn-fcgi-in-the-foreground -- o...
- 18:05 Bug #211 (Assigned): Building 1.4.0 on Solaris 10 (x86) fails.
- Can you please verify if changeset r598 fixes this problem ?
- 18:04 Revision 6f940eae: ported to stat-cache
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@598 152afb58-edef-0310-8abb-c4023f1b3aa9
- 18:04 Revision 598 (svn): ported to stat-cache
- 17:52 Revision fddcf837: don't set content-length if chunked encoding is used.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@597 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:52 Revision 597 (svn): don't set content-length if chunked encoding is used.
- 15:20 Feature #215 (Fixed): Patch for new option 'dir-listing.exclude'
- Attached is a patch for a new option 'dir-listing.exclude', an array of regular expressions that will be excluded fro...
- 11:27 Revision b3cbfab0: get the properties of the file, not the directory
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@596 152afb58-edef-0310-8abb-c4023f1b3aa9
- 11:27 Revision 596 (svn): get the properties of the file, not the directory
- 10:06 Revision 71d3dad9: remove signess warnings, fixed PROPFIND listings, send 404 in PROPPATCH if resource doesn't exist
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@595 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:06 Revision 595 (svn): remove signess warnings, fixed PROPFIND listings, send 404 in PROPPATCH if resource doesn't exist
- 07:21 Revision c4531698: only of sqlite3 and libxml2 are available enable PROPPATCH and friends
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@594 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:21 Revision 594 (svn): only of sqlite3 and libxml2 are available enable PROPPATCH and friends
2005-08-20
- 19:11 Bug #210 (Fixed): Linking error, stat_cache.c typo results in undefined reference
- fixed in r592
- 14:05 Bug #210: Linking error, stat_cache.c typo results in undefined reference
- There are already some other patches regarding this in the "Gentoo bugzilla":https://bugs.gentoo.org/show_bug.cgi?id=...
- 19:10 Revision 163c25a2: added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@593 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:10 Revision 593 (svn): added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus passed)
- 19:09 Revision 30b19732: fixed stat-cache for xattr
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@592 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:09 Revision 592 (svn): fixed stat-cache for xattr
- 19:05 Revision 1491b63a: a new box
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@591 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:05 Revision 591 (svn): a new box
- 18:13 Bug #213 (Fixed): text/plain output for cgi
- Everything is working for me with Firefox (1.0.6) in linux, but under Windows IE sees the page as text not html, and ...
- 15:29 Revision 1a1fc2d5: forgot to add the legacy option as conditional
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@590 152afb58-edef-0310-8abb-c4023f1b3aa9
- 15:29 Revision 590 (svn): forgot to add the legacy option as conditional
- 15:19 Bug #144: document-root existence checked before chroot occurs
-- jochen- 14:27 Bug #211: Building 1.4.0 on Solaris 10 (x86) fails.
- That alone doesn't do the trick.
file-cache was dropped out on changeset r502, but it seems like someone forgot Sola... - 14:12 Bug #211: Building 1.4.0 on Solaris 10 (x86) fails.
- It seems that there just is no file named _file_cache.h_ in the src/ directory. By comparing _network_linux_sendfilev...
- 09:59 Bug #211 (Fixed): Building 1.4.0 on Solaris 10 (x86) fails.
- ...
- 13:49 Bug #212 (Missing Feedback): Executable expects modules in /usr/local/lib even though it is configured with --prefix=/usr
- My web-server has been configured as descibed in short summary. All modules have naturally been installed in /usr/lib...
Also available in: Atom