Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2209553
  • 博文数量: 1058
  • 博客积分: 10018
  • 博客等级: 上将
  • 技术积分: 12641
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-23 19:24
文章分类

全部博文(1058)

文章存档

2010年(108)

2009年(736)

2008年(214)

我的朋友

分类: LINUX

2009-11-09 21:13:12

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 版后)

下载:


SHA1 checksums:


We did some important bug fixes (some of them new since 1.4.24, and some older bugs). Only 2 small new features: traceback for lua errors and the SSL_CLIENT_* vars export for ssl client cert validation.
If no showstoppers are encountered, there will be a final release soon.

Changelog since 1.4.24:
  • mod_magnet: fix pairs() for normal tables and strings (fixes )
  • mod_magnet: add traceback for printing lua errors
  • mod_rewrite: fix compile error if compiled without pcre
  • disable warning “CLOSE-read” (fixes )
  • mod_rrdtool: fix creating file if it doesn’t exist ()
  • reset tlsext_server_name in connection_reset – fixes random hostnames in the $HTTP[“host”] conditional
  • export some SSL_CLIENT_* vars for client cert validation (fixes , thx presbrey)
  • mod_fastcgi: fix mod_fastcgi packet parsing
  • mod_fastcgi: Don’t reconnect after connect() succeeded (fixes )
阅读(260) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~