Activity
From 2009-02-09 to 2009-02-15
2009-02-15
- 22:56 Bug #1229 (Reopened): Unable to compile on AIX 5.3 using gcc 4.1.1
- All issues above are still valid of a AIX 5300-09-02-0849 using XL C 10.1.0.1.
It builds with these changes:... - 22:07 Bug #1900: wrong format when long request size
- I was wrong about SEGV:...
- 21:30 Bug #1900: wrong format when long request size
- I haven't tried to reproduce SEGV, but I reproduced wrong message. Before patch it was:
2009-02-15 23:01:42: (requ... - 21:20 Bug #1900: wrong format when long request size
- Yes, this looks like a bug. But I couldn't reproduce any segfault or wrong error message with 1.5 or 1.4 on 32-bit an...
- 20:30 Bug #1900: wrong format when long request size
- ...
- 20:29 Bug #1900 (Fixed): wrong format when long request size
- ===
diff -r 48f3f2b6cb81 src/request.c
--- a/src/request.c Sun Feb 15 16:52:40 2009 +0300
+++ b/src/request.c Sun ...
2009-02-13
- 21:08 Bug #1893: dir-listing vs. index-file
- At the moment the following manually generated "src/plugin-static.h" file seems to do the trick, though I've nowhere ...
2009-02-12
- 23:35 Feature #1899 (Fixed): Kerberos/GSSAPI Delegation Support
- This patch set adds Kerberos/GSSAPI authentication and delegation support to lighttpd trunk r2393. This allows light...
- 22:43 Feature #665 (Wontfix): server.errorlog is global instead of per virtual host
- It's not about how many people want this or what other httpd servers are doing. I will not change the core in 1.4 for...
- 16:19 Feature #665 (Reopened): server.errorlog is global instead of per virtual host
- I also vote for this feature
- 20:33 Feature #1288: SSL Client Certificate validation.
- True but we wanted to get 1.4.21 out very soon and in fact there is already a RC out (see blog).
We included the mos... - 11:10 Feature #1288: SSL Client Certificate validation.
- why 1.4.22? lighttpd is missing this feature for sooooo long.
- 05:34 Bug #1898 (Duplicate): url.redirect matches the raw URL instead of the normalized URL
- url.redirect matches con->request.uri rather than con->uri.path, so
url.redirect = ("^/data/file" => "foo")
a...
2009-02-11
- 19:12 Bug #1897: server loops on closed ajp13 connection (freezes)
- Argl. The site editor did something on my report.
Please, read :... - 19:09 Bug #1897 (Fixed): server loops on closed ajp13 connection (freezes)
- In a faulty setup (lighttpd & ajp13 proxy configured, tomcat partly configured only), restarting tomcat while sending...
- 18:53 Bug #1895 (Invalid): setenv.add-response-header not used in url.redirect
- 17:49 Bug #1895: setenv.add-response-header not used in url.redirect
- Okay, running 1.4.20 and the redirect + header is working correctly now. Sorry for wasting your time. Looking forward...
- 15:32 Bug #1895: setenv.add-response-header not used in url.redirect
- oh, i'll chech that i have the latest version and see what happens.
- 15:28 Bug #1895: setenv.add-response-header not used in url.redirect
- stbuehler tested it and it worked. Maybe you are using an old version which had a bug since you are using your distro...
- 15:18 Bug #1895: setenv.add-response-header not used in url.redirect
- Yes. I am using the lighttpd.conf from the distro which loads setenv near the top of the structure. The redirect mod...
- 14:55 Bug #1895 (Need Feedback): setenv.add-response-header not used in url.redirect
- Did you actually try what stbuehler said and put mod_setenv *before* mod_redirect in the *modules list*?
- 14:52 Bug #1895 (Reopened): setenv.add-response-header not used in url.redirect
- I just triple checked, "mod_setenv" is included in the server.modules settings and the following settings are setup f...
- 08:49 Bug #1895 (Invalid): setenv.add-response-header not used in url.redirect
- You must load mod_setenv before mod_redirect.
- 06:35 Bug #1895 (Invalid): setenv.add-response-header not used in url.redirect
- I added a header using setenv.add-response-header but it was not included in the url.redirect. The header in question...
- 18:30 Bug #522 (Reopened): Undefined macro in configure.in breaks configure
- 18:29 Bug #522: Undefined macro in configure.in breaks configure
- Installing pkg-config, as suggested, indeed solves the problem (at least for me).
However I think it would be nice ... - 18:05 Bug #1893: dir-listing vs. index-file
- if module loading order is important in this issue, then I would say that's a _very_ serious bug!
I find it amazin... - 09:01 Bug #1893: dir-listing vs. index-file
- Iirc, we do not really support static builds (nor the scons build system); i think the problem is that mod_dirlisting...
- 15:15 Bug #1896 (Invalid): follow symlinks + userdir
- I noticed that "follow symlinks" is enabled by default even if userdirs are enabled.
This of course should never hap...
2009-02-10
- 22:01 Feature #1894 (Obsolete): JSONP support for mod_uploadprogress
- The attached patch introduces JSONP[1] support for mod_uploadprogress through the new parameter X-Progress-Callback.
... - 19:47 Revision b06a8648: [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2393 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:47 Revision 2393 (svn): [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)
- 08:08 Feature #1237: A new Full-duplex Ajax module
- can not extrac the attatch files
- 01:12 Bug #1893 (Fixed): dir-listing vs. index-file
- I don't know if this is a documentation "bug", or a real bug -- I'm not sure what the true intent of the feature inte...
- 00:48 Bug #1891: lighttpd should sanitize its start-up environment
- and besides, there's mod_setenv, which is _explicitly_ designed for the very purpose of adding environment variables ...
- 00:45 Bug #1891: lighttpd should sanitize its start-up environment
- well, actually, you can _always_ provide additional environment (or any other arbitrary controls) for other programs ...
- 00:30 Bug #1891: lighttpd should sanitize its start-up environment
- there is not much you can do to tell your CGI C app where to find its oracle libraries.
as i said. if you want to ... - 00:20 Bug #1891: lighttpd should sanitize its start-up environment
- Hmmm.... your excuse seems invalid.
As I understand it, there are explicit features in both CGI and SSI configurat... - 00:11 Bug #1891 (Wontfix): lighttpd should sanitize its start-up environment
- no we cant clear all environment variables. some apps being called might require them.
common examples are LD_LIBRAR...
2009-02-09
- 23:59 Feature #1892 (Fixed): the SSI #exec feature is not documented
- the documentation distributed with 1.4.20 claims the SSI #exec feature is not supported, but the code shows otherwise...
- 23:58 Bug #1891 (Wontfix): lighttpd should sanitize its start-up environment
- every good secure network daemon should always sanitize its start-up environment
I discovered that my full environ... - 16:38 Feature #665: server.errorlog is global instead of per virtual host
- I'm watching this issue and the e-mail notification about change #20 contained the following text:...
- 12:31 Feature #665 (Wontfix): server.errorlog is global instead of per virtual host
- 10:00 Feature #665 (Reopened): server.errorlog is global instead of per virtual host
- One more try to reopen this annoying "bug" =)
Also available in: Atom