<?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>Randomness from RES &#187; IE</title>
	<atom:link href="http://www.robertswarthout.com/category/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertswarthout.com</link>
	<description>Things that I run across that might be useful to others...</description>
	<lastBuildDate>Sun, 21 Feb 2010 01:56:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE 6, Apache mod_deflate, blank pages&#8230;</title>
		<link>http://www.robertswarthout.com/2007/05/ie-6-apache-mod_deflate-blank-pages/</link>
		<comments>http://www.robertswarthout.com/2007/05/ie-6-apache-mod_deflate-blank-pages/#comments</comments>
		<pubDate>Sun, 20 May 2007 16:42:10 +0000</pubDate>
		<dc:creator>Robert Swarthout</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.robertswarthout.com/rswarthout/2007/05/ie-6-apache-mod_deflate-blank-pages/</guid>
		<description><![CDATA[I just ran across an interesting bug in IE 6 when a page is loading an external javascript file. If Apache is outputting the external javascript compressed (gzip) IE will do one of the following things:

Return a blank page
Try loading the page forever

Prior to finding this bug, our apache settings for mod_deflate looked like&#8230;
AddOutputFilterByType DEFLATE [...]]]></description>
			<content:encoded><![CDATA[<p>I just ran across an interesting bug in IE 6 when a page is loading an external javascript file. If Apache is outputting the external javascript compressed (gzip) IE will do one of the following things:</p>
<ol>
<li>Return a blank page</li>
<li>Try loading the page forever</li>
</ol>
<p>Prior to finding this bug, our apache settings for mod_deflate looked like&#8230;</p>
<blockquote><p>AddOutputFilterByType DEFLATE text/html text/css text/xml text/plain application/x-javascript</p></blockquote>
<p>Now it looks like&#8230;</p>
<blockquote><p>AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/x-javascript<br />
BrowserMatch ^Mozilla/4 gzip-only-text/html<br />
BrowserMatch ^Mozilla/4\.[0678] no-gzip<br />
BrowserMatch \bMSIE\s7Â  !no-gzip !gzip-only-text/html</p></blockquote>
<p>Making these changes seemed to have fixed the issue. Now when a page is loaded in IE6, any external javascript file will not be gzipped and their page load will be slower. I suppose that is punishment for not upgrading to IE7 or getting Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robertswarthout.com/2007/05/ie-6-apache-mod_deflate-blank-pages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
