高性能 Web 服務器,lighttpd 1.4.38 發布

jopen 9年前發布 | 4K 次閱讀 Lighttpd

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

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

lighttpd 1.4.38 發布,此版本值得關注的改進:

  • mod_secdownload now requires an algorithm option to be set
  • fix a header parse bug (#2670)
  • sendfile support for darwin (just select “sendfile” as backend)
  • </ul>

    下載

    • lighttpd-1.4.38.tar.gz (GPG signature)

      • SHA256: eb3c689f83ee3545dc688d99e36011b28145a1727bb6d17c94c5ed6684edcdd1
      • </ul> </li>

      • lighttpd-1.4.38.tar.xz (GPG signature)

        • SHA256: 4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504
        • </ul> </li>

        • SHA256 checksums
        • </ul>

          相比 1.4.37 改進列表

          • [stat-cache] fix handling of collisions, might have returned wrong data (fixes #2669)
          • [core] allocate at least 4k buffer for incoming data
          • [core] fix search for header end if split across chunks (fixes #2670)
          • [core] check configparserAlloc() result with force_assert
          • [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero if available (thx loganaden)
          • [core] don’t buffer request bodies smaller than 64k on disk
          • add force_assert for many allocations and function results
          • [mod_secdownload] use a hopefully constant time comparison to check hash (fixes #2679)
          • [config] check config option scope; warn if server option is given in conditional
          • [core] revert increase of temp file size back to 1MB, provide a configure option “server.upload-temp-file-size” instead (fixes #2680)
          • [core] add ‘~’ to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART encoding
          • [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #2661, thx gstrauss)
          • [mod_secdownload] add required algorithm option; old behaviour available as “md5”, new options “hmac-sha1” and “hmac-sha256”
          • [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691, thx Kyle J. McKay)
          • [network] add darwin-sendfile backend (fixes #2687, thx Kyle J. McKay)
          • [core] show correct crypt support result (fixes #2690, thx Kyle J. McKay)
          • </ul>

            更多內容請看發行說明


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