到目前,Apache和IIS是用的最为普遍的Web服务器,但是它们太过单一,在此之外这里还有许多Web服务器软件,或是免费的或是商业的。
In this article we present four popular alternative web servers: Lighttpd, Nginx, LiteSpeed and Zeus. The first two are free and open source while the other two are commercial, closed-source alternatives. What they all have in common is that they focus on high performance.
本文我们介绍四种最受欢迎的Web服务器: Lighttpd, Nginx, LiteSpeed 和 Zeus。 前两个都是免费且开源的,而另两种都是商业的,闭源的。它们的共同点在于都着重于高性能上。
We will also take a look at how many websites are actually using these web servers.
我们看看有多少网站实际上在使用它们。
But first a brief presentation of each of one:
首先一个简短的介绍其中之一:
Lighttpd
Brief info: Pronounced “Lighty”, Lighttpd is as the name implies a small, lightweight web server which has a low memory footprint and light CPU load. Lighttpd is a good alternative to serve static content but it has also gained recognition in the Ruby on Rails and PHP communities.

Lighttpd 的名称暗示小,轻量级web服务器,占用内存小且cpu负荷低。Lighttpd 是服务于静态内容的不错选择。然而它更被公认为是用在Ruby 和 PHP 上。 
Used by: Wikimedia (Wikipedia), Sourceforge, YouTube, The Pirate Bay, Meebo, Imageshack, Sendspace, Mininova. 
Cost: Free 
Open Source: Yes 
OS platforms: Linux, freeBSD, Solaris, MacOS X, Windows (under Cygwin) 
Homepage: http://www.oschina.net/p/lighttpd 
Nginx
Brief info: Pronounced “engine X”, Nginx is a lightweight web server and reverse proxy. originally written by Igor Sysoev for Rambler.ru (Russia’s second most visited website). Nginx is known for stability and simple configuration in addition to its low resource consumption. It can also act as an IMAP/POP3 proxy.

Nginx 是一款轻量级web服务器和反向代理。最初由Igor Sysoev 编写。它的出名在于其稳定性和简单的配置,除此之外低资源消耗。 还有它可以作为IMAP/POP3协议。 
Used by: Yellow Pages, Hulu, Zimbra, the Friends for Sale Facebook app, Rambler, and it also seems that Wordpress.com just started using it instead of LiteSpeed. 
Cost: Free 
Open Source: Yes 
OS platforms: Linux, FreeBSD, Solaris, MacOS X 
Homepage: http://www.oschina.net/p/nginx 
LiteSpeed
Brief info: LiteSpeed is a commercial web server designed specifically for large websites. One of LiteSpeed’s advantages is that it can read Apache configurations directly which makes it easy to integrate with existing products to replace Apache. The server is lightweight and as the name implies very fast.

LiteSpeed 一种被特别设计用作大型网站的商业web服务器。 其中一个优势就是它能直接读取Apache 的配置信息。并轻易将它现有的产品结合在一起来代替Apache 。这种服务器是轻量级的就如它的名字暗示出非常快。 
Used by: Wordpress (until recently at least, but now Wordpress.com appears to be using nginx), Twitter, GigaOm, Bravenet. 
Cost: Free to $1,299 depending on the edition. 
Open Source: No 
OS platforms: Linux, FreeBSD, Solaris, MacOS X 
Homepage: http://www.ruanku.com/p/litespeedtech-web-server 
Zeus
Brief info: Zeus web server is a high performance web server. It has received PC Magazine Editors’ Choice award and also the eWeek/PC Magazine Innovation in Infrastructure award. Zeus is a highly flexible enterprise product.

Zeus web server 是一个高性能的web服务器。它曾被PC Magazine Editors’ Choice 授过奖并且eWeek/PC Magazine Innovation 也授予过它奖项。Zeus 是一种高度灵活的企业产品。 
Used by: Sony, Telefónica, Virgin media, phpBB. 
Cost: $1,700 up to two physical CPUs; $850 per additional CPU. 
Open Source: No 
OS platforms: Linux, FreeBSD, Solaris, HP-UX 
Homepage: http://www.ruanku.com/p/zeus-web-server 
How many websites are using these web servers?
According to Netcraft, Lighttpd is currently the most common of these four web servers. On April 1, the numbers of websites for each were as follows:
有多少网站在使用它们?
根据Netcraft统计,Lighttpd 是当前这四种服务器中最普遍的。在4月1日统计到的网站数字。
Lighttpd: 1,495,308
Nginx: 1,018,503
LiteSpeed: 668,030
Zeus: 420,477
These positions were not always the same, though. As you can see by the following graph, which shows the numbers from January 2006 to April 2008, the situation has changed significantly over time.
然而这个形势并不一直是一样的。通过下图你可以看到从2006年1月到2008年4月,形势随着时间而改变着。
 
The graph is based on data from Netcraft (their web server survey archives).
The huge leap for Lighttpd in January-March of 2007 is most likely due to one or more web hosting or domain registration companies switching over to Lighttpd either for their regular pages, or for parked pages, or both. If anyone knows what happened there in more detail, please feel free to let us know in the comments.
2007年1月到3月,很可能归咎于一个或多个web服务商或域名注册公司转变使用Lighttpd 。发生了什么如果有人知道的更详细些……
Interestingly, the number of servers using the Zeus web server has remained quite constant over the last two years, and even decreased a little. That said, it is mainly an enterprise solution, so this is perhaps not so surprising.
非常有趣的是,过去两年使用Zeus 作为服务器的数量维持在一个非常恒定的状态。而且减少了一点点。可以说,它主要是针对企业解决方案。所以从这点上是不值得惊讶的。
The two web servers that have been growing the fastest lately are Nginx and LiteSpeed. Nginx recently passed the one-million-websites mark.
Nginx 和 LiteSpeed 这两种服务器增长速度很快。近来Nginx 已经超过了一百万个站点
These numbers of course still pale next to Apache’s roughly 83 million websites, but there is no doubt that these alternative web servers are gaining in popularity. Who knows, one of them may be just right for you?
当然这些数字对于Apache的大概8300万来说不值一提。但仍无置疑的是这些可供选择的服务器越来越受欢迎。有谁知道,其中之一很可能是非常适合你的?

几种Web服务器比较-(Apache、IIS、Lighttpd、Nginx、LiteSpeed、Zeus相关推荐

  1. CentOS上如何把Web服务器从Apache换到nginx

    码农日记原创,转载请注明出处并给出原文链接! http://www.androiddev.net/webserver-apache-to-nginx/ 我的网站在阿里云服务器上, 1G内存的配置,但用 ...

  2. 把OctoberCMS的web服务器由Apache更换为Nginx

    卸载安装的apache和php yum remove httpd* php* 使用php -v看是否还能看到php的版本信息,如果能,说明没卸载干净,继续进行以下操作: rpm -qa | grep ...

  3. cn101388899 一种web服务器前后台关联审计方法及系统,启明星辰数据库审计精确识别操作者...

    通信世界网讯(CWW) 在常见的信息网络中,用户对数据库的操作方式多种多样,包括:通过标准的数据库客户端进行访问,通过程序连接数据库,通过Telnet.SSH等方式登录数据库进行嵌套操作,通过访问业务 ...

  4. web服务器 linux+apache+tomcat+mysql+jsp+php 整合安装

    2019独角兽企业重金招聘Python工程师标准>>> web服务器 linux+apache+tomcat+mysql+jsp+php 整合安装 自己的安装过程,以前发表在新浪博客 ...

  5. JSP之WEB服务器:Apache与Tomcat的区别 ,几种常见的web/应用服务器

    APACHE是一个web服务器环境程序 启用他可以作为web服务器使用 不过只支持静态网页 如(asp,php,cgi,jsp)等动态网页的就不行 如果要在APACHE环境下运行jsp 的话就需要一个 ...

  6. 大型网站用的什么服务器,大型网站在用什么web服务器?Apache, nginx, lighttpd

    Apache, nginx (发音 engine x), lighttpd ( 发音 lighty) 是主流的web server, 大型网站都在用哪些web 服务器? yaozer做了个简单的调查, ...

  7. Linux服务器搭建----Web服务器(apache)

    WWW的介绍 万维网(亦作"Web"."WWW"."'W3'",英文全称为"World Wide Web"),是一个由许 ...

  8. 常见的几种web容器(Apache、Nginx、Tomcat)

    目录 前言 Apache Nginx Tomcat ~~~~~~~~        因为想要面对一个新的开始,一个人必须有梦想.有希望.有对未来的憧憬.如果没有这些,就不叫新的开始,而叫逃亡. ​​​ ...

  9. PHP通常用哪种web服务器,常见的几种WEB服务器配置方案分享

    在众多专用服务器中,WEB服务器应该是我们最为熟知和常用到的了,根据不同的建站及WEB需求,WEB服务器有着好几种常见的环境配置方案,这里就总结分享一下: 当前比较流行的配置就是跑php一般就是,ph ...

最新文章

  1. linux shell脚本攻略_(python)Linux下shell脚本监控Tomcat的状态并实现自动启动步骤...
  2. 欢迎大家观顾【图灵教育社区】
  3. 英伟达吞并Arm失败!英美欧盟一齐干涉,老黄还要给孙正义12.5亿美元分手费
  4. 「功能笔记」Spacemacs+Evil备忘录
  5. mysql 索引 简书_MySQL 索引
  6. 面试Python时,面试官最喜欢问这些技术问题
  7. python多重继承super父类参数_Python super()函数使用及多重继承
  8. Makefile 编写教程(由简至难)
  9. 3d max 快捷键
  10. 三星s窗口共享android,使用 S 窗口共享轻松让您的三星手机连接电脑
  11. 报考上传照片时显示服务器错误,报考上传照片所遇问题及解决方法(转载)
  12. 打开资源管理器显示该文件没有与之关联的程序来执行该操作......
  13. 分享下Python从业者的生存现状,告诉你一般程序员真实工资
  14. [2019][]自适应学习平台的关键技术与典型案例
  15. 谷歌--高德地图定位失败geolocation time out
  16. python操作excel遇到一系列问题
  17. Android Q访问公共外部存储受限
  18. 电脑软件:推荐八款图片处理工具,值得收藏
  19. 炎黄传媒人事大变 投资方查账上现金引发恐慌
  20. 中国碗扣式脚手架行业市场供需与战略研究报告

热门文章

  1. ASP.NET程序设计复习题
  2. notepad集成jsonviewer 查看json
  3. Oracle的异构数据迁移工具 - OMW及ODI
  4. 微信小程序星级评分方法
  5. 手机创新何时不再“纸上谈兵”?
  6. 常见端口对应服务及入侵方式
  7. 线性代数行列式计算方法之三角法
  8. java excel 插入新行_使用POI往EXCEL中插入行
  9. CLASST T 使用
  10. php调用微信公众号支付接口,Thinkphp微信公众号支付接口