内容简介:Lighttpd 1.4.43 发布了。Lighttpd是德国软件开发者Jan Kneschke所研发的一款开源的Web服务器,它的主要特点是仅需少量的内存及CPU资源即可达到同类网页服务器的性能。Lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI,CGI,Auth,输出压缩(output compress),URL重写,Alias等重要功能。
Lighttpd 1.4.43 发布了。
Lighttpd是德国软件开发者Jan Kneschke所研发的一款开源的Web服务器,它的主要特点是仅需少量的内存及CPU资源即可达到同类网页服务器的性能。Lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI,CGI,Auth,输出压缩(output compress),URL重写,Alias等重要功能。
重要更新
-
提升
-
improve FastCGI, SCGI , proxy reconnect on failure
-
build systems: do not build modules for which dependencies are not present
-
autobuild: use CC_FOR_BUILD for lemon when cross-compiling
-
config: warn if mod_authn_ldap,mysql not listed
-
config file remote IP conditions are valid for TLS SNI
-
mod_deflate ignore trailing ‘*’ in deflate.mimetypes
-
mod_deflate skip deflate if loadavg too high
-
mod_accesslog %{ratio}n logs compression ratio
-
mod_expire by mimetype
-
mod_evhost partial matching patterns
-
mod_dirlisting config header and readme files
-
bug 修复
-
fix potential tempfile corruption with streaming response
-
fix fd leak when using libev (1.4.42)
-
fix ssl client certificate authentication segfaults (1.4.42)
-
fix mod_scgi prefix matching to always match url
在 1.4.42 基础上的改变
-
[autobuild] remove mod_authn_gssapi dep on resolv
-
[mod_deflate] ignore ‘*’ in deflate.mimetypes
-
[autobuild] omit module stubs when missing deps
-
[ TLS ] openssl 1.1.0 hides struct bignum_st
-
[autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757 )
-
[core] use paccept() on NetBSD (replace accept4())
-
[ TLS ] remote IP conditions are valid for TLS SNI (fixes #2272 )
-
[doc] lighttpd-angel.8 (fixes #2254 )
-
[cmake] build fcgi-auth, fcgi-responder for tests
-
[mod_accesslog] %{ratio}n logs compression ratio (fixes #2133 )
-
[mod_deflate] skip deflate if loadavg too high (fixes #1505 )
-
[mod_expire] expire by mimetype (fixes #423 )
-
[mod_evhost] partial matching patterns (fixes #1194 )
-
build: use CC_FOR_BUILD for lemon when cross-compiling
-
[mod_dirlisting] config header and readme files
-
[config] warn if mod_authn_ldap,mysql not listed
-
fix FastCGI, SCGI , proxy reconnect on failure
-
[core] network_open_file_chunk() temp file opt
-
[mod_rewrite] add more info in error log msg
-
[core] fix fd leak when using libev (fixes #2761 )
-
[core] fix potential streaming tempfile corruption (fixes #2760 )
-
[mod_scgi] fix prefix matching to always match url
-
[autobuild] adjust Makefile.am for FreeBSD
下载地址:
-
SHA256:
29cb2d58ba60edf5243ca76a3dcda2279470104cfc9a2e58409baefe47986fde -
SHA256:
fe0c4a06dd2408a83ee7a2bfedc45e09597f3313cbda82485507573ae8fa948a
以上所述就是小编给大家介绍的《Lighttpd 1.4.43 发布,重写的身份验证框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Windows高级调试
Mario Hewardt、Daniel Pravat / 聂雪军 / 机械工业出版社 / 2009-5 / 79.00元
本书主要讲解Windows高级调试思想和工具,并涉及一些高级调试主题。本书内容主要包括:工具简介、调试器简介、调试器揭密、符号文件与源文件的管理、栈内存破坏、堆内存破坏、安全、进程间通信、资源泄漏、同步、编写定制的调试扩展、64位调试、事后调试、Windows Vista基础以及应用程序验证器的测试设置等。本书内容详实、条理清楚。 本书适合Windows开发人员、Windows测试人员和Windo......一起来看看 《Windows高级调试》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
RGB HSV 转换
RGB HSV 互转工具