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

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Lighttpd 1.4.51 已发布,Lighttpd 是一个开源 Web 服务器软件,旨在提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的 Web Server 环境。具有非常低的内存开销,CPU 占用率低,效能好,以及丰富的模块...

Lighttpd 1.4.51 已发布,Lighttpd 是一个开源 Web 服务器软件,旨在提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的 Web Server 环境。具有非常低的内存开销,CPU 占用率低,效能好,以及丰富的模块等特点。

重要更改

  • security fixes

  • bug fixes

  • new module: mod_authn_pam

  • support for wolfSSL

Changes from 1.4.50

  • [core] split parsing header line into separate function

  • [core] explicitly return 0 instead of constant result

  • [core] header parsing: use goto for error handling

  • [core,security] process headers after combining folded headers

  • [core] replace folding whitespace with a single space

  • [buffer] fix duplicate assert and comment

  • [core] redo HTTP header line folding

  • [core] parse header line strings before copying

  • [core] abstraction to insert/modify response hdrs

  • [core] code reuse with array_insert_key_value()

  • [core] simplify parsing hdr key whitespace then :

  • [core] http_request_parse_reqline() separate func

  • [core] abstraction layer for HTTP header manip

  • [core] code reuse with http_response_body_clear()

  • [mod_proxy] fix proxy.forwarded and proxy.replace-http-host (fixes #2902)

  • [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908)

  • [core] fastcgi.h link to Open Market License (OML) (fixes #2901)

  • [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903)

  • [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905)

  • [mod_auth] send 401 for mismatch HTTP auth scheme (fixes #2906)

  • [core] code reuse array_match_*() routines

  • [mod_skeleton] review and simplify

  • [multiple] code reuse: employ array_match_*()

  • [doc] lighttpd.service uses network-online.target

  • [mod_flv_streaming] code simplifications

  • [mod_authn_pam] mod_auth PAM support (fixes #688)

  • [mod_sockproxy] add to build

  • [core] fix include_shell on inline shell commands (fixes #2910)

  • [multiple] code reuse: using array_*() funcs

  • [tests] t/test_array.c

  • [core] array_get_int_ptr()

  • [core] more memory-efficient fn table for data_*

  • [tests] #undef NDEBUG before assert.h in t/test_*

  • [core] inline status_counter routines

  • [core] log_failed_assert() attribute((cold))

  • [core] http_status_append()

  • [core] http_method_append()

  • [core] prefer buffer_append_string_len()

  • [build] fix SCons build for mod_authn_pam

  • [mod_userdir] security: skip username “.” and “..”

  • [mod_deflate] null-check to quiet coverity warning

  • [core] quiet coverity false positive

  • [multiple] quiet compiler warnings —without-pcre

  • [mod_secdownload] support if HMAC() is a macro

  • [TLS] sys-crypto.h abstraction

  • [TLS] sys-crypto.h abstraction

  • [build] put request.c in common src

  • [meson] build fixes for libmariadb and libsasl2

  • [core] PATH_INFO calculation when basedir is “/” (fixes #2911)

  • [core] better consistency in buffer_is_equal*()

  • [core] fix missing param from prev commit

  • [mod_openssl] no renegotiation in TLS 1.3 (fixes #2912)

  • [core] reject Transfer-Encoding from proxy (#2913)

  • [mod_auth] use SHA1_Init,Update,Final

  • [mod_openssl] add support for wolfSSL

  • [build] automake support for wolfSSL

  • [build] SCons support for wolfSSL

  • [build] meson support for wolfSSL

  • [build] CMake support for wolfSSL

  • [core] perf: buffer.c internal inlines

  • [mod_openssl] wolfSSL does not support SSLv2

  • [core] perf: buffer_string_append_len()

  • [core] permit server.error_handler to static file

下载地址


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

函数式算法设计珠玑

函数式算法设计珠玑

Richard Bird / 苏统华、孙芳媛、郝文超、徐琴 / 机械工业出版社 / 2017-4-1 / 69.00

本书采用完全崭新的方式介绍算法设计。全书由30个珠玑构成,每个珠玑单独列为一章,用于解决一个特定编程问题。这些问题的出处五花八门,有的来自游戏或拼图,有的是有趣的组合任务,还有的是散落于数据压缩及字串匹配等领域的更为熟悉的算法。每个珠玑以使用函数式编程语言Haskell对问题进行描述作为开始,每个解答均是诉诸于函数式编程法则从问题表述中计算得到。本书适用于那些喜欢学习算法设计思想的函数式编程人员、......一起来看看 《函数式算法设计珠玑》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试