Project

General

Activity

7 days up to

User




Profile

Activity

From 2005-10-25 to 2005-10-31

2005-10-31

20:31 Revision 6e424095: added check for madvise
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@810 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
20:31 Revision 810 (svn): added check for madvise
jan
18:43 Revision 32f6ca1a: fixed typos reported by Kevin TIMM
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@809 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
18:43 Revision 809 (svn): fixed typos reported by Kevin TIMM
jan
15:34 Revision e290b119: added startup-time selectable network-backend
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@808 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
15:34 Revision 808 (svn): added startup-time selectable network-backend
jan
15:33 Revision 2b26b681: added docs for mod_expire
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@807 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
15:33 Revision 807 (svn): added docs for mod_expire
jan
14:32 Bug #338 (Fixed): lighttpd >= 1.4.6 crashes on file upload
fixed on r802
jan
10:19 Feature #350 (Fixed): Add support for Cache-Control:max age headers
that's what mod_expire is doing:
http://www.lighttpd.net/documentation/expire.html
jan
07:36 Feature #350 (Assigned): Add support for Cache-Control:max age headers
does mod_expire do what you want here ?
jan
07:26 Feature #350 (Fixed): Add support for Cache-Control:max age headers
I noticed that lighttpd doesn't have the ability to send cache control headers with its responses. Some browsers stil... Anonymous
09:52 Bug #311: SSL Errors
It works on my side!
Good work! Can't wait for 1.4.7
-- tonka
Anonymous
09:38 Bug #311: SSL Errors
Fantastic!
I'm going to patch my source and I hope it works on my side :-)
-- tonka
Anonymous
09:37 Bug #311: SSL Errors
sure, can you verify that it works for you ?
jan
09:25 Bug #311: SSL Errors
Good stuff, will this be included in 1.4.7? ;)
-- mischa
Anonymous
08:49 Bug #311 (Fixed): SSL Errors
After I could reproduce it locally with 'wget' and non-keep-alive requests I added... jan
09:10 Revision c736a344: updated NEWS file with latest changes and last TODO for the release of 1.4.7
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@806 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
09:10 Revision 806 (svn): updated NEWS file with latest changes and last TODO for the release of 1.4.7
jan
09:07 Revision 5fab991b: fixed compilation on solaris and disable kerberos5 support by default
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@805 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
09:07 Revision 805 (svn): fixed compilation on solaris and disable kerberos5 support by default
jan
09:06 Revision 9feaf898: documented userdir.basepath
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@804 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
09:06 Revision 804 (svn): documented userdir.basepath
jan
08:44 Revision 3888c103: handle missing SSL-close-notify if keep-alive is disabled (fixed #311)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@803 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
08:44 Revision 803 (svn): handle missing SSL-close-notify if keep-alive is disabled (fixed #311)
jan
08:14 Revision 0b3cc19a: fixed assertion on failure of mkstemp or write on post-data
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@802 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
08:14 Revision 802 (svn): fixed assertion on failure of mkstemp or write on post-data
jan
07:58 Revision 7fd269cf: added support for userdir without a passwd entry
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@801 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
07:58 Revision 801 (svn): added support for userdir without a passwd entry
jan
07:57 Revision 74d0c3d0: added BusyServer compat for ?auto
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@800 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
07:57 Revision 800 (svn): added BusyServer compat for ?auto
jan
07:56 Revision 1022432a: added %I for bytes_in
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@799 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
07:56 Revision 799 (svn): added %I for bytes_in
jan

2005-10-30

14:47 Bug #349 (Fixed): mod_proxy ignores / doesn't pass trough 'Content-Length' for HEAD requests
lighttpd with enabled mod_proxy does not pass trough the Content-Length if queried via a HEAD-request.

testing sc...
Anonymous

2005-10-28

16:23 Bug #171: Esoteric Bug with acrobat 7 "fast web view" and request ranges.
it should work in 1.4.6 again.
jan

2005-10-27

17:27 Feature #348 (Fixed): Enhance mod_rewrite with some of the apache mod_rewrite features
It would be really nice if there was a way to have a mod_rewrite rule that only matched if a condition was met like !... Anonymous
16:19 Bug #336: conditionally stopping https requests
$SERVER[[socket]] == "ip:443" {
url.access-deny = ( ".html" )
}
is what you want. see the documentation ht...
Anonymous
10:09 Bug #338: lighttpd >= 1.4.6 crashes on file upload
I also encounter this problem on FreeBSD 5.x. A core dump is available on request.
-- bwolf
Anonymous
02:25 Bug #347 (Invalid): configure script fails to clear ssl.h because krb5.h cannot be found
On Red Hat Enterprise Linux 3, the kerberos include directory is /usr/kerberos/include. Therefore, the configure scr... Anonymous

2005-10-26

23:03 Bug #346: SSL Errors and MSIE
As for not sending the SSL close notify message, we will need to come up with a solution for that.
-- cody
Anonymous
23:01 Bug #346 (Fixed): SSL Errors and MSIE
This issue may be related to Ticket #311
Excerpt from the Apache mod_ssl FAQ (http://www.modssl.org/docs/2.5/ssl_f...
Anonymous
13:11 Bug #340 (Fixed): incoming bytes (%I) support in mod_accesslog
patch has been applied for the 1.4.7 release.
jan
11:23 Revision e32c67cb: added a check for gmt_off in struct tm
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@798 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
11:23 Revision 798 (svn): added a check for gmt_off in struct tm
jan
07:48 Bug #345 (Fixed): mod_rrdtool fails when system date/time is changed
This is known and is expected.
The solution is simple:
- never call ntpdate
- always use (x)ntpd
that way yo...
jan
04:55 Bug #330 (Fixed): When request directory does not append trailing slash
Solved! Problem comes from regex expression on the following rewrite rule:
Use this
"^/(ldp|python|ldp-red|python...
Anonymous

2005-10-25

10:49 Bug #345 (Invalid): mod_rrdtool fails when system date/time is changed
I am running lighttpd 1.4.6, with mod_rrdtool.
I am running 2 copies of lighttpd on different ips, different confi...
Anonymous
 

Also available in: Atom