<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: [译]利用Nginx的X-Accel-Redirect头实现下载控制（附带php和rails实例）</title>
	<link>http://bianbian.org/technology/154.html</link>
	<description>便便代码人生: 关注技术, 翻译文档, 偶尔动动手</description>
	<pubDate>Thu, 20 Nov 2008 09:41:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<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>http://bianbian.org/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>http://bianbian.org/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>http://bianbian.org/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>http://bianbian.org/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>
