Activity
From 2005-09-04 to 2005-09-10
2005-09-10
- 23:37 Feature #237: Rewrite conditions
- I second this wish. I'm currently evaluating if I can replace Apache by lighty - so far I'm very impressed, but the c...
- 13:38 Bug #260 (Fixed): memleak ?(1.4.3)
- about 20K hits
top snip...
2005-09-09
- 18:58 Bug #243: keep-alive seems funky with some browsers
- jan,
I wasn't able to get an strace of webrick -- for some reason strace quits as soon as the request is made. I w... - 17:32 Bug #243: keep-alive seems funky with some browsers
- I need a strace for the same request from webbrick or apache:...
- 17:16 Bug #243: keep-alive seems funky with some browsers
- Many other folks on the Ruby on Rails mailing list are reporting the same issue w/ 1.4.x.
Is there any additional ... - 12:21 Revision 697 (svn): a late tag :)
- 11:13 Bug #257 (Assigned): Symbolic Links
- The behaviour will be fixed again. It worked in 1.3.16.
Usually using mod_secdownload or mod_trigger_b4_dl will se...
2005-09-08
- 23:57 Bug #259 (Fixed): Unable to compile on AIX 5.3 ML2
- I am attempting to compile on AIX 5.3 ML2 (latest). I have installed gcc and
libgcc 3.3.2. The following is the mes... - 11:01 Bug #257: Symbolic Links
- I don't think that it necessarily is a bug, as it also can be seen as a security feature to immediately stop access t...
- 10:00 Revision 38b8743a: - don't keep the full fastcgi response in memory
- - don't cache more than 4 chunks in a queue for reuse
- on chunkqueue_reset, clean the chunks
git-svn-id: svn://svn... - 10:00 Revision 696 (svn): - don't keep the full fastcgi response in memory
- - don't cache more than 4 chunks in a queue for reuse
- on chunkqueue_reset, clean the chunks - 09:58 Bug #120 (Fixed): segfault when using mod_secdownload if document not found (with quick fix)
- the patch is ok. In 1.4.4 this will be handle differently.
The patch is applied anyway in changeset r695
- 09:57 Revision 57ed2501: don't assume the relpath is really set (merge from #120)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@695 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:57 Revision 695 (svn): don't assume the relpath is really set (merge from #120)
- 09:55 Revision 4b63eae5: fixed crash in SIGINT handling
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@694 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:55 Revision 694 (svn): fixed crash in SIGINT handling
- 09:55 Revision d00bb524: improve error-reporting (should fixed the Success 5 0 0 messages)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@693 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:55 Revision 693 (svn): improve error-reporting (should fixed the Success 5 0 0 messages)
2005-09-07
- 22:31 Bug #243: keep-alive seems funky with some browsers
- I checked out and build the head of trunk, and the problem was NOT resolved.
-- schoenm - 20:13 Bug #258 (Fixed): Segmentation fault in 1.4.3 webdav
- Note: Component set to core because mod_webdav is not an option. Likewise, it's really 1.4.3 (download from from the ...
- 12:18 Bug #257 (Fixed): Symbolic Links
- HI!
I want to download the files from symbolic links. The symbolic links will be deleted after 2 minutes. This is ... - 12:15 Bug #256 (Invalid): Always get 403 Code bei mod_secdownload
- HI!
I always get a 403 Forbidden Response when i use mod_secdownload. I just used the demo scripts. But this won't... - 07:33 Revision 6b63deb2: fixed example
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@692 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:33 Revision 692 (svn): fixed example
- 07:32 Revision 9209f7e8: fixed typo
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@691 152afb58-edef-0310-8abb-c4023f1b3aa9
- 07:32 Revision 691 (svn): fixed typo
2005-09-06
- 13:30 Bug #255 (Fixed): remoteip is not cached correctly on keep-alive
- The following configuration doesn't work properly:
$HTTP[[host]] =~ "example\.com$" {
$HTTP[[remoteip]] == "10.... - 10:11 Bug #243 (Assigned): keep-alive seems funky with some browsers
- With curl/7.13.1 i can't reproduce it with this simple test case:...
- 10:07 Revision 0f9a82bd: only enable fastcgi if necessary
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@690 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:07 Revision 690 (svn): only enable fastcgi if necessary
- 09:51 Bug #249 (Fixed): Content-Type problems..
- Please include a email address next time as we need more information to track this down.
- 09:49 Bug #209 (Fixed): lua libs might not be -llua, use lua-config
- fixed in r689
- 09:49 Bug #247 (Fixed): use pkgconfig for lua libs
- fixed in r689
- 09:48 Bug #254 (Fixed): configure.in check for Lua does not set HAVE_LUA_H in some cases
- fixed in r689
- 09:14 Bug #254 (Fixed): configure.in check for Lua does not set HAVE_LUA_H in some cases
- configure.in, line 456 (in 1.4.3) uses "lua-config" to check for lua and get important paths. That's good, but if it ...
- 09:48 Revision b9623d6f: try pkg-config for lua if all other tests fail (fixed #247, #254, #209)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@689 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:48 Revision 689 (svn): try pkg-config for lua if all other tests fail (fixed #247, #254, #209)
- 06:40 Bug #253 (Invalid): using with zend cart
- after installation, I can't link to the admin page. give out an error:
redirection to a limited page, may be cookie ... - 03:54 Bug #252: Inconsistent behaviour of auth.require inside a $HOST["remoteip"] conditional
- what about your 2 urls? the static and dynamic
-- Xuefer
2005-09-05
- 21:16 Bug #252 (Fixed): Inconsistent behaviour of auth.require inside a $HOST["remoteip"] conditional
- In the following configuration snippet, requests from IP a.b.c.d for _dynamic content_ (i.e. wiki pages via PHP/FastC...
- 18:34 Bug #243: keep-alive seems funky with some browsers
- I applied the "server.max-keep-alive-requests = 0" patch on 1.4.2. It seemed to solve the IE issue on my cable modem ...
- 17:04 Revision 68f009a9: make default of sort to work
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@688 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:04 Revision 688 (svn): make default of sort to work
- 16:34 Bug #251 (Fixed): Memory leak in 1.4.3
- Attached will be a valgrind log of lighttpd 1.4.3 memory leanking on a server.
BTW, there is no 1.4.3 version to cho... - 14:23 Feature #250: Proposal to allow absolute name of index-file, making it possible to have single index file for all subfolders
- Mea culpa, correct patch would be:...
- 13:47 Feature #250 (Assigned): Proposal to allow absolute name of index-file, making it possible to have single index file for all subfolders
- fixed patch
- 13:41 Feature #250 (Fixed): Proposal to allow absolute name of index-file, making it possible to have single index file for all subfolders
- Using that another web server it's possible to use, for example, /browser.php as index file and it would invoke that ...
- 13:45 Revision 730ce9e9: don't crach in error message for auth.require->method
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@687 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:45 Revision 687 (svn): don't crach in error message for auth.require->method
- 09:08 Bug #179 (Fixed): access log doesn't log anything using server.event-handler = "freebsd-kqueue"
- fixed in 1.4.3
2005-09-04
- 17:05 Bug #179: access log doesn't log anything using server.event-handler = "freebsd-kqueue"
- http://trac.lighttpd.net/trac/ticket/56
so this one can be closed too.
-- nikns - 10:01 Bug #248 (Fixed): make fails on OS X (lighttpd 1.4.5)
-- Xuefer <xuefer- 00:25 Bug #248 (Fixed): make fails on OS X (lighttpd 1.4.5)
- make of lighttpd 1.4.3 fails on Mac OS X 10.4.2 with the following error. lighttpd 1.4.1 will still compile successfu...
- 06:54 Bug #249 (Invalid): Content-Type problems..
- MIME is only returning application/octet-stream, no matter what. This is a major problem for browsers like Firefox th...
Also available in: Atom