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 版后)
-
- SHA256: 8555db22ed7d429160701555611d8cd5eff42fc7e6e3ad3b050279c9b2145469
- SHA1: 37f8b4827d7a1f69812d8185fcecf72277020876
- MD5: 41dfad5c366d34d83c3d2b46d4c08f5c
-
- SHA256: 72896e6677b12aee2371c12e6d3f8299cfbdb2f89ad4b519a96b3ba80852a5fa
- SHA1: a07b7bfdbf882ebe645cc140f4a658c46725224e
- MD5: 0ab6bb7b17bf0f515ce7dce68e5e215a
- SHA256 checksums:
- SHA1 checksums:
- MD5 checksums:
Changes from 1.4.22
- Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
- New lighttpd man page (moved it to section 8) (fixes )
- Create rrd file for empty rrdfile in mod_rrdtool ()
- Fix workaround for incorrect path info/scriptname if fastcgi prefix is ”/” (fixes )
- Finally removed spawn-fcgi
- Allow xattr to overwrite mime type (fixes )
- Remove link from errormsg about fastcgi apps (fixes )
- Strip trailing dot from “Host:” header
- Remove the optional port info from SERVER_NAME (thx Mr_Bond)
- Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
- Rename configure.in to configure.ac, with small cleanups (fixes )
- Add proper SUID bit detection (fixes )
- Check for regular file in mod_cgi, so we don’t try to start directories
- Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes )
- Add support for pipe logging for server.errorlog (fixes )
- Add revision number to package version for svn/git checkouts
- Use server.tag for SERVER_SOFTWARE if configured (fixes )
- Fix trailing zero char in REQUEST_URI after “strip-request-uri” in mod_fastcgi
- mod_magnet: Add env[“request.remote-ip”] (fixes )
- mod_magnet: Add env[“request.path-info”]
- Change name/version separator back to ”/” (affects every place where the version is printed)
- Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don’t use multiplexing. (thx jgray)
- Add some dirlisting enhancements (fixes )
- Add option to enable TCP_DEFER_ACCEPT (fixes )
- Limit amount of bytes read for one read-event (fixes )
- Add evasive.silent option (fixes )
- Make mod_extforward headers configurable (fixes )
- Add ’%_’ pattern for complete hostname in mod_evhost (fixes )
- Add IPv6 support to mod_proxy (fixes )
- mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes )
- Fix error message if no auth backend was set
- Fix SERVER_NAME port stripping (fixes )
- Fix x-sendfile 2gb limiting (fixes )
- Fix mod_cgi environment keys mangling (fixes )
- Fix workaround for incorrect path info/scriptname if scgi prefix is ”/” (fixes )
- Fix max-age value in mod_expire for ‘modification’ (fixes )
- Fix evasive.silent option ()
- Fix mod-fastcgi counters
- Modify fastcgi error message
- Backup errno for later usage (reported by Guido Reina via mailinglist)
- Improve FastCGI performance (fixes )
- Workaround broken operating systems: check for trailing ’/’ in filenames (fixes )
- Allow using pcre with cross-compiling (pcre-config got fixed; fixes )
- Add “lighty.req_env” table to mod_magnet for setting/getting environment values for cgi (fixes , thx presbrey)
- Fix segfault in mod_expire after failed config parsing (fixes )
- Add ssi.content-type option (default text/html, fixes )
- Add support for “real” entropy from /dev/[u]random (fixes )
- Adding support for additional chars in LDAP usernames (fixes )
- Ignore multiple “If-None-Match” headers (only use first one, fixes )
- Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes )
- Allow max-keep-alive-requests to depend on conditional (fixes )
- Make dependency on svnversion/git optional (for devel versionstamp, fixes )
阅读(341) | 评论(0) | 转发(0) |