高性能 Web 服务器,lighttpd 1.4.37 发布

jopen 9年前

Lighttpd 是一个德国人领导的开源Web服务器软件,其根本的目的是提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的web server环境。具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。

Lighttpd 是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI, CGI, Auth,  输出压缩(output compress), URL重写,  Alias等重要功能,而Apache之所以流行,很大程度也是因为功能丰富,在lighttpd上很多功能都有相应的实现了,这点对于apache的用  户是非常重要的,因为迁移到lighttpd就必须面对这些问题。

lighttpd 1.4.37 发布,此版本是个 bug 修复版本,主要修复了 lighttpd 1.4.36 的回归测试问题和 camke,scons 和 FreeBSD 相关的修复;改进了静态构建(scons);改进 mod_cgi 的 mmap 处理;改进内部 API;可以在 jenkins 实例运行测试套件(scons)。

下载

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

    • SHA256: db6107396fbf8f37f9c6a7e6445c4e67bb6c12bcc9fd2a305da9a6b8b2c68515

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

    • SHA256: 804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd

  • SHA256 checksums

  • </ul>

    改进列表

    • [mod_proxy] remove debug log line from error log (fixes #2659)

    • [mod_dirlisting] fix dir-listing.set-footer not showing

    • fix out-of-filedescriptors when uploading &ldquo;large&rdquo; files (fixes #2660, thx rmilecki)

    • increase upload temporary chunk file size from 1MB to 16MB

    • fix undefined integer shift

    • rewrite network sendfile/mmap/writev/write backends

    • fix some unchecked return value warnings

    • [kqueue] fix kevent call

    • [autoconf] define HAVE_CRYPT when crypt() is present

    • [bsd xattr] fix compile break with BSD extended attributes in stat_cache

    • [mod_cgi] rewrite mmap and generic (post body) send error handling

    • [mmap] fix mmap alignment

    • [plugins] when modules are linked statically still only load the modules given in the config

    • [mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading

    • fix some warnings found by coverity (&ldquo;leak&rdquo; in setup phase, not catching too long unix socket paths in mod_proxy)

    更多内容请看发行说明