<?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: Important update for IIS 7.0 FastCGI module</title>
	<atom:link href="http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Mon, 06 Sep 2010 02:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2335</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Fri, 27 Aug 2010 20:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2335</guid>
		<description>Hi Matt,

I am not sure I understand. Are you setting the timeouts to the maximums in order to disable timeouts? If so then the maximum allowed values for those settings should not be affected by the update. Do you see the different maximum values in the IIS_Schema.xml on TestBox1 and TestBox2?</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I am not sure I understand. Are you setting the timeouts to the maximums in order to disable timeouts? If so then the maximum allowed values for those settings should not be affected by the update. Do you see the different maximum values in the IIS_Schema.xml on TestBox1 and TestBox2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2324</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2324</guid>
		<description>ruslany,

I&#039;ve ran into an issue while comparing 2 separate fastCGI installs.
TestBox1:(installed yesterday)
TestBox2:(installed in Janurary)

This issue is focused around the following sectionSchema = system.webServer/fastCgi

TestBox1:fastCgi attribute settings for idleTimeout, activityTimeout, and requestTimeout are all set at 10,2592000

TestBox2:fastCgi attribute sdttings for idleTimeout = 10,604800
activityTimeout = 10,3600
requestTimeout = 10,604800

I need an activityTimeout of longer than 3600sec.  Does this update address my issue?  I&#039;ve found little clarification relating to this other than taking ownership of the iis_schema.xml and editing manually.  Rather than going this route I&#039;d like to understand how my newer install, TestBox1, has larger maximum settings.  Which component, update, module, etc has been updated to cause this change.</description>
		<content:encoded><![CDATA[<p>ruslany,</p>
<p>I&#8217;ve ran into an issue while comparing 2 separate fastCGI installs.<br />
TestBox1:(installed yesterday)<br />
TestBox2:(installed in Janurary)</p>
<p>This issue is focused around the following sectionSchema = system.webServer/fastCgi</p>
<p>TestBox1:fastCgi attribute settings for idleTimeout, activityTimeout, and requestTimeout are all set at 10,2592000</p>
<p>TestBox2:fastCgi attribute sdttings for idleTimeout = 10,604800<br />
activityTimeout = 10,3600<br />
requestTimeout = 10,604800</p>
<p>I need an activityTimeout of longer than 3600sec.  Does this update address my issue?  I&#8217;ve found little clarification relating to this other than taking ownership of the iis_schema.xml and editing manually.  Rather than going this route I&#8217;d like to understand how my newer install, TestBox1, has larger maximum settings.  Which component, update, module, etc has been updated to cause this change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2294</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Fri, 13 Aug 2010 22:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2294</guid>
		<description>Hi Almir, thanks for reporting this. We were not able to repro this before, but we will try again with SP1 of Windows Server 2008. May be that is causing the problems.

You can run PHP and WordPress on IIS 7 without the updated FastCGI module. It is still fully functional even without the update.</description>
		<content:encoded><![CDATA[<p>Hi Almir, thanks for reporting this. We were not able to repro this before, but we will try again with SP1 of Windows Server 2008. May be that is causing the problems.</p>
<p>You can run PHP and WordPress on IIS 7 without the updated FastCGI module. It is still fully functional even without the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almir</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2291</link>
		<dc:creator>almir</dc:creator>
		<pubDate>Fri, 13 Aug 2010 11:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2291</guid>
		<description>found the workaround....  
1) stopped iisadmin 
2) installed Wordpress together with KB980363 (this step crashed IIS, as usual, giving 503 error)
3) uninstalled KB980363.  (fixed the 503 error)
4) completed Wordpress installation.  All websites up and running.

Now, the question is - how is the IIS 7 going to work with PHP without the updated FastCGI module???  

All websites up and running including wordpress...  no issues.</description>
		<content:encoded><![CDATA[<p>found the workaround&#8230;.<br />
1) stopped iisadmin<br />
2) installed WordPress together with KB980363 (this step crashed IIS, as usual, giving 503 error)<br />
3) uninstalled KB980363.  (fixed the 503 error)<br />
4) completed WordPress installation.  All websites up and running.</p>
<p>Now, the question is &#8211; how is the IIS 7 going to work with PHP without the updated FastCGI module???  </p>
<p>All websites up and running including wordpress&#8230;  no issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almir</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2290</link>
		<dc:creator>almir</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2290</guid>
		<description>Johny,

I followed your example, stopped IIS admin service, FTP as well as the SMTP services which let me install wordpress together with KB980363 update but then I had the same 503 error on all my websites :(</description>
		<content:encoded><![CDATA[<p>Johny,</p>
<p>I followed your example, stopped IIS admin service, FTP as well as the SMTP services which let me install wordpress together with KB980363 update but then I had the same 503 error on all my websites <img src='http://ruslany.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johny</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2268</link>
		<dc:creator>Johny</dc:creator>
		<pubDate>Sat, 07 Aug 2010 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2268</guid>
		<description>There is something definitely wrong with KB980363. I think I managed to fix, but it required to stop IIS Admin manually and rerun the installation process. Then it worked.

I hope it helps. Ruslany, can you check this behaviour and provide a fix ?</description>
		<content:encoded><![CDATA[<p>There is something definitely wrong with KB980363. I think I managed to fix, but it required to stop IIS Admin manually and rerun the installation process. Then it worked.</p>
<p>I hope it helps. Ruslany, can you check this behaviour and provide a fix ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almir</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2262</link>
		<dc:creator>almir</dc:creator>
		<pubDate>Fri, 06 Aug 2010 10:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2262</guid>
		<description>Hi,

My Web Platform Installer installation of WordPress blogging tool hangs on the step when the Update for IIS 7.0 FastCGI (KB980363) is being installed.  I am installing it on Windows Server 2008 standard 32 bit.

I am able to install KB980363 manually but then all my websites return 503 error.  

Any suggestions on how to get around this issue?

thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My Web Platform Installer installation of WordPress blogging tool hangs on the step when the Update for IIS 7.0 FastCGI (KB980363) is being installed.  I am installing it on Windows Server 2008 standard 32 bit.</p>
<p>I am able to install KB980363 manually but then all my websites return 503 error.  </p>
<p>Any suggestions on how to get around this issue?</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thobaa</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2250</link>
		<dc:creator>Thobaa</dc:creator>
		<pubDate>Sat, 31 Jul 2010 19:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2250</guid>
		<description>Hey Ruslany u so fast and helpful.
well i got struck on installing joomla on localhost iis7 on windows 7. Everything installed correctly i mean joomla, mysql, and php. Joomla installs from web platform installer without error but when i try to run it in browser it says Error establishing a database connection
??please help</description>
		<content:encoded><![CDATA[<p>Hey Ruslany u so fast and helpful.<br />
well i got struck on installing joomla on localhost iis7 on windows 7. Everything installed correctly i mean joomla, mysql, and php. Joomla installs from web platform installer without error but when i try to run it in browser it says Error establishing a database connection<br />
??please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2246</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Fri, 30 Jul 2010 17:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2246</guid>
		<description>Hi Johny,

I have not seen this behavior. Are you talking about Web PI 3.0 beta? Also, have you tried to install this update separately, without using Web PI?</description>
		<content:encoded><![CDATA[<p>Hi Johny,</p>
<p>I have not seen this behavior. Are you talking about Web PI 3.0 beta? Also, have you tried to install this update separately, without using Web PI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johny</title>
		<link>http://ruslany.net/2010/03/important-update-for-iis-7-0-fastcgi-module/comment-page-1/#comment-2239</link>
		<dc:creator>Johny</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=686#comment-2239</guid>
		<description>When I try to use the new WPI, it hangs installing this fix. I´m using 2008 32 bits.

Have you seen this behaviour ? How can I fix it ?</description>
		<content:encoded><![CDATA[<p>When I try to use the new WPI, it hangs installing this fix. I´m using 2008 32 bits.</p>
<p>Have you seen this behaviour ? How can I fix it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
