<?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>Scott Savage&#039;s Blog &#187; FastCGI</title>
	<atom:link href="http://www.scottsavage.net/tag/fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottsavage.net</link>
	<description>CRM software runs my life</description>
	<lastBuildDate>Fri, 19 Aug 2011 03:51:31 +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>PHP Frameworks not displaying error 500 remotely</title>
		<link>http://www.scottsavage.net/2009/04/php-frameworks-not-displaying-error-500-remotely/</link>
		<comments>http://www.scottsavage.net/2009/04/php-frameworks-not-displaying-error-500-remotely/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:05:41 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=450</guid>
		<description><![CDATA[I found when using Kohana in FastCGI mode that I was getting error 500 messages without the usual stack trace or error message. This was only happening when I accessed the development server remotely, not when I ran it locally (i.e. http://localhost/). Turns out this is actually the default behaviour for IIS7 with FastCGI. To [...]]]></description>
			<content:encoded><![CDATA[<p>I found when using <a title="Kohana Home Page" href="http://kohanaphp.com/">Kohana</a> in <a title="PHP on IIS" href="http://php.iis.net/">FastCGI</a> mode that I was getting error 500 messages without the usual stack trace or error message. This was only happening when I accessed the development server remotely, not when I ran it locally (i.e. http://localhost/). <a title="Original iis error 500 problem" href="http://bytes.com/groups/php/838705-zendcore-fastcgi-iis7-cannot-embed-php-errors-response-html-always-get-500-internal-server-error">Turns out</a> this is actually the default behaviour for IIS7 with FastCGI. To change this you simply run the following command:</p>
<p><code>%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpErrors -errorMode:Detailed</code></p>
<p>All fixed! If you want to change it back when you put the server into production then change the errorMode to &#8220;DetailedLocalOnly&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2009/04/php-frameworks-not-displaying-error-500-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

