
Lighttpd 1.4.29 发布了!
Lighttpd 是一个由德国人领导的开源Web服务器软件,其根本目的是提供一个专门针对高性能网站的安全、快速、兼容性好并且灵活的web server环境。具有非常低的内存开销和cpu占用率、效能好、以及丰富的模块等特点。Lighttpd是众多开源的、轻量级的web server中较为优秀的一个,其支持FastCGI、CGI、Auth、输出压缩(output compress)、URL重写和Alias等重要功能。
重大的变化:
- 解决了md5函数与OpenSSL库名字冲突的漏洞。
- 修复了mod_proxy、mod_cgi和其他的mod_*cgi漏洞。
- 改进了SSL。
- 支持本地的solaris端口fdevent处理程序“solaris-eventports”。
- 修复了mod_proxy在内容长度为0时的响应时间。
- 修复了错误日志的消息提示:“connection closed: poll() -> ERR”。
- mod_cgi: make read buffer as big as incoming data block
- [build] Fix detection of libev (fixes #2300)
- ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301) add ssl.use-sslv3 (fixes #2246) load all algorithms (fixes #2239)
- [ssl/md5] prefix our own md5 implementation with li_ so it doesn’t conflict with the openssl one (fixes #2269)
- [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
- [proc,include_shell] log error if exec shell fails (fixes #2280)
- [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
- [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
- fdevent: add solaris eventports (fixes #2171)
官方网站: http://www.lighttpd.net/
下载地址: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.29.tar.gz