<?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: Speed Tips: Turn Off ETags</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-etags.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-etags.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-2369</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Wed, 17 Apr 2013 19:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-2369</guid>
		<description><![CDATA[Depends on the kind of load balancer.. Usually you can just change the FileETag to generate the ETags based on something the various nodes in the load-balancer will have that matches up... 

So using:


FileETag Size



Would avoid different ETags being sent by different nodes.]]></description>
		<content:encoded><![CDATA[<p>Depends on the kind of load balancer.. Usually you can just change the FileETag to generate the ETags based on something the various nodes in the load-balancer will have that matches up... </p>
<p>So using:</p>
<p>FileETag Size</p>
<p>Would avoid different ETags being sent by different nodes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-636</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Wed, 17 Apr 2013 19:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-636</guid>
		<description><![CDATA[Depends on the kind of load balancer.. Usually you can just change the FileETag to generate the ETags based on something the various nodes in the load-balancer will have that matches up...

So using:


FileETag Size



Would avoid different ETags being sent by different nodes.]]></description>
		<content:encoded><![CDATA[<p>Depends on the kind of load balancer.. Usually you can just change the FileETag to generate the ETags based on something the various nodes in the load-balancer will have that matches up...</p>
<p>So using:</p>
<p>FileETag Size</p>
<p>Would avoid different ETags being sent by different nodes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-2367</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 16 Apr 2013 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-2367</guid>
		<description><![CDATA[How do you properly configure ETags on servers across a load balancer?]]></description>
		<content:encoded><![CDATA[<p>How do you properly configure ETags on servers across a load balancer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-635</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 16 Apr 2013 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-635</guid>
		<description><![CDATA[How do you properly configure ETags on servers across a load balancer?]]></description>
		<content:encoded><![CDATA[<p>How do you properly configure ETags on servers across a load balancer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Boudreau</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-634</link>
		<dc:creator>Tim Boudreau</dc:creator>
		<pubDate>Fri, 25 Jan 2013 10:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-634</guid>
		<description><![CDATA[I fear people are going to read this and take this as good advice;  it is terrible advice *unless* you are using a web server that implements generating ETag headers in a sloppy way.  If you are using a web application or a web server that implements the ETag as a hash of the bytes that would be sent, then it is a very effective way for a web server to describe how a resource should be cached in a way that is not date-dependent.

The lesson here is *not* that eliminating ETag headers is a magic recipe that will make your website faster - in most cases it will do the exact opposite.  The lesson is, don&#039;t use a webserver that implements ETag headers in a naive and fragile way.]]></description>
		<content:encoded><![CDATA[<p>I fear people are going to read this and take this as good advice;  it is terrible advice *unless* you are using a web server that implements generating ETag headers in a sloppy way.  If you are using a web application or a web server that implements the ETag as a hash of the bytes that would be sent, then it is a very effective way for a web server to describe how a resource should be cached in a way that is not date-dependent.</p>
<p>The lesson here is *not* that eliminating ETag headers is a magic recipe that will make your website faster - in most cases it will do the exact opposite.  The lesson is, don't use a webserver that implements ETag headers in a naive and fragile way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark Bateman</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-633</link>
		<dc:creator>mark Bateman</dc:creator>
		<pubDate>Tue, 21 Feb 2012 15:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-633</guid>
		<description><![CDATA[hi folks,

I have a client with an apache server that is not returning last-modified but we a re not finding any setting&#039;s that unset that header in either the config files or .htaccess files (we have none of those in fact)  where else could this be being overridden or is it missing because they are returning a mime type of text/hmtl..

thanks..]]></description>
		<content:encoded><![CDATA[<p>hi folks,</p>
<p>I have a client with an apache server that is not returning last-modified but we a re not finding any setting's that unset that header in either the config files or .htaccess files (we have none of those in fact)  where else could this be being overridden or is it missing because they are returning a mime type of text/hmtl..</p>
<p>thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-632</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-632</guid>
		<description><![CDATA[find it bad for performance... jumped from 5 to 7-10 sec]]></description>
		<content:encoded><![CDATA[<p>find it bad for performance... jumped from 5 to 7-10 sec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My name is what?</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-631</link>
		<dc:creator>My name is what?</dc:creator>
		<pubDate>Thu, 21 Apr 2011 13:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-631</guid>
		<description><![CDATA[Great! But just only one thing... The result will be dramatic under Internet Explorer.
IE 7 seems to handle in diffrent way images and html documents (mime types in short)
It seems to need ETAG in order to cache images..
Please, forget about this article and leave your ETAG switched on,
or finally you will end with overloaded and transfer-exhausted Web Server.

Take care!]]></description>
		<content:encoded><![CDATA[<p>Great! But just only one thing... The result will be dramatic under Internet Explorer.<br />
IE 7 seems to handle in diffrent way images and html documents (mime types in short)<br />
It seems to need ETAG in order to cache images..<br />
Please, forget about this article and leave your ETAG switched on,<br />
or finally you will end with overloaded and transfer-exhausted Web Server.</p>
<p>Take care!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Richards</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-630</link>
		<dc:creator>Kent Richards</dc:creator>
		<pubDate>Sun, 21 Mar 2010 05:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-630</guid>
		<description><![CDATA[I tried many combinations from the various articles on askapache and on Google&#039;s help pages, but the browser wasn&#039;t caching.

Finally, I removed &lt;code&gt;FileETag None&lt;/code&gt;, and it cached as expected.

If you&#039;re having problems and have the distributed content concern mentioned in this article, try &lt;code&gt;FileETag Size&lt;/code&gt;, or &lt;code&gt;FileETag MTime&lt;/code&gt; with attention to preserving modification times on files when mirroring.

Docs: &lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/core.html#fileetag&quot;&gt;http://httpd.apache.org/docs/2.2/mod/core.html#fileetag&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I tried many combinations from the various articles on askapache and on Google's help pages, but the browser wasn't caching.</p>
<p>Finally, I removed <code>FileETag None</code>, and it cached as expected.</p>
<p>If you're having problems and have the distributed content concern mentioned in this article, try <code>FileETag Size</code>, or <code>FileETag MTime</code> with attention to preserving modification times on files when mirroring.</p>
<p>Docs: <a href="http://httpd.apache.org/docs/2.2/mod/core.html#fileetag">http://httpd.apache.org/docs/2.2/mod/core.html#fileetag</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. Kenneth Noisewater</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-629</link>
		<dc:creator>Dr. Kenneth Noisewater</dc:creator>
		<pubDate>Mon, 07 Dec 2009 19:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-629</guid>
		<description><![CDATA[Including the inode in a load-balanced group of webservers will likely guarantee too much uniqueness in generated ETags, but how about just filesize and timestamp?

FileETag MTime Size

should do the trick I&#039;d think?  Or possibly leave off the Size attribute?

Too bad ETag isn&#039;t a proper hash value on the file contents (at least as an option)..]]></description>
		<content:encoded><![CDATA[<p>Including the inode in a load-balanced group of webservers will likely guarantee too much uniqueness in generated ETags, but how about just filesize and timestamp?</p>
<p>FileETag MTime Size</p>
<p>should do the trick I'd think?  Or possibly leave off the Size attribute?</p>
<p>Too bad ETag isn't a proper hash value on the file contents (at least as an option)..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
