<?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: Using Varnish in front of your Amazon S3 static content</title> <atom:link href="http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Wed, 08 Feb 2012 13:08:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: hassan</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-193857</link> <dc:creator>hassan</dc:creator> <pubDate>Mon, 09 Jan 2012 15:30:36 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-193857</guid> <description>thanks to your post, i&#039;ve been successfully using varnish infront of amazon s3 storage. However, there is a catch. Varnish tends to cache images from s3 in memory. Since there&#039;z limited RAM on my image server, what i need is another layer.In short, what i need is a 3 tier structure ..
image request =&gt; varnish =&gt; local-filesystem =&gt; s3i have tons of space available on the server.Any ideas?</description> <content:encoded><![CDATA[<p>thanks to your post, i&#8217;ve been successfully using varnish infront of amazon s3 storage. However, there is a catch. Varnish tends to cache images from s3 in memory. Since there&#8217;z limited RAM on my image server, what i need is another layer.</p><p>In short, what i need is a 3 tier structure ..<br
/> image request =&gt; varnish =&gt; local-filesystem =&gt; s3</p><p>i have tons of space available on the server.</p><p>Any ideas?</p> ]]></content:encoded> </item> <item><title>By: Adam Lindsay</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-193608</link> <dc:creator>Adam Lindsay</dc:creator> <pubDate>Thu, 13 Oct 2011 21:47:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-193608</guid> <description>In newer versions of Varnish in vcl_fetch use beresp instead of obj.</description> <content:encoded><![CDATA[<p>In newer versions of Varnish in vcl_fetch use beresp instead of obj.</p> ]]></content:encoded> </item> <item><title>By: François Deppierraz</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-181014</link> <dc:creator>François Deppierraz</dc:creator> <pubDate>Mon, 14 Sep 2009 08:46:52 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-181014</guid> <description>@Marius: The description I wrote was not entirely correct, it&#039;s actually
307 temporary redirects which are sometimes returned by S3. According to
their documentation, this could happen in case of routing changes in
their infrastructure.http://docs.amazonwebservices.com/AmazonS3/2006-03-01/Redirects.htmlIt&#039;s probably not a big deal if you only use Varnish to provide faster
access to your files stored on S3. But, in my case, it&#039;s also used to
ensure that incoming requests have a valid Referrer header to prevent
hotlinking.</description> <content:encoded><![CDATA[<p>@Marius: The description I wrote was not entirely correct, it&#8217;s actually<br
/> 307 temporary redirects which are sometimes returned by S3. According to<br
/> their documentation, this could happen in case of routing changes in<br
/> their infrastructure.</p><p><a
href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01/Redirects.html" rel="nofollow">http://docs.amazonwebservices.com/AmazonS3/2006-03-01/Redirects.html</a></p><p>It&#8217;s probably not a big deal if you only use Varnish to provide faster<br
/> access to your files stored on S3. But, in my case, it&#8217;s also used to<br
/> ensure that incoming requests have a valid Referrer header to prevent<br
/> hotlinking.</p> ]]></content:encoded> </item> <item><title>By: - Marius -</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-181000</link> <dc:creator>- Marius -</dc:creator> <pubDate>Thu, 10 Sep 2009 07:14:31 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-181000</guid> <description>@François: what do you mean by &quot;different cases S3 will return 302 Redirect responses&quot;. what particular cases are you talking about?</description> <content:encoded><![CDATA[<p>@François: what do you mean by &#8220;different cases S3 will return 302 Redirect responses&#8221;. what particular cases are you talking about?</p> ]]></content:encoded> </item> <item><title>By: François Deppierraz</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-180997</link> <dc:creator>François Deppierraz</dc:creator> <pubDate>Wed, 09 Sep 2009 15:47:55 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-180997</guid> <description>Are you sure that this setup really cache files coming from S3 ?In different cases S3 will return 302 Redirect responses which, instead
of being handled by varnish, are sent directly to the client.  This
results in the client bypassing varnish for that particular query.If you lookup &quot;Handling Dynamic Backend Redirects&quot; on google, you&#039;ll
find a mail from Poul-Henning Kamp, varnish&#039;s main author, which
basically says that varnish cannot understand such redirects.Thanks for your comments on this issue.</description> <content:encoded><![CDATA[<p>Are you sure that this setup really cache files coming from S3 ?</p><p>In different cases S3 will return 302 Redirect responses which, instead<br
/> of being handled by varnish, are sent directly to the client.  This<br
/> results in the client bypassing varnish for that particular query.</p><p>If you lookup &#8220;Handling Dynamic Backend Redirects&#8221; on google, you&#8217;ll<br
/> find a mail from Poul-Henning Kamp, varnish&#8217;s main author, which<br
/> basically says that varnish cannot understand such redirects.</p><p>Thanks for your comments on this issue.</p> ]]></content:encoded> </item> <item><title>By: Weekly Digest for September 5th&#160;&#124;&#160;The WebZappr</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-180984</link> <dc:creator>Weekly Digest for September 5th&#160;&#124;&#160;The WebZappr</dc:creator> <pubDate>Sat, 05 Sep 2009 07:06:01 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-180984</guid> <description>[...] Shared Using Varnish in front of your Amazon S3 static content &#124; MDLog:/sysadmin [...]</description> <content:encoded><![CDATA[<p>[...] Shared Using Varnish in front of your Amazon S3 static content | MDLog:/sysadmin [...]</p> ]]></content:encoded> </item> <item><title>By: Using Varnish with Amazon&#8217;s S3 to server static content &#124; AdminStories.com</title><link>http://www.ducea.com/2009/08/04/using-varnish-in-front-of-your-amazon-s3-static-content/comment-page-1/#comment-180726</link> <dc:creator>Using Varnish with Amazon&#8217;s S3 to server static content &#124; AdminStories.com</dc:creator> <pubDate>Thu, 06 Aug 2009 17:46:39 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=959#comment-180726</guid> <description>[...] your interested in using Amazon&#8217;s S3 to server static content, check out &#8220;Using Varnish in front of your Amazon S3 static content&#8221; by Marius over at [...]</description> <content:encoded><![CDATA[<p>[...] your interested in using Amazon&#8217;s S3 to server static content, check out &#8220;Using Varnish in front of your Amazon S3 static content&#8221; by Marius over at [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.ducea.com @ 2012-02-08 19:45:38 by W3 Total Cache -->
