sthen
5b9d7d9e95
fixes from lighttpd upstream via Brad (maintainer)
...
- Add static-file.disable-pathinfo option to prevent handling of
urls like .../secret.php/image.jpg as static file.
- Don't overwrite 401 (auth required) with 501 (unknown method).
2011-09-06 08:49:51 +00:00
sthen
3c594e3ee9
lighttpd bugfix: Limit amount of bytes we send in one go; fixes stalling in one
...
connection and timeouts on slow systems. From upstream via Brad (maintainer)
2011-08-24 21:28:09 +00:00
sthen
076483e0f2
update lighttpd to 1.4.29, from Brad
...
- while there, remove patch-src_server_c too, all the various /dev/*random
are equivalent now, ok Brad
2011-07-07 14:34:36 +00:00
sthen
5262fc0208
- backport a patch from upstream to avoid a conflict between OpenSSL and
...
internal implementations of MD5. Fixes SSL problems with some clients.
From Brad
2011-04-25 09:39:36 +00:00
sthen
bd91594371
Fixes from upstream via Brad (maintainer)
...
* mod_proxy: fix delayed connect
* mod_cgi: make read buffer as big as incoming data block
* ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman
key exchange (add ssl.use-sslv3)
While there, update autoconf version comment, should be 2.67.
2011-03-20 13:42:53 +00:00
jasper
6e9d6bc608
- unbreak https
...
from brad (MAINTAINER)
2010-11-07 19:13:40 +00:00
sthen
d425867587
Fix lighttpd mod_proxy waiting for response even if content-length is 0.
...
From upstream via Brad.
2010-09-17 21:59:43 +00:00
sthen
92545e9199
update lighttpd to 1.4.28 (a couple of small changes only); from Brad.
2010-08-23 22:44:10 +00:00
sthen
19895d4c56
lighttpd 1.4.27; various fixes/cleanup. From Brad, small conf tweak from me.
2010-08-18 11:16:55 +00:00
sthen
2fe5ee4af4
fix gcc2 build; from Brad, tested by Sevan who submitted a different
...
diff to fix the same problem.
2010-07-06 17:17:50 +00:00
sthen
0ca01b0f74
Fix from upstream via Brad:
...
Check uri instead of physical path for directory redirect.
Should fix alias handling for "/foo" => "/var/www/";
http://example.com/foo should result in a redirect to
http://example.com/foo/
2010-04-18 08:24:31 +00:00
sthen
d9712547e1
mod_proxy fixes, from upstream via Brad
2010-04-09 11:06:22 +00:00
sthen
a6aa965fae
update to 1.4.26, from Brad
2010-03-21 09:56:55 +00:00
sthen
639fea5f60
SECURITY fix for CVE-2010-0295 DoS issue.
...
http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2010_01.txt
From Brad, ok ajacoutot@ jasper@
2010-02-02 08:10:29 +00:00
sthen
19df8d0e1f
Add a patch from upstream via Brad; fix request parser to handle packets
...
with splitted \r\n\r\n. (http://redmine.lighttpd.net/issues/2105 )
2009-12-13 22:06:24 +00:00
sthen
a95ebdea4d
update to 1.4.25, from Brad
2009-11-25 23:06:53 +00:00
sthen
ef98216b12
add patches from upstream via Brad:
...
- disable warning "CLOSE-read"
- reset tlsext_server_name in connection_reset - fixes random
hostnames in the $HTTP["host"] conditional
- mod_fastcgi: fix mod_fastcgi packet parsing
- mod_fastcgi: Don't reconnect after connect() succeeded
2009-11-08 13:16:40 +00:00
sthen
b518dd066d
update to 1.4.24, from Brad (maintainer).
2009-10-27 23:02:11 +00:00
sthen
bef8b743d2
Fix If-Modified-Since bug with daylight saving time; from upstream
...
repo via Brad.
2009-08-11 21:55:27 +00:00
sthen
bcb6ce4f58
Add information about keep-alive connections to mod_status.
...
From upstream repo, via Brad.
2009-06-22 09:28:07 +00:00
sthen
d622c6aaee
Bugfix update to 1.4.23; from Brad.
2009-06-19 23:12:03 +00:00
sthen
f0fef5a77a
update to 1.4.21 and tidy Makefile from Brad; lots of bug fixes.
2009-02-17 12:44:17 +00:00
brad
1aaf868654
Upgrade to lighttpd 1.4.20. Large bug fix update.
...
Tested by a number of users.
2008-10-23 20:29:17 +00:00
jasper
bfe8448a3a
- Handle EINTR in mod_cgi during write()
...
- Fix mod_magnet to set con->mode = p->id if it generates content,
so returning 4xx/5xx doesn't append an error page
from brad@
2008-04-25 10:23:07 +00:00
jasper
5631075d51
- tweak sample config file to chroot(), use kqueue and bind to ipv4 and ipv6
...
- install documentation
from brad@ (with the docs part from me)
2008-04-16 20:42:35 +00:00
jasper
e6db108b7c
- fix typos in the previous ssl fix;
...
from lighttpd svn (changeset 2144); via brad@
2008-04-08 19:11:40 +00:00
jasper
2d090ef045
SECURITY FIX for http://secunia.com/advisories/29544/
...
lighttpd OpenSSL Error Queue Denial of Service Vulnerability
patches from upstream svn, via brad@
2008-04-03 10:18:15 +00:00
brad
34929ca49e
upgrade to lighttpd 1.4.19. security and bug fix update. CVE-2008-1270
...
looks good jasper@
2008-03-16 18:43:31 +00:00
jasper
d7498b80d4
- SECURITY FIX for CVE-2008-0983
...
( http://secunia.com/cve_reference/CVE-2008-0983/ )
- add a patch to fix issues with group permissions,
provided by Antti Harri ( already accepted upstream )
ok naddy@ brad@ (MAINTAINER)
2008-03-02 10:04:22 +00:00
rui
77a9e6848f
SECURITY: update lighttpd to 1.4.18, from brad.
...
Reference: http://secunia.com/advisories/26732/
ok jasper@
2007-09-10 20:41:59 +00:00
rui
26a21ce500
update lighttpd to 1.4.17, from brad.
...
ok jasper@
2007-08-31 10:10:17 +00:00
rui
9057741b45
update lighttpd to 1.4.16
...
ok brad (maintainer), simon@
2007-07-25 21:31:46 +00:00
rui
41ffa063ff
roll in some distribution patches which fix multiple vulnerabilities.
...
Reference: http://secunia.com/advisories/26130/
ok kili@, simon@
2007-07-22 19:44:17 +00:00
rui
4bbfe1ddd3
update lighttpd to 1.4.15, from brad
...
ok bernd@
2007-04-28 10:08:01 +00:00
ckuethe
cb609921c5
add a daemon user for lighttpd, from brad.
...
ok kili@
2007-04-24 05:09:41 +00:00
bernd
414169c95e
Fix a possible 99% cpu bug when a client connection is dropped.
...
See http://trac.lighttpd.net/trac/wiki/Release-1.4.13-patches .
Submitted by Frank Denis. Thanks!
ok brad@
2007-02-02 09:25:18 +00:00
brad
e02ac727f4
upgrade to lighttpd 1.4.11
2006-03-09 19:00:59 +00:00
sturm
83b8b291e5
don't set umask to 0 when daemonizing (changed upstream as well)
...
from Matthias Kilian <kili at outback.escape.de>
ok brad
2006-03-06 06:21:02 +00:00
brad
ec484439d6
mod_cgi is resetting physical.path
...
From lighttpd Trac
2006-02-09 02:30:40 +00:00
brad
dd95a1e84b
upgrade to lighttpd 1.4.9
2006-01-15 04:47:58 +00:00
brad
4e3349d0be
fix a crash with mod_proxy if the Host: header is empty.
...
From lighttpd Trac
2006-01-03 23:39:11 +00:00
brad
40d38e6dc4
upgrade to lighttpd 1.4.4
2005-09-16 16:31:04 +00:00
brad
713766bcef
use --libdir instead of patching the Makefile
2005-06-17 14:47:57 +00:00
brad
829dad9316
upgrade to lighttpd 1.3.13
2005-03-08 22:49:39 +00:00
brad
0108244c3c
upgrade to lighttpd 1.3.10
...
From: Ben Lovett <ben at tilderoot dot com>
2005-02-12 13:17:36 +00:00
brad
88889310b6
upgrade to lighttpd 1.3.8
2005-01-31 03:42:29 +00:00
brad
babda17621
upgrade to lighttpd 1.3.6
2004-11-05 00:14:52 +00:00
brad
a468b6e55a
upgrade to lighttpd 1.3.3
...
license: QPL -> BSD
2004-10-17 15:11:46 +00:00
brad
559f2e1ad4
add lighttpd 1.3.2
...
--
lighttpd a secure, fast, compliant and very flexible web-server
which has been optimized for high-performance environments. It has
a very low memory footprint compared to other webservers and takes
care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
Output-Compression, URL-Rewriting and many more) make lighttpd the
perfect webserver-software for every server that is suffering load
problems.
2004-10-01 06:23:40 +00:00