Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Lighttpd 1.4.42 发布,重写的身份验证框架

$
0
0

Lighttpd 1.4.42 发布了,该版本重要的更新包括新的组件、扩展功能以及重写的身份验证框架值得关注的更新:

  • 新组件,扩展功能

    • updated mod_authn_ldap

    • new mod_authn_gssapi

    • new mod_authn_mysql

    • performance: use extended socket/file syscalls and flags

    • rewritten auth framework

    • new mod_deflate

    • new mod_geoip

    • new mod_uploadprogress

    • mod_dirlisting sortable columns

    • mod_fastcgi support for authorizer, responder keyed with same path/extension

    • mod_cgi permit CGI exec of unreadable files

    • mod_scgi support for uwsgi protocol for Python WSGI backends

    • add some SSL_* variables to CGI environment

  • Bug 修复

    • remove preemptive shutdown() to backend

    • fix backend socket connect issue: enforce wait for POLLWR after EINPROGRESS

    • fix crash if ready events on abandoned fd

    • fix broken digest auth

  • 行为改变

    • REQUEST_URI is original client request, instead of URI modified by mod_rewrite.

    • DOCUMENT_ROOT changes if mod_alias or mod_userdir changes basedir

    • behavior change in mod_ssi to conform to same CGI env as CGI, FastCGI, SCGI:

点此查看发行说明以及完整更新内容

下载地址

Lighttpd是德国软件开发者Jan Kneschke所研发的一款开源的Web服务器,它的主要特点是仅需少量的内存及CPU资源即可达到同类网页服务器的性能。Lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI,CGI,Auth,输出压缩(output compress),URL重写,Alias等重要功能。


Viewing all articles
Browse latest Browse all 44787

Trending Articles