Activity
From 2005-10-02 to 2005-10-08
2005-10-08
- 23:25 Bug #324 (Fixed): sendfile test coredumps on DragonFly
- The test for sendfile coredumps on DragonFly and FreeBSD,
since the arguments don't match the system call. A simple
... - 12:06 Bug #276 (Fixed): kqueue is broken with mod_cgi
- Closing, since bug is fixed in recent NetBSD.
-- elvstone - 12:01 Bug #276: kqueue is broken with mod_cgi
- I reported this (I think it was for 1.4.2 or 1.4.3). It is a known bug in NetBSD. See "this PR":http://www.netbsd.org...
- 12:05 Bug #242 (Fixed): Problem related to edge triggering and closing event on NetBSD
- This is a known bug in NetBSD which is fixed in -current and -2 and -3 branches.
-- elvstone - 10:24 Bug #248: make fails on OS X (lighttpd 1.4.5)
- let's go for all main sources compiled into liblightcomp, and have a wrapper main.c into lighttpd, unless u can expor...
- 07:28 Bug #308: .htaccess rewrite rules
- These interesting pages may help us solve this quiz!
http://drupal.org/node/20766 (Drupal and lighttpd rewrite rul...
2005-10-07
- 15:50 Bug #323 (Missing Feedback): File upload problem
- While the new version (1.4.5) permits much larger file uploads than previous versions (especially when RAM is limited...
- 14:43 Bug #311: SSL Errors
- One thing that forgot to mention is the config....
- 13:07 Bug #286: lighttpd crashes under highload
- I have seen similar during DOS condition. No core dump (though enabled). lighttpd seemed to 'stop'. php-cgi processes...
- 07:47 Feature #292: Make host elements available everywhere in %1, %2, variables
- I second this. It'd be nice to be able to rewrite an URL like "http://username.my-site.com/some_request" to a request...
- 03:17 Feature #152: mod_proxy feature to remove part of the URI when passing along requests...
- Add another vote for this.
-- cpisto - 03:17 Feature #152: mod_proxy feature to remove part of the URI when passing along requests...
- Add another vote for this.
-- cpisto
2005-10-06
- 21:58 Feature #322 (Fixed): FastCGI Authorizer support for Variable-name variable passing
- The FastCGI Spec states that authorizers can emit headers of the format Variable-name: value and those variables will...
- 21:53 Bug #321 (Fixed): mod_fastcgi authorizers cannot protect fastcgi responders
- lighttpd will serve a fastcgi as a static file if an authorizer is setup to protect its parent location.
For exam... - 21:49 Feature #320 (Invalid): mod_fastcgi authorizer support behaves incorrectly with Status: 200
- When a fastcgi Authorizer emits the header "Status: 200\r\n\r\n" lighttpd returns a 403 to the client instead of auth...
- 18:19 Bug #319 (Fixed): Should warn if two FastCGI servers point to same socket file
- I accidentally had two _fastcgi.server_ definitions (in two separately included config files written by my users) bot...
- 16:38 Feature #318 (Invalid): proxy.balance method
- I've never gotten proxy.balance = "round-robin" to work properly with multiple hosts. Plus, I wanted to be able to w...
- 15:03 Bug #317 (Fixed): exited on signal 11
- i am use freebsd5.4 and lighttpd1.3.16,it work fine ,today i upgrade lihttpd from 1.3.16 to 1.4.5 ,but 1.4.5 can't wo...
- 13:46 Bug #316 (Invalid): lighttpd wants me to download index.cml
- I'm running sarge and having difficulties enabling CML.
I installed lighttpd_1.4.3-1_i386.deb and enabled mod_cml ... - 13:40 Bug #102: lighttpd wrongly overwrites status code in drupal 4.6
- Even easier is this url rewrite that enables clean urls for drupal - basically anything with a . is a proper url and ...
- 08:14 Revision c4fa6928: Moved the check if we have mysql-vhost config for this host AFTER the patch function
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@782 152afb58-edef-0310-8abb-c4023f1b3aa9
- 03:48 Bug #313: 1.4.5 does not compile on mac os x
- Confirmed. Trying to build with a slightly modified darwinports Portfile has the same result. 1.4.4 builds fine.
--...
2005-10-05
- 20:31 Bug #307 (Fixed): null bytes recorded for traffic use
- Indeed, this is fixed in 1.4.5 final. Thanks for the great release.
-- gary - 19:23 Feature #315: first version of upload rate display in server-info
- Attach your patch to the ticket instead of trying to post it inline.
- 13:55 Feature #315 (Wontfix): first version of upload rate display in server-info
- --- mod_status.orig 2005-10-05 14:05:27.000000000 -0400
+++ mod_status.c 2005-10-05 14:24:51.000000000 -0... - 14:04 Bug #286: lighttpd crashes under highload
- still is an issue. but its not as hard as before anymore. compare yourself: 1.4.4 i had a dozen crashs a day, with 1....
- 13:19 Bug #314 (Fixed): Fixed directory hardcoded into code
- This is probably a fairly minor irritation, but the temporary directory in chunk.c (line 257) is hardcoded into the c...
- 10:40 Revision a77f7a90: the range-request options was not handled at all, added test case
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@781 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-10-04
- 23:04 Bug #313 (Fixed): 1.4.5 does not compile on mac os x
- if you use ./configure;make;
make will not finish on Mac Os X 10.4.2
1.4.4 compiled correctly on the same mashin... - 22:11 Feature #123: These would be great: mod_dav / mod_dav_svn
- See also http://trac.lighttpd.net/trac/ticket/312
-- sam - 22:11 Bug #312 (Fixed): Allow OPTIONS requests to be proxied
- Proxying WebDAV HTTP request types ( http://trac.lighttpd.net/trac/ticket/198 ) was integrated in release 1.4.0, howe...
- 22:03 Bug #311 (Fixed): SSL Errors
- I receive the following messages in the error log when making an SSL request from Safari to Lighttpd 1.4.5 running on...
- 21:44 Revision 3a6769d1: remove trailing \ (fixed #310)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@780 152afb58-edef-0310-8abb-c4023f1b3aa9
- 21:42 Bug #310 (Need Feedback): autogen.sh fails to generate configure script
- Upgraded... noticed something else...
Recent svn commit added this problem:
joe@big:~/remote/lighttpd/branches/... - 20:45 Bug #310 (Fixed): autogen.sh fails to generate configure script
- automake is too old, check the download page to the required versions.
- 19:54 Bug #310 (Invalid): autogen.sh fails to generate configure script
- I'm on Ubuntu Breezy. automake 1.4-p6. autoconf 2.59. libtool 1.5.6.
I checked out the lighttpd svn. Went into... - 09:36 Bug #286 (Assigned): lighttpd crashes under highload
- please verify if the problem persists with 1.4.5
- 09:35 Bug #305 (Fixed): What is the error log the problem?
- CR without LF means that a \r was detected without a following \n
the line-terminator for HTTP-headers is \r\n
... - 09:32 Bug #307 (Assigned): null bytes recorded for traffic use
- please check with the final version.
- 09:32 Bug #309 (Fixed): 1.4.5 compile fails on Mac OS X 10.4.2
- fixed in r778
- 09:25 Revision 51d6e2ab: fixed output of non-cached compressed content and added test-cases
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@779 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:24 Revision 6cfb2582: MacOS X needs the network* functions for the mod_fastcgi and friends
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@778 152afb58-edef-0310-8abb-c4023f1b3aa9
2005-10-03
- 18:58 Bug #306: lighttpd 1.4.4 can not serve files and directories in upper case
- 1. it is a if () covering the tolower(), no processor time is waste on linux
2. all windows file-systems, HPFS on Ma... - 11:34 Bug #306: lighttpd 1.4.4 can not serve files and directories in upper case
- I need a full strace() from the startup.
In configfile.c, line 1061 is the check if the document.root can be acces... - 18:24 Bug #309: 1.4.5 compile fails on Mac OS X 10.4.2
- I have the same problem here. Tried compiling 1.4.5 on OSX Server 10.4.2 (build 8C47). Was trying to build with ./con...
- 14:50 Bug #309 (Fixed): 1.4.5 compile fails on Mac OS X 10.4.2
- Here is output from the last few lines of the compile screen:
(cd .libs && rm -f mod_cgi.la && ln -s ../mod_cgi.la... - 14:18 Revision 37755de8: remove bogus script for cygwin. use rebaseall if you have problem with remap error.
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@777 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:40 Revision 70110beb: link mod_cml with libmemcache
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@776 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:40 Revision 578e68e2: build and install spawn-fcgi. don't install implib
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@775 152afb58-edef-0310-8abb-c4023f1b3aa9
- 01:17 Bug #267: Reload in init.d script for debian
- I've attached an alternate patch for reload. The original patch waits 5 seconds for the old lighttpd to die. During...
2005-10-02
- 21:52 Revision 5b859e34: added a last-minute fix before releasing 1.4.5
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@774 152afb58-edef-0310-8abb-c4023f1b3aa9
- 21:50 Revision ac7db634: detect empty URIs in requests as bad request, status 400
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@773 152afb58-edef-0310-8abb-c4023f1b3aa9
- 21:49 Bug #306 (Assigned): lighttpd 1.4.4 can not serve files and directories in upper case
- The transition to lower case is done on filesystem which are case-insensitive. It the start of lighttpd this is teste...
- 06:31 Bug #306 (Fixed): lighttpd 1.4.4 can not serve files and directories in upper case
- lighttpd always return Error 404, if there is just one uppercase symbol in the path.
Not just in the file type exten... - 16:37 Bug #308 (Invalid): .htaccess rewrite rules
- I am in the final stage to transform my http://oslookup.org to lighttpd with mod_cml
I missing how to apply the fo... - 08:12 Bug #307: null bytes recorded for traffic use
- * "Traffic 0.00 bytes" in status reports for mod_status
* "-" for %b field in access.log
-- gary - 06:58 Bug #307 (Fixed): null bytes recorded for traffic use
- See title/summary.
-- gary - 02:21 Bug #305 (Invalid): What is the error log the problem?
- ...
Also available in: Atom