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/2011/7/3/1-4-29
官方網站:http://www.lighttpd.net/
:http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.29.tar.gz