<?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: Anyone have mod_deflate compressing HTML/XML from ColdFusion?</title>
	<atom:link href="http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/comment-page-1#comment-41175</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 10 Nov 2007 00:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/#comment-41175</guid>
		<description>Got a fix!  There is a :  &lt;a href=&quot;http://www.ghidinelli.com/2007/11/09/make-mod_deflate-work-reliably-with-mod_jrun-and-coldfusion-mx/&quot; rel=&quot;nofollow&quot;&gt;bug in mod_jrun&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Got a fix!  There is a :  <a href="http://www.ghidinelli.com/2007/11/09/make-mod_deflate-work-reliably-with-mod_jrun-and-coldfusion-mx/" rel="nofollow">bug in mod_jrun</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orange is my favorite color &#187; Blog Archive &#187; Make mod_deflate work reliably with mod_jrun and ColdFusion MX</title>
		<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/comment-page-1#comment-41174</link>
		<dc:creator>Orange is my favorite color &#187; Blog Archive &#187; Make mod_deflate work reliably with mod_jrun and ColdFusion MX</dc:creator>
		<pubDate>Sat, 10 Nov 2007 00:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/#comment-41174</guid>
		<description>[...] earlier post yesterday asked if anyone had it working and the real answer is &#8220;no&#8221;. Some people have [...]</description>
		<content:encoded><![CDATA[<p>[...] earlier post yesterday asked if anyone had it working and the real answer is &#8220;no&#8221;. Some people have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Handfield</title>
		<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/comment-page-1#comment-41170</link>
		<dc:creator>Simon Handfield</dc:creator>
		<pubDate>Fri, 09 Nov 2007 22:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/#comment-41170</guid>
		<description>Try the examples at &lt;a href=&quot;http://www.devside.net/guides/config/compression&quot; title=&quot;httpd.conf -- compression&quot; rel=&quot;nofollow&quot;&gt;http://www.devside.net/guides/config/compression&lt;/a&gt;

It provides different methods to deflate: deflate only certain files or deflate all files except certain types.

I use the latter method successfully to deflate all my CFML and XML.

:)
s</description>
		<content:encoded><![CDATA[<p>Try the examples at <a href="http://www.devside.net/guides/config/compression" title="httpd.conf -- compression" rel="nofollow">http://www.devside.net/guides/config/compression</a></p>
<p>It provides different methods to deflate: deflate only certain files or deflate all files except certain types.</p>
<p>I use the latter method successfully to deflate all my CFML and XML.</p>
<p> <img src='http://www.ghidinelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/comment-page-1#comment-41159</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Fri, 09 Nov 2007 17:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/#comment-41159</guid>
		<description>@Brian:

Something I read said the mod_deflate has to be loaded before the very first module that could take over the output stream. So if though it&#039;s loaded before mod_jrun20, it could be loaded after another module. From the blurb I read, it sounds like maybe there&#039;s some kind of chaining that goes on in the request output stream, so if mod_deflate isn&#039;t loaded before the very first modules that affects that chain, then it might not work.

It&#039;s kind of surprising that there&#039;s not much information on Google (at least that I found quickly.) This thread from CF-Talk seems to imply you might have to run through mod_proxy:

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32340/sort:2</description>
		<content:encoded><![CDATA[<p>@Brian:</p>
<p>Something I read said the mod_deflate has to be loaded before the very first module that could take over the output stream. So if though it&#8217;s loaded before mod_jrun20, it could be loaded after another module. From the blurb I read, it sounds like maybe there&#8217;s some kind of chaining that goes on in the request output stream, so if mod_deflate isn&#8217;t loaded before the very first modules that affects that chain, then it might not work.</p>
<p>It&#8217;s kind of surprising that there&#8217;s not much information on Google (at least that I found quickly.) This thread from CF-Talk seems to imply you might have to run through mod_proxy:</p>
<p><a href="http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32340/sort:2" rel="nofollow">http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32340/sort:2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/comment-page-1#comment-41158</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 09 Nov 2007 16:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/#comment-41158</guid>
		<description>Dan, interesting idea.  I do have mod_deflate loaded before mod_jrun although I don&#039;t know if that matters.  And the config is by mime-type, looks like this:

&lt;code&gt;
&lt;Location /&gt;
  AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript text/xml application/x-javascript
&lt;/Location&gt;
&lt;/code&gt;

Note that CSS and Javascript are working.  And last time I tested, &lt;em&gt;static&lt;/em&gt; .html files are OK too but anything that comes out of ColdFusion (.cfm files that return text/html or text/xml for example) is uncompressed.

I&#039;ve verified via the mod_deflate logging that it is returning text/html or text/xml.  I guess it&#039;s time to file a bug with Apache and see what people think?</description>
		<content:encoded><![CDATA[<p>Dan, interesting idea.  I do have mod_deflate loaded before mod_jrun although I don&#8217;t know if that matters.  And the config is by mime-type, looks like this:</p>
<p><code><br />
<location /><br />
  AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript text/xml application/x-javascript</p>
<p></code></p>
<p>Note that CSS and Javascript are working.  And last time I tested, <em>static</em> .html files are OK too but anything that comes out of ColdFusion (.cfm files that return text/html or text/xml for example) is uncompressed.</p>
<p>I&#8217;ve verified via the mod_deflate logging that it is returning text/html or text/xml.  I guess it&#8217;s time to file a bug with Apache and see what people think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/comment-page-1#comment-41157</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Fri, 09 Nov 2007 16:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2007/11/08/anyone-have-mod_deflate-compressing-htmlxml-from-coldfusion/#comment-41157</guid>
		<description>I wonder if you have to do it by mimetype. Also, you probably need to load mod_deflate before anything else that can affect the output stream (SSL, CF, PHP, etc.)

I don&#039;t have a lot of experience with Apache though, so I could be &lt;strong&gt;way&lt;/strong&gt; off base. :)</description>
		<content:encoded><![CDATA[<p>I wonder if you have to do it by mimetype. Also, you probably need to load mod_deflate before anything else that can affect the output stream (SSL, CF, PHP, etc.)</p>
<p>I don&#8217;t have a lot of experience with Apache though, so I could be <strong>way</strong> off base. <img src='http://www.ghidinelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
