<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sparkle&#039;s Workshop &#187; apache</title>
	<atom:link href="http://weavesky.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://weavesky.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Apr 2012 03:32:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Apache、Nginx、Lighttpd对比</title>
		<link>http://weavesky.com/2007/12/18/apache-nginx-lighttpd/</link>
		<comments>http://weavesky.com/2007/12/18/apache-nginx-lighttpd/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 15:00:23 +0000</pubDate>
		<dc:creator>Sparkle</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://69.197.153.196/?p=522</guid>
		<description><![CDATA[Apache * 经典的Web服务器 * 除了慢没有别的缺点了 * 对了，Apache2对fcgi支持并不好 * 非常好用的proxy和proxy_ajp（很多人用它作为tomcat的前端） * 不支持epoll（这年头，epoll几乎是性能的必备） Nginx * 速度快，占用资源少 * 杀手级的proxy和rewrite * 非常不错的静态文件能力 * 最适合作为整个网站的前端服务（将php、svn等不同请求发送往后端apache） * 其他功能马马虎虎 Lighttpd * 杀手级的静态文件能力 * 杀手级的fcgi能力 * 不稳定的proxy模块 总体来说，如果你不确定应该用什么服务器，那就应该用Apache 但是稍微可以配置多个服务的情况下，做一个Nginx在最前端，然后把需要的功能转发给Apache是最好的选择 如果你打算跑fcgi，Lighttpd是不二的选择 如果你打算做图片服务器，独立的Lighttpd也是很好的选择]]></description>
			<content:encoded><![CDATA[<p>Apache</p>
<p>* 经典的Web服务器<br />
* 除了慢没有别的缺点了<br />
* 对了，Apache2对fcgi支持并不好<br />
* 非常好用的proxy和proxy_ajp（很多人用它作为tomcat的前端）<br />
* 不支持epoll（这年头，epoll几乎是性能的必备）</p>
<p>Nginx</p>
<p>* 速度快，占用资源少<br />
* 杀手级的proxy和rewrite<br />
* 非常不错的静态文件能力<br />
* 最适合作为整个网站的前端服务（将php、svn等不同请求发送往后端apache）<br />
* 其他功能马马虎虎</p>
<p>Lighttpd</p>
<p>* 杀手级的静态文件能力<br />
* 杀手级的fcgi能力<br />
* 不稳定的proxy模块</p>
<p>总体来说，如果你不确定应该用什么服务器，那就应该用Apache<br />
但是稍微可以配置多个服务的情况下，做一个Nginx在最前端，然后把需要的功能转发给Apache是最好的选择<br />
如果你打算跑fcgi，Lighttpd是不二的选择<br />
如果你打算做图片服务器，独立的Lighttpd也是很好的选择</p>
]]></content:encoded>
			<wfw:commentRss>http://weavesky.com/2007/12/18/apache-nginx-lighttpd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

