<?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>Scratty.com &#187; Windows Server 2003 R2 64 Bit</title>
	<atom:link href="http://www.scratty.com/tag/windows-server-2003-r2-64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scratty.com</link>
	<description>Development answers from real life experiences.</description>
	<lastBuildDate>Wed, 31 Aug 2011 19:18:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Running PHP on 64 Bit Windows 2003 using FastCGI</title>
		<link>http://www.scratty.com/running-php-on-64-bit-windows-2003-using-fastcgi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=running-php-on-64-bit-windows-2003-using-fastcgi</link>
		<comments>http://www.scratty.com/running-php-on-64-bit-windows-2003-using-fastcgi/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[Windows 64 Bit]]></category>
		<category><![CDATA[Windows Server 2003 R2 64 Bit]]></category>

		<guid isPermaLink="false">http://www.scratty.com/?p=32</guid>
		<description><![CDATA[After doing some searching on google, it turns out that you can run PHP 32 bit on Windows 2003 R2 64 Bit using the FastCGI Extension for IIS 6.0.   Also, using FastCGI is actually faster the the ISAPI dll.  The steps for setting PHP up to use the FastCGI Extension are pretty straight forward.
]]></description>
			<content:encoded><![CDATA[<p>After doing some searching on google, it turns out that you can run PHP 32 bit on Windows 2003 R2 64 Bit using the <a title="FastCGI Extension for IIS 6.0 - Run PHP on 64 Bit Windows" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1521" target="_blank">FastCGI Extension for IIS 6.0</a>.   Also, using FastCGI is actually faster the the ISAPI dll.  The steps for setting PHP up to use the FastCGI Extension are pretty straight forward.</p>
<ol>
<li>Download &amp; Install the <a title="FastCGI Extension for IIS 6.0 - Run PHP on 64 Bit Windows" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1521" target="_blank">FastCGI Extension for IIS 6.0</a> from iis.net.  Both 32 bit and 64 are available.</li>
<li>Download the latest PHP build from <a style="text-decoration: none;" title="Latest Downloads for PHP for Windows" href="http://www.php.net/downloads.php" target="_blank">PHP.ne</a>t</li>
<li>Install PHP</li>
</ol>
<p>During the install, make sure to select IIS FastCGI in the web server setup.</p>
<div id="attachment_33" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-33 " title="PHP Setup - IIS FastCGI option" src="http://scrattydemo.scratty.com/wp-content/uploads/2009/03/3-31-2009-10-30-49-pm-300x228.png" alt="PHP Setup - Web Server Selection" width="300" height="228" /><p class="wp-caption-text">PHP Setup - Web Server Selection</p></div>
<p>After installing PHP, follow the directions found at:</p>
<p><a href="http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/" target="_blank">http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/</a></p>
<p>I&#8217;m seeing great performance running under this setup as well.   Hope this helps you.</p>
<p>Good Reference Sites:</p>
<p><a href="http://devzone.zend.com/article/2710-FastCGI-and-PHP-A-Users-Story" target="_blank">http://devzone.zend.com/article/2710-FastCGI-and-PHP-A-Users-Story</a></p>
<p><a href="http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx" target="_blank">http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx</a></p>
<p><a href="http://mvolo.com/blogs/serverside/archive/2006/09/29/Making-PHP-rock-on-Windows_2F00_IIS.aspx" target="_blank">http://mvolo.com/blogs/serverside/archive/2006/09/29/Making-PHP-rock-on-Windows_2F00_IIS.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratty.com/running-php-on-64-bit-windows-2003-using-fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

