<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mvolo.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx</link><description>Everybody knows that IIS FastCGI is a great way to run PHP applications on IIS. We've been making great strides at delivering a solid production experience for hosting PHP on IIS, for both IIS7 on Windows Vista/Windows Server 2008 and IIS6 / IIS5.1 on</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#8548</link><pubDate>Tue, 09 Oct 2007 19:09:36 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:8548</guid><dc:creator>iis</dc:creator><description>&lt;p&gt;Everybody knows that IIS FastCGI is a great way to run PHP applications on IIS. We've been making great&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#8616</link><pubDate>Fri, 12 Oct 2007 11:58:04 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:8616</guid><dc:creator>Jonathan Puddle</dc:creator><description>lol, are you sure "everyone knows"? Seems like no one knows...

</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#8617</link><pubDate>Fri, 12 Oct 2007 11:58:43 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:8617</guid><dc:creator>Jonathan Puddle</dc:creator><description>That said, I am really thrilled to try this out. Good work!</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#8630</link><pubDate>Fri, 12 Oct 2007 20:26:50 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:8630</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Yes, I'd say a lot of people know :) There has been a great deal of talk and excitement around this, but this post is really about the straight facts to help people get started.&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#9619</link><pubDate>Fri, 26 Oct 2007 22:08:20 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:9619</guid><dc:creator>John Rich</dc:creator><description>I have no problem running applications such as phpBB with php5ISAPI.dll ? Can you tell me why fast cgi is better?
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#9652</link><pubDate>Sat, 27 Oct 2007 06:01:51 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:9652</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;The main reason why ISAPI is not an adequate solution is the lack of thread safety in many popular PHP extensions. &amp;nbsp;The PHP core itself is thread safe, and so are some of the extensions, so its possible that some applications will work correctly in the ISAPI environment. &amp;nbsp;However, many production environments do experience instability with the ISAPI. &amp;nbsp;You can read more about this in my original post: &lt;a rel="nofollow" target="_new" href="http://mvolo.com/blogs/serverside/archive/2006/09/29/Making-PHP-rock-on-Windows_2F00_IIS.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2006/09/29/Making-PHP-rock-on-Windows_2F00_IIS.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#12838</link><pubDate>Fri, 30 Nov 2007 18:08:25 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12838</guid><dc:creator>Aaron Smith</dc:creator><description>I found out about this my just searching through the 2003 Updates Database. I was really surprised to see this option for IIS, now I can work more efficiently instead of having to run Linux or Apache! This is really cool. Great way to mix up scripting and application on one server instead of many.</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#12894</link><pubDate>Wed, 19 Dec 2007 08:38:23 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12894</guid><dc:creator>Felix</dc:creator><description>Some 6 months ago I tried FastCGI in Vista 64-bit. It was quite painful; I think I ultimately got it to work... or almost to work, but I wouldn't want to try it again. Is PHP / FastCGI is as mature as x86 version?</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#12938</link><pubDate>Sun, 06 Jan 2008 20:06:55 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12938</guid><dc:creator>Antonio</dc:creator><description>Several PHP Apps required Apache "mod_rewrite".
We can read about several PHP Apps at http://www.iis.net/phpapps, but not a word about this requirement.
I read about some 3rd solutions like "IIS Mod-Rewrite Pro" that we have to buy.
There is a Microsoft Solution?
I don't want to use in our Production Server a 3rd solution but how can we use Fastcgi/PHP5 with some real Apps like DRUPAL without "mode_rewrite"?

 </description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#12944</link><pubDate>Thu, 10 Jan 2008 01:58:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12944</guid><dc:creator>DoctorScience</dc:creator><description>Should I remove or disable ISAPI before enabling FastCGI? I'm running IIS7 on Vista Business.</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13072</link><pubDate>Fri, 07 Mar 2008 01:52:26 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13072</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;You dont need to do that, although, it is recommended - it can help avoid creating confusing handler mapping configuration where you may be accidentally using Isapi instead of FastCGI and visa versa.&lt;/p&gt;
&lt;p&gt;FastCGI is a more reliable way to host PHP applications so you should theoretically never install the ISAPI. If you follow the installation instructions in one of the linked articles, it will walk you through installing PHP with FastCGI without using the PHP Windows installer which may generate ISAPI configuration.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13122</link><pubDate>Fri, 21 Mar 2008 22:46:31 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13122</guid><dc:creator>mumu</dc:creator><description>&lt;p&gt;Mr &amp;nbsp;Program Manager &amp;nbsp;you have so many errors in links and text that I doubt IIS7 will work under your &amp;quot;management&amp;quot; Server 2006 what that means dude?&lt;/p&gt;</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13124</link><pubDate>Sat, 22 Mar 2008 17:00:21 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13124</guid><dc:creator>John Wielki</dc:creator><description>I just installed Vista SP1. I want to enable PHP, using the instructions on IIS.net. The instuctions say that FastCGI is included in SP1.
When I go into IIS manager and click "Handler Mappings", then click "add module mapping" (which is in the instructions), the dropdown list of modules does not contain an entry for fastCGI.
I have rebooted a couple of times, and Vista says that its version is SP1, but I don't see the fastcgi module.
Am I doing something wrong?</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13126</link><pubDate>Mon, 24 Mar 2008 14:39:45 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13126</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Hi mumu,&lt;/p&gt;
&lt;p&gt;Thanks for spotting the &amp;quot;Windows Server 2006&amp;quot; typo, I fixed it. &amp;nbsp;All other links are working - what other errors did you see?&lt;/p&gt;
&lt;p&gt;As far as your other concern, IIS 7.0 is &amp;quot;working&amp;quot; pretty well so far, be sure to try it :)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13207</link><pubDate>Wed, 30 Apr 2008 13:58:49 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13207</guid><dc:creator>Coolhand</dc:creator><description>Thanks for the efforts to get PHP and IIS7 to be good neighbors; I am trying to get PHP 5.2.3 ro work on IIS7 I still have an issue getting PHP to work on my Vista Business installation - using the fastCGI or the IIS-ISAPI modules as suggested by  bill's blog on IIS.net.  From localhost i call mytest.php, - then the page just hangs... - and no IIS error apge or HTTP40X.X error returns any suggestions?</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13218</link><pubDate>Wed, 30 Apr 2008 22:22:58 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13218</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Coolhand,&lt;/p&gt;
&lt;p&gt;Can you get a simple hello world php script working, or does it also hang?&lt;/p&gt;
&lt;p&gt;Be sure that you are creating the FastCGI mapping to php-cgi.exe, not php.exe. If you configure a random process that doesnt support FastCGI to be used with FastCGI, it may exibit hanging.&lt;/p&gt;
&lt;p&gt;If it doesnt help, post on forums.asp.net and we'll help you more.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13331</link><pubDate>Sat, 14 Jun 2008 18:39:17 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13331</guid><dc:creator>Mibble</dc:creator><description>i have 2k3 and iis6, main site works fine however a 'cname' site does not. no matter whici one i use all i get is the phpinfo page displayed. and i have other url info chosen ie index.php or install.php, same thing.
perhaps i have done something wrong?</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13332</link><pubDate>Sat, 14 Jun 2008 18:39:19 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13332</guid><dc:creator>Mibble</dc:creator><description>i have 2k3 and iis6, main site works fine however a 'cname' site does not. no matter whici one i use all i get is the phpinfo page displayed. and i have other url info chosen ie index.php or install.php, same thing.
perhaps i have done something wrong?</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13498</link><pubDate>Thu, 25 Sep 2008 03:53:37 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13498</guid><dc:creator>NeilH</dc:creator><description>Please could someone address the issue that John Wielki queried above? People keep saying that fastCGI comes in II7 - and yet neither I nor four other people who I know have tried it have been able to discover the module through IIS manager.
 
I did see - and try out - a command line workaround on one of the many threads I've been searching which made the fastCGI 'discoverable' - but putting files to testing server returned an 'erroneous module' fault which subsequently screwed up my ability to install/uninstall IIS components. I had to do a system restore.

I am yet to hear of ANYBODY who has managed successfully to use IIS7 as a testing server for PHP web testing. I and one other have had to keep an XP machine running with IIS6 - because it works, - simply and efficiently!</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13500</link><pubDate>Fri, 26 Sep 2008 06:54:12 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13500</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;NeilH,&lt;/p&gt;
&lt;p&gt;FastCGI is built-in in Windows Server 2008 and Windows Vista SP1, and requires to install the &amp;quot;CGI&amp;quot; component.&lt;/p&gt;
&lt;p&gt;Please see for detailed instructions: &lt;a rel="nofollow" target="_new" href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/"&gt;http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;www.iis.net will have plenty of resources, and a dedicated forum for hosting PHP on IIS 7.0.&lt;/p&gt;
&lt;p&gt;Quite a few hosts are offering IIS7-based PHP ... not sure how you missed it while searching.&lt;/p&gt;
&lt;p&gt;I do have to update this post with the latest links/info, sorry if it misled you in any way. Hope this helps -&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13518</link><pubDate>Sat, 18 Oct 2008 13:01:20 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13518</guid><dc:creator>jonny salmon</dc:creator><description>One side effect with the 'not thread-safe' PHP on IIS 7 with fastcgi is that the windows binaries for DBG or XDebug that are readily available work with the 'thread-safe' PHP. So if you dont have time to build your own, and who does, and you want to use a product like VS.PHP (Visual Studio 2008 IDE for PHP) for debugging, then reconsider the 'not thread-safe' PHP.</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13688</link><pubDate>Wed, 04 Feb 2009 20:04:14 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13688</guid><dc:creator>Lonestar Jack</dc:creator><description>Vista sp1. 
For some reason the application keeps demanding isapi. I have changed the mappings handler to "FastCGI".
 Handler "PHP" has a bad module "IsapiModule" in its module list</description></item><item><title>Complete Guide To Installing PHP 5 on IIS 6</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13807</link><pubDate>Wed, 13 May 2009 05:21:38 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13807</guid><dc:creator>FARMCode.org</dc:creator><description>&lt;p&gt;Complete Guide To Installing PHP 5 on IIS 6&lt;/p&gt;
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13809</link><pubDate>Thu, 14 May 2009 12:34:47 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13809</guid><dc:creator>Dimitris</dc:creator><description>How can we print the php errors in IIS 7.0 on Windows 2008 server 64 bit version using FastCGI? From my experience when an error occurs e.g. mssql_conncet not defined in line 3 an Internal Server Error 500 is shown to the page. In php.ini errors are enabled of course!</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#13948</link><pubDate>Tue, 25 Aug 2009 02:51:02 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13948</guid><dc:creator>zhang</dc:creator><description>&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;smart guy&lt;/p&gt;</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#14069</link><pubDate>Sat, 09 Jan 2010 03:25:26 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14069</guid><dc:creator>John</dc:creator><description>Server 2008 r2 - IIS 7.5 &amp; PHP 5.3.1 fastCGI. 
I know my stuff when it comes to working with PHP &amp; IIS or so i thought when i tried to migrate an existing PHP with mysql db application that was working perfectly fine in IIS 6.  3 days of grief.
mysterious error 500 page with no details. even with error logging &amp; new error tracing, not much help out there when you search the error messages to actual fix it. even the error xml files that are created can not be opened in ie.
fastcgi works great to display a php info screen, but thats all it can do.
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#14085</link><pubDate>Wed, 27 Jan 2010 11:49:40 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14085</guid><dc:creator>Daniele</dc:creator><description>Hi,
I've a problem with php and virtual directory.
phpinfo() report Virtual Directory support DISABLE.
Php was installed by official Microsoft php.iis.net site.
How do I enable the option?
The site is in C: \inetpub\wwwroot\site
The virtual directory is called Documents and physically is in E:\Documents.
Thanks

Daniele
</description></item><item><title>re: IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7</title><link>http://mvolo.com/blogs/serverside/archive/2007/10/09/IIS-FastCGI-and-PHP_3A00_-What-you-absolutely-need-to-know-to-host-PHP-applications-on-IIS-6-and-IIS-7.aspx#14148</link><pubDate>Tue, 20 Apr 2010 19:40:14 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14148</guid><dc:creator>games</dc:creator><description>contributed to a very nice article thanks</description></item></channel></rss>