内容简介:Lighttpd 1.4.49 已发布,Lighttpd 是一个开源 Web 服务器软件,旨在提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的 Web Server 环境。具有非常低的内存开销,CPU 占用率低,效能好,以及丰富的模块...
Lighttpd 1.4.49 已发布,Lighttpd 是一个开源 Web 服务器软件,旨在提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的 Web Server 环境。具有非常低的内存开销,CPU 占用率低,效能好,以及丰富的模块等特点。
重要变更
mod_proxy: 对 HTTP CONNECT 的基本支持
bug 修复
下载地址
SHA256:
8b744baf9f29c386fff1a6d2e435491e726cb8d29cfdb1fe20ab782ee2fc2ac7
SHA256:
aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09
自 1.4.48 以来的变更
[core] adjust offset if response header blank line
[mod_accesslog] %{canonical,local,remote}p (fixes #2840)
[core] support POLLRDHUP, where available (#2743)
[mod_proxy] basic support for HTTP CONNECT method (#2060)
[mod_deflate] fix deflate of file > 2MB w/o mmap
[core] fix segfault if tempdirs fill up (fixes #2843)
[mod_compress,mod_deflate] try mmap MAP_PRIVATE
[core] discard from socket using recv MSG_TRUNC
[core] report to stderr if errorlog path ENOENT (fixes #2847)
[core] fix base64 decode when char is unsigned (fixes #2848)
[mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)
[core] warn if mod_indexfile after dynamic handler
[core] do not reparse request if async cb
[core] non-blocking write() to piped loggers
[mod_openssl] minor code cleanup; reduce var scope
[mod_openssl] elliptic curve auto selection (fixes #2833)
[core] check for path-info forward down path
[mod_authn_ldap] auth with ldap referrals (fixes #2846)
[core] code cleanup: separate physical path sub
[core] merge redirect/rewrite pattern substitution
[core] fix POST with chunked request body (fixes #2854)
[core] remove unused func
[doc] minor update to outdated doc
[mod_wstunnel] fix for frames larger than 64k (fixes #2858)
[core] fix 32-bit compile POST w/ chunked request body (#2854)
[core] add include sys/poll.h on Solaris (fixes #2859)
[core] fix path-info calculation in git master (fixes #2861)
[core] pass array_get_element_klen() const array *
[core] increase stat_cache abstraction
[core] open additional fds O_CLOEXEC
[core] fix CONNECT w strict header parsing enabled
[mod_extforward] CIDR support for trusted proxies (fixes #2860)
[core] re-enable overloaded backends w/ multi wkrs
[autoconf] reduce minimum automake version to 1.13
[mod_auth] constant time compare plain passwords
[mod_auth] check that digest realm matches config
[core] fix incorrect hash algorithm impl
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Lighttpd 1.4.49 发布,高性能 Web 服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Nuster:高性能缓存服务器
- 《高性能linux服务器构建实战》
- 高性能服务器架构思路,不仅是思路
- 高并发高性能服务器是如何实现的
- Exserver一款高性能的服务器软件
- 高性能Web服务器Nginx使用指南
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ACM/ICPC程序设计与分析
沈云付 / 清华大学 / 2010-7 / 39.50元
《ACM/ICPC程序设计与分析(C++实现)》介绍ACM国际大学生程序设计竞赛概况及程序设计基础,系统介绍数论、组合数学、动态规划、计算几何、搜索、图论和网络流等专题的典型算法,挑选历年竞赛中许多有代表性的竞赛题作为例题进行分析,便于学生编程时模仿学习。每章的例题和习题都配有输入输出样例,方便学生在编程时测试与调试程序。《ACM/ICPC程序设计与分析(C++实现)》以C++为程序设计语言,以提......一起来看看 《ACM/ICPC程序设计与分析》 这本书的介绍吧!