<?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>Everything is Crap &#187; windows server</title>
	<atom:link href="http://everythingiscrap.com/tag/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiscrap.com</link>
	<description>Notes on the crap we&#039;ve been subjected to</description>
	<lastBuildDate>Wed, 11 Jan 2012 21:10:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setup FastCGI on your web server to make PHP sing!</title>
		<link>http://everythingiscrap.com/setup-fastcgi-on-your-web-server-to-make-php-sing/</link>
		<comments>http://everythingiscrap.com/setup-fastcgi-on-your-web-server-to-make-php-sing/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:09:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[iis]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://piotrouble.wordpress.com/2009/06/10/setup-fastcgi-on-your-web-server-to-make-php-sing</guid>
		<description><![CDATA[I was setting up the forums for the Pioneer, which are pretty much done, and I noticed that the forums were acting really sluggishly. It's a phpbb3 forum. I've used them before and they've seemed pretty snappy to me, so I figured our webserver, which recently got moved to a server with less resources (but [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-249" title="120px-php-logo-svg" src="http://everythingiscrap.com/wp-content/uploads/2009/06/120px-php-logo-svg.png" alt="" width="120" height="64" /><br />
I was setting up the <a href="http://forums.bigrapidsnews.com/">forums for the Pioneer</a>, which are pretty much done, and I noticed that the forums were acting really sluggishly. It's a phpbb3 forum. I've used them before and they've seemed pretty snappy to me, so I figured our webserver, which recently got moved to a server with less resources (but more hard drive space), was just acting slowly. But I began to wonder if that was really the case. My own pages, written in ASP.net were preforming just fine. So I researched it and apparently there's something called FastCGI that doesn't come pre-installed on 2003, but it greatly increases the response of script interpreters like PHP.</p>
<p>So, I downloaded the <a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;g=6&amp;i=1521">FastCGI extension from Microsoft</a>, installed it, then added this hander for PHP files on the website of interest:</p>
<blockquote><p>C:WINDOWSsystem32inetsrvfcgiext.dll</p></blockquote>
<p>After that I re-ran the PHP installer and told it to use FastCGI. It worked perfectly. Now my phpbb3 is performing much faster, even though the web server still isn't as powerful as it should be. It works; that's all that matters.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiscrap.com/setup-fastcgi-on-your-web-server-to-make-php-sing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

