lighttpd(发音为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 版后)
下载:
更多:
Changes from 1.4.25
- Fix request parser to handle packets with splitted rnrn (fixes )
- Remove dependency on automake >= 1.11 with m4_ifdef check
- mod_accesslog: support %e (fixes , 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 , )
- Fix segfault with broken rewrite/redirect patterns (fixes , found by crypt)
- Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes , 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)
阅读(594) | 评论(0) | 转发(0) |