<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Nginx</id>
	<title>Nginx - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Nginx"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Nginx&amp;action=history"/>
	<updated>2026-06-29T01:27:51Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Nginx&amp;diff=474561&amp;oldid=prev</id>
		<title>imported&gt;AromaTake：​調整內部連結</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Nginx&amp;diff=474561&amp;oldid=prev"/>
		<updated>2025-08-22T07:01:12Z</updated>

		<summary type="html">&lt;p&gt;調整內部連結&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{noteTA|G1=IT|G2=FL}}&lt;br /&gt;
{{Infobox Software&lt;br /&gt;
| name                   = Nginx&lt;br /&gt;
| logo                   = Nginx logo.svg&lt;br /&gt;
| logo size              = 160px&lt;br /&gt;
| screenshot             = &lt;br /&gt;
| caption                = &lt;br /&gt;
| author                 = [[Igor Sysoev|伊戈尔·赛索耶夫]]&lt;br /&gt;
| developer              = NGINX, Inc.&lt;br /&gt;
| released               = {{Start date and age|2004|10|4}}&amp;lt;ref name=&amp;quot;CHANGES&amp;quot; /&amp;gt;&lt;br /&gt;
| operating system       = [[Linux]]\[[BSD|BSD variants]]、[[OS X]]、[[Solaris]]、[[AIX]]、[[HP-UX]]、[[Windows]]&amp;lt;ref name=&amp;quot;Windows&amp;quot; /&amp;gt;以及[[*nix]]&amp;lt;ref name=&amp;quot;platforms&amp;quot; /&amp;gt; &lt;br /&gt;
| platform               =&lt;br /&gt;
| language               = [[C语言|C]]&amp;lt;ref name=&amp;quot;Ohloh&amp;quot; /&amp;gt;&lt;br /&gt;
| genre                  = [[網頁伺服器]]、[[郵件伺服器]]、[[代理服务器#反向代理服务器|反向代理伺服器]]&lt;br /&gt;
| license                = [[BSD许可证#BSD风格的许可证|类BSD]]&amp;lt;ref name=&amp;quot;LICENSE&amp;quot; /&amp;gt;&lt;br /&gt;
| website                = {{URL|https://nginx.org/}}&lt;br /&gt;
| repo                   = {{URL|https://hg.nginx.org/nginx}}&amp;lt;br/&amp;gt;{{URL|https://github.com/nginx/nginx}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Nginx&amp;#039;&amp;#039;&amp;#039;（发音同「{{lang|en|engine X}}」）是异步框架的[[網頁伺服器]]，也可以用作[[反向代理]]、[[负载均衡|负载平衡器]]和[[HTTP缓存]]。该软件由俄羅斯程式設計師[[伊戈爾·賽索耶夫]]开发，并于2004年首次公开发布&amp;lt;ref name=&amp;quot;Mobily&amp;quot; /&amp;gt;。2011年成立同名公司以提供支持服务&amp;lt;ref name=&amp;quot;D&amp;quot; /&amp;gt;。2019年3月11日，Nginx公司被[[F5网络公司]]以6.7億美元收购&amp;lt;ref&amp;gt;{{Cite web |url=https://www.oschina.net/news/105082/f5-acquires-nginx |title=F5收购NGINX |accessdate=2019-03-12 |archive-date=2019-10-18 |archive-url=https://web.archive.org/web/20191018221452/https://www.oschina.net/news/105082/f5-acquires-nginx |dead-url=no }}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
Nginx是免费的[[开源软件]]，根据类[[BSD许可证]]的条款发布。一大部分Web服务器使用Nginx&amp;lt;ref&amp;gt;{{Cite web |title=January 2017 Web Server Survey {{!}} Netcraft |url=https://www.netcraft.com/blog/january-2017-web-server-survey/ |website=www.netcraft.com |date=2017-01-12 |language=en-US |last=Netcraft |access-date=2025-03-29}}&amp;lt;/ref&amp;gt;，通常作为[[负载均衡|负载均衡器]]。&amp;lt;ref&amp;gt;{{Cite web |title=Use NGINX as a Front-end Proxy and Software Load Balancer |url=https://www.linode.com/docs/guides/use-nginx-as-a-front-end-proxy-and-software-load-balancer/ |website=Linode Guides &amp;amp; Tutorials |date=2019-02-01 |language=en |access-date=2025-03-29}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 特点 ==&lt;br /&gt;
Nginx可以部署在网络上使用[[FastCGI]]脚本、[[简单通用网关接口|SCGI]]处理程序、[[Web服务器网关接口|WSGI]]应用服务器或{{tsl|en|Phusion Passenger|}}模块的动态[[HTTP]]内容，并可作为软件[[负载均衡|负载均衡器]]。&amp;lt;ref name=&amp;quot;Kleinman&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nginx使用异步事件驱动的方法来处理请求。Nginx的模块化事件驱动架构&amp;lt;ref name=&amp;quot;aosabook&amp;quot; /&amp;gt;可以在高负载下提供更可预测的性能&amp;lt;ref name=&amp;quot;Configuration&amp;quot; /&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
Nginx是一款面向性能设计的HTTP服务器，相较于[[Apache HTTP Server|Apache]]、[[lighttpd]]具有占有[[随机存储器|内存]]少，稳定性高等优势。与旧版本（≤2.2）的Apache不同，Nginx不采用每客户机一线程的设计模型，而是充分使用异步逻辑从而削减了上下文调度开销，所以并发服务能力更强。整体采用模块化设计，有丰富的模块库和第三方模块库，配置灵活。在Linux作業系統下，Nginx使用epoll事件模型，得益於此，Nginx在Linux作業系統下效率相當高。同時Nginx在OpenBSD或FreeBSD作業系統上採用類似於epoll的高效事件模型kqueue。&lt;br /&gt;
&lt;br /&gt;
根据{{tsl|en|Netcraft|}}在2016年11月网络服务器调查&amp;lt;ref name=&amp;quot;netcraft&amp;quot; /&amp;gt;，Nginx被发现是所有“活跃”站点（被调查站点的18.22%）和百万最繁忙站点（被调查站点的27.83%）中使用次数最多的Web服务器。根据W3Techs的数据，前100万个网站中的37.7%，前10万个网站中的49.7%，以及前10000个网站中的57.0%被使用&amp;lt;ref name=&amp;quot;Usage of web servers&amp;quot; /&amp;gt;。据BuiltWith统计，在全球前10000个网站中，有38.2%的网站使用Nginx&amp;lt;!--, and its growth within the top 10k, 100k and 1 million segments increased--&amp;gt;&amp;lt;ref name=&amp;quot;Builtwith&amp;quot; /&amp;gt;。维基百科使用Nginx作为其{{le|SSL終端代理|SSL termination proxy}}&amp;lt;ref name=&amp;quot;SSL termination&amp;quot; /&amp;gt;。从[[OpenBSD]] 5.2版本（2012年11月1日）开始，Nginx成为了OpenBSD基础系统的一部分，提供了替代Apache 1.3系统的替代方案&amp;lt;ref name=&amp;quot;openbsd_5.2&amp;quot; /&amp;gt;，但是后来被替换为OpenBSD自己的httpd(8)&amp;lt;ref name=&amp;quot;Nginx Removed&amp;quot; /&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
=== 可大量并行處理 ===&lt;br /&gt;
{{來源請求|Nginx在官方測試的結果中，能夠支援五萬個并行連接，而在實際的運作中，可以支援二萬至四萬個并行連接。}}&lt;br /&gt;
&lt;br /&gt;
== 与Apache相比 ==&lt;br /&gt;
&lt;br /&gt;
Nginx的编写有一个明确目标就是超越[[Apache HTTP Server|Apache]] Web服务器的性能&amp;lt;ref&amp;gt;{{Cite news|url=https://www.nginx.com/blog/nginx-vs-apache-our-view/|title=NGINX vs. Apache: Our View of a Decade-Old Question|date=9 October 2015|newspaper=NGINX|access-date=28 December 2016|archive-url=https://web.archive.org/web/20171030115846/https://www.nginx.com/blog/nginx-vs-apache-our-view/|archive-date=2017-10-30|dead-url=no}}&amp;lt;/ref&amp;gt;。Nginx提供开箱即用的静态文件，使用的内存比Apache少得多，每秒可以处理大约四倍于Apache的请求&amp;lt;ref&amp;gt;{{Cite web|url=https://help.dreamhost.com/hc/en-us/articles/215945987-Web-server-performance-comparison|title=Web server performance comparison|website=DreamHost|access-date=28 December 2016|archive-url=https://web.archive.org/web/20171210182651/https://help.dreamhost.com/hc/en-us/articles/215945987-Web-server-performance-comparison|archive-date=2017-12-10|dead-url=no}}&amp;lt;/ref&amp;gt;。 在低并发下Nginx的性能与Apache相当（有时候还低于），但是在高并发下Nginx能保持低资源低消耗高性能。Nginx的优点还包括：高度模块化的设计，模块编写简单，以及配置文件简洁。&lt;br /&gt;
&lt;br /&gt;
这种性能提升的代价是降低了灵活性，例如能够以每个文件为基础覆盖系统范围的访问设置（ Apache使用[[.htaccess]]文件来完成这个工作，而Nginx并没有内置这样的功能）&amp;lt;ref&amp;gt;{{Cite news|url=http://www.hostingadvice.com/how-to/nginx-vs-apache/#flexibility|title=NGINX vs. Apache (Pro/Con Review, Uses, &amp;amp; Hosting for Each) - HostingAdvice.com|date=5 April 2016|newspaper=HostingAdvice.com|access-date=28 December 2016|archive-url=https://web.archive.org/web/20180126124108/http://www.hostingadvice.com/how-to/nginx-vs-apache/#flexibility|archive-date=2018-01-26|dead-url=no}}&amp;lt;/ref&amp;gt;。以前，向Nginx添加第三方模块需要使用[[静态库|静态链接]]的模块从源代码重新[[編譯器|编译]]应用程序。在版本 1.9.11 中部分地克服了这一点，增加了动态模块加载。但是，模块仍然必须与Nginx同时编译，而不是所有的模块都与这个系统兼容——有些需要更老的静态链接过程&amp;lt;ref&amp;gt;{{Cite news|url=https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/|title=Introducing Dynamic Modules in NGINX 1.9.11 - NGINX|date=2016-02-09|newspaper=NGINX|language=en-US|access-date=2017-01-13|archive-url=https://web.archive.org/web/20170116152820/https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/|archive-date=2017-01-16|dead-url=no}}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
相比起在[[Linux]]下的Nginx，在[[Windows Server]]下的Nginx的稳定性较差，而[[Apache HTTP Server|Apache]]对两者都有较好的支持。&amp;lt;ref name=&amp;quot;hostingcanada&amp;quot;&amp;gt;{{cite web|url=https://hostingcanada.org/nginx-vs-apache-explained/|title=Choosing Between Apache and NGINX for Your Web Hosting Needs|publisher=Hosting Canada|accessdate=2019-12-02|archive-date=2019-11-07|archive-url=https://web.archive.org/web/20191107171455/http://hostingcanada.org/nginx-vs-apache-explained/|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Nginx模块 ==&lt;br /&gt;
{{來源請求|整体采用[[模块化设计]]是Nginx的一个重大特点，甚至http服务器核心功能也是一个模块。旧版本的Nginx的模块是静态的，添加和删除模块都要对Nginx进行重新编译，1.9.11以及更新的版本已经支持动态模块加载。}}&lt;br /&gt;
&lt;br /&gt;
== 数据统计 ==&lt;br /&gt;
截至2017年3月，中国注册域名总数的9.65%使用Nginx。&amp;lt;ref&amp;gt;{{Cite web |url=https://www.duzli.cn/zhong-guo-wang-luo-tong-ji |title=存档副本 |accessdate=2017-03-02 |archive-date=2017-03-02 |archive-url=https://web.archive.org/web/20170302031534/https://www.duzli.cn/zhong-guo-wang-luo-tong-ji |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
截至2018年1月，Nginx服务或者代理了全球30.46%的网站。&amp;lt;ref&amp;gt;{{cite web|url=https://news.netcraft.com/archives/2018/01/19/january-2018-web-server-survey.html|title=January 2018 Web Server Survey|publisher=Netcraft|date=2018-01-19|access-date=2018-02-05|archive-url=https://web.archive.org/web/20180124191819/https://news.netcraft.com/archives/2018/01/19/january-2018-web-server-survey.html|archive-date=2018-01-24|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PHP整合 ==&lt;br /&gt;
{{來源請求|自PHP-5.3.3起，[[PHP#使用方式|PHP-FPM]]加入到了[[PHP]]核心，编译时加上&amp;lt;code&amp;gt;--enable-fpm&amp;lt;/code&amp;gt;即可提供支持。PHP-FPM以[[守护进程]]在后台运行，Nginx响应请求后，自行处理静态请求，PHP请求则经过[[fastcgi_pass]]交由PHP-FPM处理，处理完毕后返回。Nginx和PHP-FPM的组合，是一种稳定、高效的PHP运行方式，效率要比传统的Apache和mod_php高出不少。&lt;br /&gt;
&lt;br /&gt;
PHP-FPM不支持Windows平台，由于没有fastcgi进程管理器管理&amp;lt;code&amp;gt;php-cgi.exe&amp;lt;/code&amp;gt;，因此一旦&amp;lt;code&amp;gt;php-cgi.exe&amp;lt;/code&amp;gt;崩溃退出，前端将失去响应，这时Nginx会返回“The page you are looking for is temporarily unavailable. Please try again later.”的错误信息。因此在Windows上用Nginx和&amp;lt;code&amp;gt;php-cgi.exe&amp;lt;/code&amp;gt;组合来运行PHP的方式并不可靠，稳定性有待提高。}}&lt;br /&gt;
&lt;br /&gt;
==參考文獻==&lt;br /&gt;
{{reflist|2|refs=&lt;br /&gt;
&amp;lt;ref name=&amp;quot;CHANGES&amp;quot;&amp;gt;{{cite web |title=CHANGES |url=http://nginx.org/en/CHANGES |archive-url=https://web.archive.org/web/20160505031534/http://nginx.org/en/CHANGES |archive-date=2016-05-05 |accessdate=16 May 2017 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Ohloh&amp;quot;&amp;gt;{{cite web |title=The NGINX Open Source Project on Ohloh |url=http://www.ohloh.net/p/nginx/analyses/latest |work=ohloh.net |archive-url=https://web.archive.org/web/20120626182350/http://www.ohloh.net/p/nginx/analyses/latest |archive-date=2012-06-26 |accessdate=7 March 2013 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Windows&amp;quot;&amp;gt;{{cite web |title=nginx for Windows |url=http://nginx.org/en/docs/windows.html |archive-url=https://web.archive.org/web/20180125155834/http://nginx.org/en/docs/windows.html |archive-date=2018-01-25 |accessdate=28 May 2014 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;platforms&amp;quot;&amp;gt;{{cite web |title=Tested OS and platforms |url=http://nginx.org/en/#tested_os_and_platforms |archive-url=https://web.archive.org/web/20180128225142/http://nginx.org/en/#tested_os_and_platforms |archive-date=2018-01-28 |accessdate=15 October 2011 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;LICENSE&amp;quot;&amp;gt;{{cite web |title=Licensing |url=http://nginx.org/LICENSE |archive-url=https://www.webcitation.org/65HCw0nzP?url=http://www.nginx.org/LICENSE |archive-date=2012-02-07 |accessdate=18 January 2013 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Kleinman&amp;quot;&amp;gt;{{Cite web |title=Use nginx for Proxy Services and Software Load Balancing, 11 May 2010, by Sam Kleinman, Linode Library |url=http://library.linode.com/web-servers/nginx/configuration/front-end-proxy-and-software-load-balancing |archive-url=https://web.archive.org/web/20150610210548/http://library.linode.com/web-servers/nginx/configuration/front-end-proxy-and-software-load-balancing |archive-date=2015-06-10 |access-date=2018-01-27 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;aosabook&amp;quot;&amp;gt;{{cite web |title=The Architecture of Open Source Applications (Volume 2): nginx |url=http://www.aosabook.org/en/nginx.html |work=aosabook.org |archive-url=https://web.archive.org/web/20180131043919/http://www.aosabook.org/en/nginx.html |archive-date=2018-01-31 |accessdate=10 June 2015 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Configuration&amp;quot;&amp;gt;{{Cite web |title=How to Configure NGINX |url=https://www.linode.com/docs/guides/how-to-configure-nginx/ |website=Linode Guides &amp;amp; Tutorials |date=2018-12-18 |language=en |access-date=2025-03-29}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;netcraft&amp;quot;&amp;gt;{{cite web |title=November 2016 Web Server Survey |url=https://news.netcraft.com/archives/2016/11/22/november-2016-web-server-survey.html |date=22 November 2016 |archive-url=https://web.archive.org/web/20180216195855/https://news.netcraft.com/archives/2016/11/22/november-2016-web-server-survey.html |archive-date=2018-02-16 |accessdate=19 December 2016 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Usage of web servers&amp;quot;&amp;gt;{{cite web |title=Usage of web servers broken down by ranking |url=http://w3techs.com/technologies/cross/web_server/ranking |date=19 December 2016 |archive-url=https://www.webcitation.org/6EDPxVaYe?url=http://w3techs.com/technologies/cross/web_server/ranking |archive-date=2013-02-05 |accessdate=19 December 2016 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Builtwith&amp;quot;&amp;gt;{{cite web |title=Builtwith: nginx Usage Statistics |url=http://trends.builtwith.com/Web-Server/nginx |date=19 December 2016 |archive-url=https://web.archive.org/web/20180128021018/https://trends.builtwith.com/Web-Server/nginx |archive-date=2018-01-28 |accessdate=19 December 2016 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SSL termination&amp;quot;&amp;gt;{{cite web |title=Wikitech: HTTPS |url=https://wikitech.wikimedia.org/view/Https#SSL_termination |date=3 October 2011 |accessdate=3 December 2011 |publisher=Wikitech.wikimedia.org}}{{Dead link|date=2018年8月|bot=InternetArchiveBot|fix-attempted=yes}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;openbsd_5.2&amp;quot;&amp;gt;{{Cite web |title=OpenBSD Upgrade Guide: 5.1 to 5.2 |url=http://www.openbsd.org/faq/upgrade52.html#nginx |website=www.openbsd.org |access-date=2025-03-29}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Nginx Removed&amp;quot;&amp;gt;{{cite web |title=Heads Up: Nginx Removed From Base |url=http://undeadly.org/cgi?action=article&amp;amp;sid=20140827065755 |archive-url=https://web.archive.org/web/20180127203200/http://undeadly.org/cgi?action=article&amp;amp;sid=20140827065755 |archive-date=2018-01-27 |access-date=2018-01-27 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Mobily&amp;quot;&amp;gt;{{cite news |title=Interview with Igor Sysoev, author of Apache&amp;#039;s competitor NGINX |date=5 January 2012 |work=Free Software Magazine |author=Tony Mobily |url=http://www.freesoftwaremagazine.com/articles/interview_igor_sysoev_author_apaches_competitor_nginx |accessdate=18 October 2013 |archive-url=https://web.archive.org/web/20131019145106/http://www.freesoftwaremagazine.com/articles/interview_igor_sysoev_author_apaches_competitor_nginx |archive-date=2013-10-19 |dead-url=yes}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;D&amp;quot;&amp;gt;{{cite web |title=Notice of Exempt Offering of Securities |url=https://www.sec.gov/Archives/edgar/data/1588848/000158884813000001/xslFormDX01/primary_doc.xml |work=Form D |archive-url=https://web.archive.org/web/20171107020804/https://www.sec.gov/Archives/edgar/data/1588848/000158884813000001/xslFormDX01/primary_doc.xml |archive-date=2017-11-07 |accessdate=15 September 2016 |publisher=US Securities and Exchange Commission 17 October 2013 |dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==另请参阅==&lt;br /&gt;
* [[Tengine]]&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
*{{official|https://nginx.org}}&lt;br /&gt;
*{{Official blog|1=https://www.nginx.com/blog/}}&lt;br /&gt;
*{{Facebook|nginxinc|NGINX, Inc.}}&lt;br /&gt;
*{{YouTube|custom=Nginxinc|NGINX, Inc.}}&lt;br /&gt;
*{{Twitter|NGINX}}&lt;br /&gt;
*{{Twitter|nginxorg|NGINX, Inc.}}（新版本發佈資訊）&lt;br /&gt;
&lt;br /&gt;
{{Web服务器软件}}&lt;br /&gt;
&lt;br /&gt;
[[Category:2002年软件]]&lt;br /&gt;
[[Category:自由跨平台軟體]]&lt;br /&gt;
[[Category:自由代理服务器]]&lt;br /&gt;
[[Category:用C編程的自由軟體]]&lt;br /&gt;
[[Category:Linux网络服务器软件]]&lt;br /&gt;
[[Category:Linux代理服务器软件]]&lt;br /&gt;
[[Category:自由网络服务器软件]]&lt;br /&gt;
[[Category:反向代理]]&lt;br /&gt;
[[Category:Unix网络相关软件]]&lt;br /&gt;
[[Category:俄羅斯發明]]&lt;br /&gt;
[[Category:俄羅斯資訊科技]]&lt;/div&gt;</summary>
		<author><name>imported&gt;AromaTake</name></author>
	</entry>
</feed>