<?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>RuslanY Blog &#187; Drupal</title>
	<atom:link href="http://ruslany.net/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 23:07:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Update for IIS 7.0 FastCGI module</title>
		<link>http://ruslany.net/2008/08/update-for-iis-70-fastcgi-module/</link>
		<comments>http://ruslany.net/2008/08/update-for-iis-70-fastcgi-module/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 02:10:36 +0000</pubDate>
		<dc:creator>ruslany</dc:creator>
				<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[IIS News Item]]></category>

		<guid isPermaLink="false">http://ruslany.net/2008/08/update-for-iis-70-fastcgi-module/</guid>
		<description><![CDATA[IIS team has recently released an update for IIS 7.0 FastCGI module that fixes compatibility problems with several popular PHP applications. In particular, the update changes the behavior of FastCGI module in the following ways: REQUEST_URI server variable set by FastCGI module now includes query string and path info. Previously, lack of the query string [...]]]></description>
			<content:encoded><![CDATA[<p>IIS team has recently released an update for IIS 7.0 FastCGI module that fixes compatibility problems with several popular PHP applications. In particular, the update changes the behavior of FastCGI module in the following ways:</p>
<ol>
<li>REQUEST_URI server variable set by FastCGI module now includes query string and path info. Previously, lack of the query string in this server variable caused the popular CMS application <a href="http://drupal.org" target="_blank">Drupal</a> to <a title="Drupal does not work with FastCGI" href="http://drupal.org/node/249370" target="_blank">not work with FastCGI</a> on IIS 7.0</li>
<li>REQUEST_URI server variable now contains the originally requested URL path before any URL rewriting was performed. Prior to this fix, the server variable used to contain a final rewritten URL, which caused problems when using URL rewriting to enable <a title="WordPress pretty permalinks" href="http://codex.wordpress.org/Using_Permalinks" target="_blank">&#8220;pretty permalinks&#8221;</a> for popular blog engine <a title="WordPress" href="http://wordpress.org" target="_blank">WordPress</a>.</li>
</ol>
<p>Note that above mentioned problems do not exist in <a title="FastCGI extension" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1521" target="_blank">IIS 6.0 FastCGI Extension</a>, which always has been setting the REQUEST_URI server variable correctly.</p>
<p>The update is available for download from the following locations:</p>
<ul>
<li><a title="Update for Windows Server 2008" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=1&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dd0343911-1775-4aef-8c99-5f13862ac386%26DisplayLang%3den" target="_blank">Update for Windows Server 2008</a></li>
<li><a title="Update for Windows Server 2008 x64 Edition" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=3&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d70278393-3291-4aa1-870b-0e9b0907bddf%26DisplayLang%3den" target="_blank">Update for Windows Server 2008 x64 Edition</a></li>
<li><a title="Update for Windows Server 2008 for Itanium-based Systems" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=5&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d98e06637-0f00-45d5-83c5-ed1b41fd6a7b%26DisplayLang%3den" target="_blank">Update for Windows Server 2008 for Itanium-based Systems</a></li>
<li><a title="Update for Windows Vista" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=2&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d19600729-8470-4956-a276-200450d814bd%26DisplayLang%3den" target="_blank">Update for Windows Vista SP1</a></li>
<li><a title="Update for Windows Vista for x64 based Systems" href="http://www.microsoft.com/downloads/info.aspx?na=22&amp;p=4&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=&amp;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3dc7066c3b-dcf7-4441-87bc-f7dcb51067d0%26DisplayLang%3den" target="_blank">Update for Windows Vista SP1 for x64 based Systems</a></li>
</ul>
<p><strong>Warning:</strong> if your PHP application was coded in a way so that it relied on the REQUEST_URI server variable to contain the requested URL without a query string or to contain the final rewritten URL, then installing this update may break your application. Before applying the update, please make sure that your application does not rely on incorrect behavior of FastCGI module.</p>
<p><strong>Acknowledgements</strong>: I want to thank IIS team members (<a href="http://forums.iis.net/members/anilr.aspx" target="_blank">Anil Ruia</a>, <a href="http://blogs.iis.net/wonyoo/default.aspx" target="_blank">Won Yoo</a>, Yamini Jagadeesan) for providing this update and Zend Technologies team (<a title="Stas Malyshev" href="http://php100.wordpress.com/" target="_blank">Stanislav Malyshev</a>) for validating the changes in FastCGI module.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruslany.net/2008/08/update-for-iis-70-fastcgi-module/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
