<?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>Matrix &#187; lighttpd</title>
	<atom:link href="http://matrix.windhunter.net/blog/tag/lighttpd/feed" rel="self" type="application/rss+xml" />
	<link>http://matrix.windhunter.net/blog</link>
	<description>Everything that Has a Beginning Has an End</description>
	<lastBuildDate>Tue, 17 Jan 2012 00:51:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>lighttpd的优化</title>
		<link>http://matrix.windhunter.net/blog/2010/03/lighttpd-performance-improvements-163.html</link>
		<comments>http://matrix.windhunter.net/blog/2010/03/lighttpd-performance-improvements-163.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:25:27 +0000</pubDate>
		<dc:creator>matrix</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lighttpd]]></category>

		<guid isPermaLink="false">http://matrix.windhunter.net/blog/?p=163</guid>
		<description><![CDATA[xrspook是个好筒子，这两天一直忙着优化blog。俺也跟着瞎忙一下吧。 以下内容参考官方优化参考 1.打开compress和expire模块 server.modules = ( ... "mod_compress", "mod_expire", ... ) 2.优化参数 server.event-handler = "linux-sysepoll" server.stat-cache-engine = "simple" server.network-backend = "linux-sendfile" server.max-keep-alive-requests = 4 server.max-keep-alive-idle=4 server.tag="Apache 2.4" server.max-fds=2048 【完】]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xlanda.net/" onclick="urchinTracker('/outgoing/www.xlanda.net/?referer=');">xrspook</a>是个好筒子，这两天一直忙着优化blog。俺也跟着瞎忙一下吧。<br />
以下内容参考<a href="http://redmine.lighttpd.net/wiki/lighttpd/Docs:Performance" onclick="urchinTracker('/outgoing/redmine.lighttpd.net/wiki/lighttpd/Docs_Performance?referer=');">官方优化参考</a></p>
<p>1.打开compress和expire模块<span id="more-163"></span></p>
<blockquote><p><code>server.modules              = (<br />
...<br />
                               "mod_compress",<br />
                               "mod_expire",<br />
...<br />
)<br />
</code></p></blockquote>
<p>2.优化参数</p>
<blockquote><p><code>server.event-handler = "linux-sysepoll"<br />
server.stat-cache-engine = "simple"<br />
server.network-backend = "linux-sendfile"<br />
server.max-keep-alive-requests = 4<br />
server.max-keep-alive-idle=4<br />
server.tag="Apache 2.4"<br />
server.max-fds=2048<br />
</code></p></blockquote>
<p>【完】</p>
]]></content:encoded>
			<wfw:commentRss>http://matrix.windhunter.net/blog/2010/03/lighttpd-performance-improvements-163.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

