<?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的X-Accel-Redirect头实现下载控制（附带php和rails实例）</title>
	<atom:link href="http://bianbian.org/technology/154.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bianbian.org/technology/154.html</link>
	<description>关注技术, 偶尔动动手</description>
	<lastBuildDate>Fri, 18 May 2012 15:51:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: how to remove a redirect virus</title>
		<link>http://bianbian.org/technology/154.html#comment-20083</link>
		<dc:creator>how to remove a redirect virus</dc:creator>
		<pubDate>Sun, 25 Mar 2012 10:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.sunshow.net/index.php/technology/154.html#comment-20083</guid>
		<description>&lt;strong&gt;how to remove a redirect virus...&lt;/strong&gt;

[...]&#187; [译]利用Nginx的X-Accel-Redirect头实现下载控制（附带php和rails实例） &#187; &#187; 便便代码人生[...]...</description>
		<content:encoded><![CDATA[<p><strong>how to remove a redirect virus&#8230;</strong></p>
<p>[...]&raquo; [译]利用Nginx的X-Accel-Redirect头实现下载控制（附带php和rails实例） &raquo; &raquo; 便便代码人生[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phone lookup by address</title>
		<link>http://bianbian.org/technology/154.html#comment-20025</link>
		<dc:creator>phone lookup by address</dc:creator>
		<pubDate>Sun, 11 Mar 2012 08:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.sunshow.net/index.php/technology/154.html#comment-20025</guid>
		<description>&lt;strong&gt;phone lookup by address...&lt;/strong&gt;

[...]利用Nginx的X-Accel-Redirect头实现下载控制（附带php和rails实例） - 在水一方 - 博客频道 - CSDN.NET[...]...</description>
		<content:encoded><![CDATA[<p><strong>phone lookup by address&#8230;</strong></p>
<p>[...]利用Nginx的X-Accel-Redirect头实现下载控制（附带php和rails实例） &#8211; 在水一方 &#8211; 博客频道 &#8211; CSDN.NET[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://bianbian.org/technology/154.html#comment-8252</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 14 Oct 2008 10:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.sunshow.net/index.php/technology/154.html#comment-8252</guid>
		<description>files目录下还有分类目类，每个分类目录存放不同类型的文件，这时候返回的是404,要怎样解决?</description>
		<content:encoded><![CDATA[<p>files目录下还有分类目类，每个分类目录存放不同类型的文件，这时候返回的是404,要怎样解决?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 王猛</title>
		<link>http://bianbian.org/technology/154.html#comment-705</link>
		<dc:creator>王猛</dc:creator>
		<pubDate>Mon, 09 Apr 2007 10:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.sunshow.net/index.php/technology/154.html#comment-705</guid>
		<description>谢谢，我一直找X-SENDFILE做什么用的，在这里终于找到了答案。
虽然这里说的是Nginx的X-Accel-Redirect但是Apache的X-SENDFILE同样可以支持！
方法也是类似的！

http://celebnamer.celebworld.ws/stuff/mod_xsendfile/</description>
		<content:encoded><![CDATA[<p>谢谢，我一直找X-SENDFILE做什么用的，在这里终于找到了答案。<br />
虽然这里说的是Nginx的X-Accel-Redirect但是Apache的X-SENDFILE同样可以支持！<br />
方法也是类似的！</p>
<p><a href="http://celebnamer.celebworld.ws/stuff/mod_xsendfile/" rel="nofollow">http://celebnamer.celebworld.ws/stuff/mod_xsendfile/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bianbian</title>
		<link>http://bianbian.org/technology/154.html#comment-704</link>
		<dc:creator>bianbian</dc:creator>
		<pubDate>Sun, 08 Apr 2007 09:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.sunshow.net/index.php/technology/154.html#comment-704</guid>
		<description>测试成功！！！请大家注意：
internal 关键字必须要有！internal指明了必须通过内部才能下载（避免直接输链接）。
如果忘记了internal，即使后台fastcgi输出X-Accel-Redirect也没有用！
那么，如果有些文件又允许直接下载，又允许fastcgi来转向下载怎么办呢？
还好linux有link文件，用“ln -s”建立一个软指向目录就可以了！
两个小时的血泪经验阿，晕倒～</description>
		<content:encoded><![CDATA[<p>测试成功！！！请大家注意：<br />
internal 关键字必须要有！internal指明了必须通过内部才能下载（避免直接输链接）。<br />
如果忘记了internal，即使后台fastcgi输出X-Accel-Redirect也没有用！<br />
那么，如果有些文件又允许直接下载，又允许fastcgi来转向下载怎么办呢？<br />
还好linux有link文件，用“ln -s”建立一个软指向目录就可以了！<br />
两个小时的血泪经验阿，晕倒～</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bianbian</title>
		<link>http://bianbian.org/technology/154.html#comment-703</link>
		<dc:creator>bianbian</dc:creator>
		<pubDate>Sun, 08 Apr 2007 08:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://bianbian.sunshow.net/index.php/technology/154.html#comment-703</guid>
		<description>使用注意，有时候需要加上：
proxy_hide_header Content-Type;</description>
		<content:encoded><![CDATA[<p>使用注意，有时候需要加上：<br />
proxy_hide_header Content-Type;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

