<?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>《NGINX 配置404错误页面转向》的评论</title>
	<atom:link href="http://www.lutuzhi.com/theweb/426.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lutuzhi.com/theweb/426.html</link>
	<description>一路走来，路途志</description>
	<lastBuildDate>Thu, 13 Oct 2011 03:34:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>作者：Tercel</title>
		<link>http://www.lutuzhi.com/theweb/426.html/comment-page-1#comment-1005</link>
		<dc:creator>Tercel</dc:creator>
		<pubDate>Thu, 27 Jan 2011 02:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lutuzhi.com/theweb/426.html#comment-1005</guid>
		<description>站点是采用nginx反向代理的，这样设置怎么不起作用呢？</description>
		<content:encoded><![CDATA[<p>站点是采用nginx反向代理的，这样设置怎么不起作用呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：d.f.</title>
		<link>http://www.lutuzhi.com/theweb/426.html/comment-page-1#comment-1004</link>
		<dc:creator>d.f.</dc:creator>
		<pubDate>Wed, 26 Jan 2011 08:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lutuzhi.com/theweb/426.html#comment-1004</guid>
		<description>fastcgi_intercept_errors on;

你的文章相当给力!!!</description>
		<content:encoded><![CDATA[<p>fastcgi_intercept_errors on;</p>
<p>你的文章相当给力!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：rentiyishu</title>
		<link>http://www.lutuzhi.com/theweb/426.html/comment-page-1#comment-992</link>
		<dc:creator>rentiyishu</dc:creator>
		<pubDate>Sat, 08 Jan 2011 17:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.lutuzhi.com/theweb/426.html#comment-992</guid>
		<description>404页面里放点广告好了</description>
		<content:encoded><![CDATA[<p>404页面里放点广告好了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：5169.info</title>
		<link>http://www.lutuzhi.com/theweb/426.html/comment-page-1#comment-381</link>
		<dc:creator>5169.info</dc:creator>
		<pubDate>Sat, 20 Mar 2010 08:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lutuzhi.com/theweb/426.html#comment-381</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-380&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-380&quot; rel=&quot;nofollow&quot;&gt;gavin.chen&lt;/a&gt; :&lt;/strong&gt;
&lt;a href=&quot;#comment-372&quot; rel=&quot;nofollow&quot;&gt;@5169.info  &lt;/a&gt;
放在哪里都可以，注意改下这行配置就可以了
error_page  404 = /404.html;
&lt;/blockquote&gt;
也就是说，每个子站都复制一份404文件，可不可以这样
error_page 404 = ../404.html;
只做一套404放在htdocs下面</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-380"><p>
<strong><a href="#comment-380" rel="nofollow">gavin.chen</a> :</strong><br />
<a href="#comment-372" rel="nofollow">@5169.info  </a><br />
放在哪里都可以，注意改下这行配置就可以了<br />
error_page  404 = /404.html;
</p></blockquote>
<p>也就是说，每个子站都复制一份404文件，可不可以这样<br />
error_page 404 = ../404.html;<br />
只做一套404放在htdocs下面</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：gavin.chen</title>
		<link>http://www.lutuzhi.com/theweb/426.html/comment-page-1#comment-380</link>
		<dc:creator>gavin.chen</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lutuzhi.com/theweb/426.html#comment-380</guid>
		<description>&lt;a href=&quot;#comment-372&quot; rel=&quot;nofollow&quot;&gt;@5169.info  &lt;/a&gt; 
放在哪里都可以，注意改下这行配置就可以了
error_page  404 = /404.html;</description>
		<content:encoded><![CDATA[<p><a href="#comment-372" rel="nofollow">@5169.info  </a><br />
放在哪里都可以，注意改下这行配置就可以了<br />
error_page  404 = /404.html;</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：5169.info</title>
		<link>http://www.lutuzhi.com/theweb/426.html/comment-page-1#comment-372</link>
		<dc:creator>5169.info</dc:creator>
		<pubDate>Wed, 17 Mar 2010 05:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lutuzhi.com/theweb/426.html#comment-372</guid>
		<description>问一个问题，创建的404页面放在哪儿呢？
我还没去尝试</description>
		<content:encoded><![CDATA[<p>问一个问题，创建的404页面放在哪儿呢？<br />
我还没去尝试</p>
]]></content:encoded>
	</item>
</channel>
</rss>

