<?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: Django: Serve big files via fcgid</title>
	<atom:link href="http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/</link>
	<description>Random code-snippets and tips</description>
	<lastBuildDate>Tue, 17 Aug 2010 19:16:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Philipp Keller</title>
		<link>http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/comment-page-1/#comment-19932</link>
		<dc:creator>Philipp Keller</dc:creator>
		<pubDate>Fri, 30 Nov 2007 12:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/#comment-19932</guid>
		<description>Yeah, but in this django snippet it says that would work only for mod_apache. Can you run this with fcgid as well?</description>
		<content:encoded><![CDATA[<p>Yeah, but in this django snippet it says that would work only for mod_apache. Can you run this with fcgid as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/comment-page-1/#comment-19919</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 29 Nov 2007 23:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://code.pui.ch/2007/10/03/django-serve-big-files-via-fcgid/#comment-19919</guid>
		<description>You can use a hook in apache. This way apache serves the file, which it knows how to do well. 

apache authentication via cookies:
http://www.djangosnippets.org/snippets/62/</description>
		<content:encoded><![CDATA[<p>You can use a hook in apache. This way apache serves the file, which it knows how to do well. </p>
<p>apache authentication via cookies:<br />
<a href="http://www.djangosnippets.org/snippets/62/" rel="nofollow">http://www.djangosnippets.org/snippets/62/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
