Lighttpd 1.4.30 發布,比圣誕老人還快

openkk 13年前發布 | 8K 次閱讀 Lighttpd

編者注:此新聞的標題是官方新聞的直譯,我估計其開發者也有點自嘲的意思,畢竟 lighttpd 好久都沒有更新了。

Lighttpd 1.4.30 發布,比圣誕老人還快

Lighttpd 是一個德國人領導的開源Web服務器軟件,其根本的目的是提供一個專門針對高性能網站,安全、快速、兼容性好并且靈活的web server環境。具有非常低的內存開銷,cpu占用率低,效能好,以及豐富的模塊等特點。

Lighttpd是眾多OpenSource輕量級的web server中較為優秀的一個。支持FastCGI, CGI, Auth, 輸出壓縮(output compress), URL重寫, Alias等重要功能,而Apache之所以流行,很大程度也是因為功能豐富,在lighttpd上很多功能都有相應的實現了,這點對于apache的用 戶是非常重要的,因為遷移到lighttpd就必須面對這些問題。

Lighttpd 1.4 還活著,特別是對使用 SSL 的用戶下面這個設置非常重要:

ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"

Lighttpd 1.4.30 主要變化:

  • [mod_auth] Fix signedness error in http_auth (CVE-2011-4362)
  • ssl: disable client initiated renegotiations
  • ssl: support mitigating BEAST attack
  • fix connection stalls

下載地址

與 1.4.29 版本的比較

  • Always use our ‘own’ md5 implementation, fixes linking issues on MacOS (fixes #2331)
  • Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
  • [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
  • 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) (fixes #2341)
  • Fix mod_status bug: always showed “0/0” in the “Read” column for uploads (fixes #2351)
  • [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
  • [ssl] count renegotiations to prevent client renegotiations
  • [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
  • [core] accept dots in ipv6 addresses in host header (fixes #2359)
  • [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
  • [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)

官方發行說明:
http://www.lighttpd.net/2011/12/18/1-4-30-faster-than-santa-your-first-present-this-year

 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!