lighttpd
lighttpd(读作lighty)[1] 是一款以BSD許可證开源的網頁伺服器,在确保兼容常见标准、安全性及灵活性的情况下专为需要处理速度的环境优化。此软件起初为扬·克内施克对c10k问题(如何同时并行处理10000条连接的问题)的概念验证,但随后受到了大众欢迎。[2]其名称是“light”(轻量)与httpd的混成詞。相較於其他的網頁伺服器,lighttpd僅需少量的内存及CPU資源即可達到同樣的效能。
開發者 | 扬·克内施克 |
---|---|
初始版本 | 2003年3月 |
穩定版本 | 1.4.59 (2021年2月2日 ) |
源代码库 | |
编程语言 | C语言 |
操作系统 | 跨平台 |
语言 | 英文 |
类型 | 網頁伺服器 |
许可协议 | BSD许可证 |
网站 | www.lighttpd.net |
前言
相比其他网页服务器软件而言,lighthttpd的低内存占用、[3]低CPU负载及速度优化[4]使其成为负载过重或提供静态媒体服务器的合适之选。lighttpd是一款自由及开放源代码软件,以BSD许可证发布。它可原生运行在类Unix系统操作系统及Microsoft Windows上。[5]
应用程序支持
lighttpd支持向外部程序开放FastCGI、SCGI及CGI,允许以任意编程语言编写的程序与服务器通信。 PHP作为一门特别流行的语言,其性能受到了广泛关注。lighttpd的FastCGI可配置为使用操作码缓存的方式来有效支持PHP(如Alternative PHP Cache)除此之外,lighttpd还获得了Python、Perl、Ruby和Lua社区的关注。lighttpd还支持WebDNA和弹性内存数据库系统。此软件是一款流行的、支持Catalyst和Ruby on Rails网页框架的网页服务器,但并不支持ISAPI。
特性
- 支持负载均衡、FastCGI、SCGI及HTTP代理服务器
- 支援
chroot
- 网页服务器事件机制性能优化 –
select()
、poll()
及epoll()
[6] - 支持更高效的事件通知
- 支持URL条件重写(mod_rewrite)
- 通过OpenSSL可提供支持SNI的TLS/SSL
- 透過LDAP服务器認證
- RRDtool狀態輸出
- 基于规则的下载
- 服务器端内嵌支持(不包括服务侧CGI)[7]
- 灵活的虚拟主机
- 模块支持
- 缓存元语言(现已被mod_magnet替代)[8] using the Lua programming language
- 对WebDAV最小支持
- Servlet(AJP)支持(1.5.x版後)
- 使用mod_compress及新版mod_deflate(1.4.42)的HTTP压缩
- 软件轻量(小于1MB)[9]
- 仅有若干线程的单进程设计。开始每条连接时不产生新进程或新线程。
局限性
用法
lighttpd被多个业务量极大的网站使用,如Bloglines和xkcd。[12]在过去,Meebo和YouTube也曾使用lighttpd。[13] 维基媒体基金会也在服务器上运行lighttpd。[14][15][16][17]
操作系统支持
参考文献
- . [2010-06-13]. (原始内容存档于2006-07-07).
all of these describe lighttpd (pron. lighty)
. - . lighttpd wiki. [22 December 2008]. (原始内容存档于2006-10-08).
- . [15 March 2012]. (原始内容存档于2016-06-05)..
- Gabriel Kerneis and Juliusz Chroboczek. Are events fast? 页面存档备份,存于. PPS technical report, University of Paris 7. 2009.
- . [2011-03-27]. (原始内容存档于2011-03-24).
LightTPD webserver for Windows Systems
. - Gammo, Louay; Brecht, Tim; Shukla, Amol; Pariag, David. . Linux Symposium. University of Waterloo: 215. 2004.
- lighttpd - Bug #1101: SSI include virtual does not run cgi 页面存档备份,存于 – lighty labs
- . [2019-04-23]. (原始内容存档于2012-06-29).
- . lighttpd.net. [20 June 2010]. (原始内容存档于2019-09-09).
- . lighttpd bug tracker. [2011-04-11]. (原始内容存档于2011-04-20).
- . lighttpd bug tracker. [2016-07-16]. (原始内容存档于2016-07-23).
- . WebTechster. [2014-03-26]. (原始内容存档于2019-04-23).
- . ServerWatch. [2008-02-12]. (原始内容存档于2014-03-31).
- Brion Vibber. . Wikimedia wikitech-l mailing list. 2008-08-26 [2008-08-27]. (原始内容存档于2019-04-23).
- Tim Starling. . Wikimedia wikitech-l mailing list. 2008-08-27 [2008-08-27]. (原始内容存档于2019-04-23).
- Domas Mitzuas. . Wikimedia wikitech-l mailing list. 2008-08-27 [2008-08-27]. (原始内容存档于2019-04-23).
- . The official site. 2007-04-04 [2008-12-22]. (原始内容存档于2018-06-27).
lighttpd is used by many well-known sites. The typical scenario is using lighttpd as off-load server to push out static content and leave the complex work to another server.
另请参阅
- 網頁伺服器比較
- 互联网缓存协议
- 讨论客户端代理的代理服务器
- 讨论源站代理的反向代理
- Traffic Server
- 讨论基于主机的HTTP加速的网页加速器
延伸阅读
- Bogus, Andre. 1st. Packt Publishing. October 29, 2008: 236 [2019-04-23]. ISBN 978-1847192103. (原始内容存档于2014-07-15).
外部連結
- 官方网站
- lighttpd forum,lighttpd的論壇。
- lighty's life 页面存档备份,存于,lighttpd的網誌。
- 页面存档备份,存于, Open Source China 的介绍
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.