<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS 7 - FastCGI Module</title><link>http://forums.iis.net/1104.aspx</link><description>Questions related to the FastCGI module for IIS7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: IIS7 PHP FastCGI and gzip compression</title><link>http://forums.iis.net/thread/1909958.aspx</link><pubDate>Fri, 10 Jul 2009 21:00:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909958</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909958.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1909958</wfw:commentRss><description>&lt;p&gt;The first one indicates that the request had no Accept-Encoding header and the second one indicates that the request came via a forward proxy (had a via header) - you should be able to verify that is the case by looking at the content of the GENERAL_REQUEST_HEADERS event earlier in the trace log - for the second one, you can change the behavior by setting noCompressionForProxies to false in the httpCompression section (%windir%\system32\inetsrv\appcmd set config -section:system.webServer/httpCompression -noCompressionForProxies:false)&lt;/p&gt;</description></item><item><title>Re: IIS7 PHP FastCGI and gzip compression</title><link>http://forums.iis.net/thread/1909928.aspx</link><pubDate>Fri, 10 Jul 2009 17:40:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909928</guid><dc:creator>Jim Cooper</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909928.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1909928</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve run multiple tests with different settings with the following reason phrases for the DYNAMIC_COMPRESSION_NOT_SUCCESS event:&lt;/p&gt;
&lt;p&gt;Reason 1 &lt;br /&gt;Reason NO_ACCEPT_ENCODING &lt;/p&gt;
&lt;p&gt;Reason 4 &lt;br /&gt;Reason NO_COMPRESSION_PROXY&lt;/p&gt;</description></item><item><title>Re: IIS7 PHP FastCGI and gzip compression</title><link>http://forums.iis.net/thread/1909880.aspx</link><pubDate>Fri, 10 Jul 2009 13:44:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909880</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909880.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1909880</wfw:commentRss><description>&lt;p&gt;static compression will not work since it is not a static resource, but dynamic compression should work - can you collect a failed request trace log of a request with dynamic compression not working and provide the reason phrase in the DYNAMIC_COMPRESSION_NOT_SUCCESS event.&lt;/p&gt;</description></item><item><title>IIS7 PHP FastCGI and gzip compression</title><link>http://forums.iis.net/thread/1909855.aspx</link><pubDate>Fri, 10 Jul 2009 10:07:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909855</guid><dc:creator>Jim Cooper</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909855.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1909855</wfw:commentRss><description>&lt;p&gt;For some reason, I can&amp;#39;t seem to get gzip compression (static or dynamic) to work with PHP and FastCGI running under IIS7 (Windows Server 2008).&lt;/p&gt;
&lt;p&gt;I know the&amp;nbsp;gzip works because&amp;nbsp;I&amp;#39;ve tested it with an ASP.NET application.&lt;/p&gt;
&lt;p&gt;Has anyone else encountered this problem?&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>