ighttpd(发音为lighty)是一套开放源代码的网页服务器,以BSD许可证放出.相较于其他的网页服务器,lighttpd仅需少量的 内存及CPU资源即可达到同样的效能.
# 提供 FastCGI 及 SCGI 的负载平衡
# 支持 chroot
# 支持 select()/poll() 及更有效率的 kqueue/epoll 连线状态判断 # 支持条件重写(Conditional rewrites)
# 支持SSL连线
# 透过LDAP server认证
# rrdtool状态输出
# Rule-based downloading
# Server-side includes support
# Virtual hosting
# Modules support
# Cache Meta Language
# Minimal WebDAV support
# Servlet (AJP) support(1.5.x 版后)
下载:[url]http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.26.tar.bz2[/url]
更多:[url]http://download.lighttpd.net/lighttpd/releases-1.4.x/[/url]
Changes from 1.4.25
Fix request parser to handle packets with splitted rnrn (fixes #2105)
Remove dependency on automake >= 1.11 with m4_ifdef check
mod_accesslog: support %e (fixes #2113, thx presbrey)
Fix mod_cgi cgi.execute-x-only option in global block
mod_fastcgi: x-sendfile2 parse error debugging
Fix mod_proxy dead host detection if connect() fails
Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
Fix HUP detection in close-state if event-backend doesn’t support FDEVENT_HUP (like select or poll on FreeBSD)
来自:[url]http://www.dinre.com/index.php/2010/02/lighttpd-1-4-26-chinese-dragon/[/url]
# 提供 FastCGI 及 SCGI 的负载平衡
# 支持 chroot
# 支持 select()/poll() 及更有效率的 kqueue/epoll 连线状态判断 # 支持条件重写(Conditional rewrites)
# 支持SSL连线
# 透过LDAP server认证
# rrdtool状态输出
# Rule-based downloading
# Server-side includes support
# Virtual hosting
# Modules support
# Cache Meta Language
# Minimal WebDAV support
# Servlet (AJP) support(1.5.x 版后)
下载:[url]http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.26.tar.bz2[/url]
更多:[url]http://download.lighttpd.net/lighttpd/releases-1.4.x/[/url]
Changes from 1.4.25
Fix request parser to handle packets with splitted rnrn (fixes #2105)
Remove dependency on automake >= 1.11 with m4_ifdef check
mod_accesslog: support %e (fixes #2113, thx presbrey)
Fix mod_cgi cgi.execute-x-only option in global block
mod_fastcgi: x-sendfile2 parse error debugging
Fix mod_proxy dead host detection if connect() fails
Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
Fix HUP detection in close-state if event-backend doesn’t support FDEVENT_HUP (like select or poll on FreeBSD)
来自:[url]http://www.dinre.com/index.php/2010/02/lighttpd-1-4-26-chinese-dragon/[/url]
lighttpd是一款开源网页服务器软件,采用BSD许可证发布。相比其他服务器,它占用较少的内存和CPU资源,支持FastCGI负载均衡、SSL连接等功能。最新版本1.4.26修复了多个问题。
2万+

被折叠的 条评论
为什么被折叠?



