<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 关于nginx的last-modified返回头</title>
	<atom:link href="http://blog.helosa.org/2010/01/28/nginx-last-modified.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.helosa.org/2010/01/28/nginx-last-modified.html</link>
	<description>Linux System Administrator</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:10:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chan Cham Chung</title>
		<link>http://blog.helosa.org/2010/01/28/nginx-last-modified.html/comment-page-1#comment-626</link>
		<dc:creator>Chan Cham Chung</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://lazybug.me/?p=49#comment-626</guid>
		<description>原装的nginx ，不可以，ssi module 里返回给用户的header discard 掉了lm 。
除非自己写module ，但比较难，因为还要考虑到include 的文件的修改时间。</description>
		<content:encoded><![CDATA[<p>原装的nginx ，不可以，ssi module 里返回给用户的header discard 掉了lm 。<br />
除非自己写module ，但比较难，因为还要考虑到include 的文件的修改时间。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 蓝仁</title>
		<link>http://blog.helosa.org/2010/01/28/nginx-last-modified.html/comment-page-1#comment-625</link>
		<dc:creator>蓝仁</dc:creator>
		<pubDate>Mon, 19 Sep 2011 08:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://lazybug.me/?p=49#comment-625</guid>
		<description>博主，请问有没有在nginx下开启ssi时，可以发送last-modified？</description>
		<content:encoded><![CDATA[<p>博主，请问有没有在nginx下开启ssi时，可以发送last-modified？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 清海</title>
		<link>http://blog.helosa.org/2010/01/28/nginx-last-modified.html/comment-page-1#comment-86</link>
		<dc:creator>清海</dc:creator>
		<pubDate>Mon, 24 May 2010 12:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://lazybug.me/?p=49#comment-86</guid>
		<description>额，上面的方法不行。</description>
		<content:encoded><![CDATA[<p>额，上面的方法不行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 清海</title>
		<link>http://blog.helosa.org/2010/01/28/nginx-last-modified.html/comment-page-1#comment-85</link>
		<dc:creator>清海</dc:creator>
		<pubDate>Mon, 24 May 2010 12:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://lazybug.me/?p=49#comment-85</guid>
		<description>补充一个，只针对shtml设置ssi就不影响的方法：

ssi on;
ssi_silent_errors on;
ssi_types text/shtml;</description>
		<content:encoded><![CDATA[<p>补充一个，只针对shtml设置ssi就不影响的方法：</p>
<p>ssi on;<br />
ssi_silent_errors on;<br />
ssi_types text/shtml;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

