<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Utah PHP Users Group &#187; etag</title>
	<atom:link href="http://uphpu.org/tag/etag/feed/" rel="self" type="application/rss+xml" />
	<link>http://uphpu.org</link>
	<description>PHP application development and support</description>
	<lastBuildDate>Wed, 15 May 2013 23:01:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to fix the default Apache etag confi&#8230;</title>
		<link>http://uphpu.org/2012/05/18/how-to-fix-the-default-apache-etag-confi/</link>
		<comments>http://uphpu.org/2012/05/18/how-to-fix-the-default-apache-etag-confi/#comments</comments>
		<pubDate>Fri, 18 May 2012 06:30:38 +0000</pubDate>
		<dc:creator>josephscott</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[etag]]></category>

		<guid isPermaLink="false">http://uphpu.org/2012/05/18/how-to-fix-the-default-apache-etag-confi/</guid>
		<description><![CDATA[How to fix the default Apache etag configuration. By default Apache uses &#8220;INode MTime Size&#8221; for FileETag. This is a problem if you have multiple servers for the same file, as the inode will be different on each server. Changing this to &#8220;MTime Size&#8221; will fix the problem. This appears to have finally been fixed [...]]]></description>
				<content:encoded><![CDATA[<p>How to fix the default Apache etag configuration.</p>
<p>By default Apache uses &#8220;INode MTime Size&#8221; for FileETag.  This is a problem if you have multiple servers for the same file, as the inode will be different on each server.  Changing this to &#8220;MTime Size&#8221;  will fix the problem.</p>
<p>This appears to have finally been fixed in Apache 2.4, which defaults to &#8220;MTime Size&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://uphpu.org/2012/05/18/how-to-fix-the-default-apache-etag-confi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
