<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'iis7 fastcgi'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=iis7+fastcgi&amp;orTags=0</link><description>Search results matching tag 'iis7 fastcgi'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>FastCGI does not pass PHP error to syslog (windows event log)</title><link>http://forums.iis.net/p/1159662/1912015.aspx#1912015</link><pubDate>Thu, 30 Jul 2009 08:48:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912015</guid><dc:creator>TU_MSN</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;i&amp;#39;m trying to get our systems shift to W2K8 and IIS7. Therefore i need to pass every php error to the windows event log (not an error log file!), but unfortunately i can&amp;#39;t get it working. This is the only problem as the rest of my php scripts is working properly now. I&amp;#39;m using:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;- IIS 7&lt;br /&gt;- Windows Server 2008&lt;br /&gt;- PHP 5.3.0&lt;br /&gt;- Role Service: Cgi&lt;br /&gt;&lt;/strong&gt;- php.ini:&lt;br /&gt;&lt;strong&gt;error_reporting = E_ALL &amp;amp; ~E_DEPRECATED&lt;br /&gt;log_errors = On&lt;br /&gt;error_log = syslog&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Strange thing is, that calling php-fcgi.exe on the console passes the errors to the event log without any problem, although it prints a HTTP 500 status:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;php-cgi.exe -c php.ini failure.php&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Status: 500 Internal Server Error&lt;br /&gt;Content-type: text/html; charset=utf-8&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Even the setting of &amp;quot;fastcgi.logging&amp;quot; (0/1) doesn&amp;#39;t fix this issue. I already granted permission for IIS_IUSRS and the Internet Guest Account via regedit to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\ and to C:\Windows\System32\winevt without success. Also php 5.2.10&amp;nbsp;and Zend Server (CE) did not pass it through.&lt;br /&gt;&lt;br /&gt;Can anyone assist and tell me what to do?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;br /&gt;TU_MSN&lt;/p&gt;
&lt;p&gt;PS: Where can i find the version of the FastCgi service?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Vista 64bit: missing IISFCGI.dll...</title><link>http://forums.iis.net/p/1158033/1905294.aspx#1905294</link><pubDate>Sun, 31 May 2009 21:21:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905294</guid><dc:creator>kardosbalint</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>Hi all,

I&amp;#39;ve a Vista Ultimate 64bit from MSDN, applied all patches, and installed PHP with the Web Platform Installer. 

BUT I can&amp;#39;t start any PHP website, because it keeps telling me that IISFCGI.dll is missing; and it&amp;#39;s right - it is missing from the %windows%\system32\inetsrv folder, however cgi.dll is here.

I&amp;#39;ve tried to install/uninstall the CGI from the Windows Components \ WWW components checkbox, it does not help. 

I&amp;#39;ve tried to apply the FastCGI hotfix, KB967131, but all Vista versions say my platform is not supported.


What more can I do?

Thanks,

Balint</description></item><item><title>IIS7 -FastCGI -PHP White Screen of Death</title><link>http://forums.iis.net/p/1155825/1895924.aspx#1895924</link><pubDate>Sat, 07 Mar 2009 04:59:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895924</guid><dc:creator>gusus</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;I am having an issue with IIS7 and PHP relating to clients receiving the white screen of death (blank page) after 90 seconds of processing.&amp;nbsp; Standard php processing works fine. &amp;nbsp; &lt;/p&gt;&lt;p&gt;The following are set in php.ini:&lt;/p&gt;&lt;p&gt;max_execution_time = 180&lt;br /&gt;max_input_time = 180&lt;br /&gt;memory_limit = 128M&lt;/p&gt;&lt;p&gt;In the FastCGI configuration on IIS I have the following:&lt;/p&gt;&lt;p&gt;ActivityTimeout 900&lt;br /&gt;IdleTimeout 300&lt;br /&gt;RequestTimeout 500&lt;/p&gt;&lt;p&gt;I have a simple page that runs through loop and sleeps every 15 seconds.&amp;nbsp; If I set the max_execution_time to 30 seconds, I get the php execution time exceeded error as I should with two entries in the page. If I manually set_time_limit(0), it gives the white page of death.&amp;nbsp; I have set php logging and nothing appears in the log.&amp;nbsp; I intentionally put a syntax error to make sure and the syntax error was logged.&amp;nbsp; In addition, I can set the ActivityTimeout to 10 and IIS gives me a 500 error telling me that the FastCGI process exceeded the configuration activity timeout.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The weird thing is the Failed Request Tracking show that the time taken was 30592 msec with a status of 200 (I assume success).&amp;nbsp; However, the last entry in the request trace is &amp;quot;FASTCGI_WAITING_FOR_RESPONSE&amp;quot;...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Any ideas???&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to know for sure if FastCGI is being used to run php scripts</title><link>http://forums.iis.net/p/1155738/1895566.aspx#1895566</link><pubDate>Wed, 04 Mar 2009 02:23:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895566</guid><dc:creator>jtalbot</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a hosted site and I&amp;#39;m having trouble configuring Joomla (running Joomla + php + mySQL on IIS7 + win server 2008). I have a similar configuration running on a local machine (Joomla + php + mySQL on IIS7 + vista x64), so I was at least able to follow instructions showed in various tutorials on how to set this up.&lt;/p&gt;
&lt;p&gt;This symptom with the hosted site is that I can&amp;#39;t turn on any SEO settings in Joomla (not even the first setting, &amp;quot;Search Engine Friendly URLs&amp;quot;). I get either 404 (file not found) or the URL appears correctly rewritten but it&amp;#39;s always the home page&amp;#39;s content that is displayed. I had a similar issue on my home machine and it turns out to have been because I wasn&amp;#39;t using FastCGI to host php, so I decided to investigate that on the hosted site.&lt;/p&gt;
&lt;p&gt;Anyway, I noticed in the web.config file of the directory hosting joomla on the hosted site the following line:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Plesk_Handler_3522909676&amp;quot; path=&amp;quot;*.php&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;IsapiModule&amp;quot; scriptProcessor=&amp;quot;c:\program files (x86)\parallels\plesk\additional\pleskphp5\php5isapi.dll&amp;quot; resourceType=&amp;quot;Either&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;From past experience, I know that php has some issues when not running&amp;nbsp;under fastCGI. I noticed the web.config in the root folder used the following line instead:&lt;/p&gt;
&lt;p&gt;&amp;lt;add name=&amp;quot;Plesk_Handler_0286090609&amp;quot; path=&amp;quot;*.php&amp;quot; verb=&amp;quot;*&amp;quot; modules=&amp;quot;CgiModule&amp;quot; scriptProcessor=&amp;quot;c:\program files (x86)\parallels\plesk\additional\pleskphp5\php-cgi.exe&amp;quot; resourceType=&amp;quot;Either&amp;quot; /&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I copied that in the web.config in the joomla directory, and got different behavior... but still not working. If I&amp;nbsp;load a .php file in the joomla directory that runs phpInfo(), under &lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:bold 12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;Server API it says &lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;CGI/FastCGI . Is that &lt;strong&gt;positive confirmation&lt;/strong&gt; that FastCGI is being used? Why does the handler in the web config point to &lt;font size="2"&gt;modules=&amp;quot;CgiModule&amp;quot; instead of modules=&amp;quot;FastCgiModule&amp;quot; (I&amp;#39;m not even sure that exists, but I just find the mention of CgiModule suspicious).&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:bold 12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;&lt;span class="Apple-style-span" style="WORD-SPACING:0px;FONT:12px -webkit-sans-serif;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:collapse;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;&lt;font size="2"&gt;It&amp;#39;s a hosted site, so as far as I know I don&amp;#39;t have access to &lt;span class="Apple-style-span" style="WORD-SPACING:0px;TEXT-TRANSFORM:none;TEXT-INDENT:0px;WHITE-SPACE:normal;LETTER-SPACING:normal;BORDER-COLLAPSE:separate;TEXT-ALIGN:left;orphans:2;widows:2;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0;"&gt;ApplicationHost.config&lt;/span&gt; file...&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: PHP on IIS 7</title><link>http://forums.iis.net/p/1152881/1887245.aspx#1887245</link><pubDate>Thu, 11 Dec 2008 04:57:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887245</guid><dc:creator>tk7275</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Not to hijack this thread, but I&amp;#39;m experiencing similar issues.&lt;/p&gt;
&lt;p&gt;I followed the instructions in this blog: &lt;a 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;I&amp;#39;m running Windows 2008 x64 in a VMware ESXi Virtual Machine.&amp;nbsp; All network components are working, as I&amp;#39;m able to a) download patches and b) get to this blog to write this post :)&lt;/p&gt;
&lt;p&gt;Directions seemed to be going fine, I got the 5.2.8 version of PHP, installed the IIS7 admin tools for FastCGI administration, etc.&amp;nbsp; Typed in c:\php\php -info and a whole slew of text scrolled across my machine.&amp;nbsp; Yay!&lt;/p&gt;
&lt;p&gt;But then, I tried two things: 1) place the phpinfo.php into the c:\windows\inetpub directory, and 2) created a c:\www\phptest directory, placed the phpinfo.php and an index.php (both with the same text),&amp;nbsp;created a virtual directory called phptest&lt;/p&gt;
&lt;p&gt;I tried &lt;a href="http://localhost/phpinfo.php"&gt;http://localhost/phpinfo.php&lt;/a&gt;&amp;nbsp; and &lt;a href="http://localhost/phptest"&gt;http://localhost/phptest&lt;/a&gt; and &lt;a href="http://localhost/phptest/phpinfo.php"&gt;http://localhost/phptest/phpinfo.php&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I ensured that phpinfo.php and index.php were included in all the default documents (even made it first on the list.)&lt;/p&gt;
&lt;p&gt;One thing I noticed, the docs say if you don&amp;#39;t see the modules listed (mind you, that&amp;#39;s if the website even worked) to edit the applicationHost.config file - I don&amp;#39;t have that file in my system32\config... it&amp;#39;s in a HISTORY directory...&amp;nbsp; (it exists on my Windows2003 server in that location, but not Windows 2008)&amp;nbsp; Is that causing issues?&lt;/p&gt;
&lt;p&gt;And I got error 403.14 - Forbidden&lt;/p&gt;
&lt;p&gt;Module: DirectoryListingModule&lt;/p&gt;
&lt;p&gt;Notification: ExecuteRequestHandler&lt;/p&gt;
&lt;p&gt;Handler: StaticFile&lt;/p&gt;
&lt;p&gt;ErrorCode: 00000000&lt;/p&gt;
&lt;p&gt;(Logon method and user, both Anonymous)&lt;/p&gt;
&lt;p&gt;If I tried &lt;a href="http://localhost/phptest/phpinfo.php"&gt;http://localhost/phptest/phpinfo.php&lt;/a&gt; I got the generic &amp;quot;The webpage cannot be found.&amp;quot;&lt;/p&gt;
&lt;p&gt;I tried downloading the x64 bit verion from Fusion (5.2.5)... Same errors&lt;/p&gt;
&lt;p&gt;I had similar experiences with getting PHP to work on Windows 2003 R2 with IIS6.&lt;/p&gt;
&lt;p&gt;PHP from the commandline works - but can&amp;#39;t get IIS to get it to work.&lt;/p&gt;
&lt;p&gt;Using things like Filemon (on Win2003 at least) never really revealed where I didn&amp;#39;t have permissions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new to IIS7, so maybe it&amp;#39;s a security thing?&amp;nbsp; Dunno.&amp;nbsp; It&amp;#39;s a pretty vanilla Windows 2008 Server.&amp;nbsp; Freshly created to get IIS7 and PHP working (with FastCGI)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help or directions would be nice.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;TK&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>PHP on IIS 7</title><link>http://forums.iis.net/p/1152881/1884023.aspx#1884023</link><pubDate>Thu, 06 Nov 2008 23:25:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884023</guid><dc:creator>ericandrews</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hello to everyone. I am trying to get PHP 5.2.6 to work on IIS 7. I followed all the directions in the article &amp;quot;Using FastCGI to Host PHP Applications on IIS 7.0&amp;quot;, located here:&amp;nbsp; http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/&lt;/p&gt;&lt;p&gt;I followed all the steps, opened up a command prompt, typed in C:\PHP&amp;gt;php - info and it retured all the dependencies and PHP confituration information...sweet up to this point.&lt;/p&gt;&lt;p&gt;I continued with the rest of the installation instructions, configured IIS to Handle PHP Requests, created a phpinfo.php page, &amp;lt;?php phpinfo() ; ?&amp;gt;&lt;/p&gt;&lt;p&gt;I pulled up a browser and try to pull up the phpinfo.php page and get a 500 Internal Server error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>ZendCore+FastCGI+IIS7 : Cannot embed PHP errors in response HTML. Always get 500 - Internal server error</title><link>http://forums.iis.net/p/1151809/1879665.aspx#1879665</link><pubDate>Wed, 17 Sep 2008 23:13:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1879665</guid><dc:creator>gbraux</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;div id="inbdy"&gt;&lt;a class="" title="msg_77e0c2294d38c6c7" name="msg_77e0c2294d38c6c7"&gt;&lt;/a&gt;&lt;font class="fixed_width" face="Courier, Monospaced"&gt;Hello, &lt;br /&gt;
&lt;p&gt;I am running WS2008 + IIS7 + FASTCGI + ZendCore. &lt;br /&gt;I have not modified the default ZendCore php.ini configuration file. &lt;br /&gt;Actualy, any kind of PHP error, warning or notice gives me immediately a IIS 500 Error (Internal Server Error). &lt;br /&gt;It is a good thing in production environnement. 
&lt;p&gt;For debuging purposes, I want temporary to be able to see PHP warnings and errors embedded on the html page. &lt;br /&gt;
&lt;p&gt;So I have set &amp;quot;display_errors = On&amp;quot; on the ZC admin panel. &lt;br /&gt;But nothing changes ... I still always got error 500 on pages &lt;br /&gt;containing errors, warning, or notice. &lt;br /&gt;
&lt;p&gt;But I found that if I go to the website I want to debug using &lt;br /&gt;&lt;a href="http://localhost/mypage.php" target="_blank" rel="nofollow"&gt;http://localhost/mypage.php&lt;/a&gt; (so direclty on a browser on the &lt;br /&gt;production server), I got the PHP errors embedded in the html page. &lt;br /&gt;But when using the ip of the server, or the host header, I got error &lt;br /&gt;500. &lt;br /&gt;
&lt;p&gt;I also tried using ISAPI instead of FastCGI. The problem is still &lt;br /&gt;quite the same, but in that case, only parse errors or undefined &lt;br /&gt;functions gives me Error 500. Notices and Warning are well embedded. &lt;br /&gt;
&lt;p&gt;Here is the IIS error log when getting an Internal Server Error &lt;br /&gt;(testPage is a test page containing a division by Zero Warning). &lt;br /&gt;
&lt;p&gt;-------------------------------------- &lt;br /&gt;MODULE_WARNING &lt;br /&gt;ModuleName FastCgiModule &lt;br /&gt;Data1 FASTCGI_RESPONSE_ERROR &lt;br /&gt;Data2 PHP Warning: &amp;nbsp;Division by zero in C:\inetpub\wwwroot\Catalogues &lt;br /&gt;\testPage.php on line 6 &lt;br /&gt;ErrorCode 5 &lt;br /&gt;ErrorCode Access is denied. (0x5) &lt;br /&gt;
&lt;p&gt;MODULE_SET_RESPONSE_ERROR_STATUS &lt;br /&gt;ModuleName FastCgiModule &lt;br /&gt;Notification 128 &lt;br /&gt;HttpStatus 500 &lt;br /&gt;HttpReason Internal Server Error &lt;br /&gt;HttpSubStatus 0 &lt;br /&gt;ErrorCode 0 &lt;br /&gt;ConfigExceptionInfo &lt;br /&gt;Notification EXECUTE_REQUEST_HANDLER &lt;br /&gt;ErrorCode The operation completed successfully. (0x0) &lt;br /&gt;-------------------------------------- &lt;/p&gt;
&lt;p&gt;My php test page is as easy as : &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;?php &lt;br /&gt;$data = 0/0; &lt;br /&gt;?&amp;gt; &lt;br /&gt;
&lt;p&gt;I would like &amp;quot;PHP Warning: &amp;nbsp;Division by zero in C:\inetpub\wwwroot &lt;br /&gt;\Catalogues &amp;quot; beeing printed on the return page ... Instead of it, I &lt;br /&gt;got 500 error, even with display_errors=On. &lt;br /&gt;I also tried to process the test page directly on a console (using &lt;br /&gt;&amp;quot;php -f mypage.php&amp;quot;), and the warning is well printed in the console. &lt;br /&gt;So the problem seems not to come from the php interperter. 
&lt;p&gt;Zend is in a full default configuration state. The only param I have &lt;br /&gt;changed is the display_errors config. &lt;br /&gt;I tried also with PHP manualy installed from the official Non thread safe&amp;nbsp;binaries (so without the zend package). The problem is exacly the same ... &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The website is running in a unmanaged IIS&amp;nbsp;appPool with Network Serivce identity.&lt;/p&gt;
&lt;p&gt;There is maybe a right access problem somewhere (as the error log talks&amp;nbsp;about an Access Denied error...). But where ? The PHP binary path ? The website path ? ... No ideas. But as&amp;nbsp; the website works perfecly in production, I don&amp;#39;t think it deals with that ...&lt;/p&gt;
&lt;p&gt;The strangest thing in my problem is that errors are well printed when browsing using &lt;a href="http://localhost/"&gt;http://localhost/&lt;/a&gt;... directly on the production server ... But got 500 error when using &lt;a href="http://192.168.1.1/"&gt;http://192.168.1.1/&lt;/a&gt;... (the server IP).&lt;/p&gt;
&lt;p&gt;Do anybody got an idea on how to get full PHP error reporing into the HTML page with IIS7, FastCGI and Zend Core ? &lt;br /&gt;
&lt;p&gt;Thanks, &lt;br /&gt;Guillaume &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Multiple Undefined variable errors in PHP</title><link>http://forums.iis.net/p/1151741/1879386.aspx#1879386</link><pubDate>Mon, 15 Sep 2008 16:08:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1879386</guid><dc:creator>mdsterling</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;I use windows 08 with IIS7 and most content is joomla 1.5x. I keep getting&amp;nbsp; &amp;#39;undefined variable&amp;#39; errors when I go check the fail logs after getting the server 500 errors. It seems to happen with several extensions. I have to go in the php&amp;nbsp;page&amp;nbsp;and jimmy-rig&amp;nbsp;and then maybe it will work. I see the variables defined fine but it doesn&amp;#39;t seem to pass them on. The permissions are set for IUSR and other net users.&lt;/p&gt;
&lt;p&gt;It must be something I haven&amp;#39;t configured in my IIS to cause this. Anyone have any answers. I&amp;#39;ve checked post and have tried a few things from what I&amp;#39;ve read, with no positive results. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;specific error of one time is;&lt;/p&gt;
&lt;p&gt;
&lt;table class="" cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th class=""&gt;Data1&lt;/th&gt;
&lt;td class="event-data" class="event-data"&gt;FASTCGI_RESPONSE_ERROR&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;Data2&lt;/th&gt;
&lt;td class="event-data" class="event-data"&gt;PHP Notice: Undefined variable: html in C:\.....&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th class=""&gt;ErrorCode&lt;/th&gt;
&lt;td class="event-data" class="event-data"&gt;5&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th class=""&gt;ErrorCode&lt;/th&gt;
&lt;td class=""&gt;Access is denied. (0x5)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</description></item><item><title>No Fastcgi Module on Vista Home Premium with SP1 and IIS7</title><link>http://forums.iis.net/p/1151575/1878683.aspx#1878683</link><pubDate>Sun, 07 Sep 2008 19:56:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1878683</guid><dc:creator>dungeness</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;No Fastcgi Module on Vista Home Premium with SP1 and IIS7.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have tried turning off CGI and turning it on again but still no Fastcgi Module (Vista Home Premium with SP1 and IIS7). Server is running IIS7 OK and serving asp pages, just no PHP pages. Latest PHP installed OK. Any ideas how to get a FastCGI module installed?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: PHP FastCGI WordPress Server 500 Error</title><link>http://forums.iis.net/p/1151022/1877283.aspx#1877283</link><pubDate>Wed, 20 Aug 2008 15:17:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877283</guid><dc:creator>kalnos</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;I had the same problem until I installed the non-thread safe version of php &lt;/p&gt;
&lt;p&gt;(&lt;strong&gt;php-5.2.6-nts-Win32.zip)&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>