<?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 'fastCGI error'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=fastCGI+error&amp;orTags=0</link><description>Search results matching tag 'fastCGI error'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS 7 Windows Server 2008 R2 Ruby On Rails</title><link>http://forums.iis.net/p/1160523/1915356.aspx#1915356</link><pubDate>Tue, 01 Sep 2009 06:42:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915356</guid><dc:creator>vecchia</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>Hi all,&lt;br /&gt;
i&amp;#39;m sorry for my bad english but i don&amp;#39;t speak it very well. I&amp;#39;m using Windows Server 2008 R2 in trial version and i&amp;#39;m configuring IIS 7 + FastCGI + Ruby On Rails but i&amp;#39;m having issues. I tried to search on google and here but all links go on a old site with a removed guide. I&amp;#39;ve installed ruby and it works with webrick but i need to use IIS. So i put into
&lt;p&gt;C:\inetpub\wwwroot\ruby-app&lt;/p&gt;
&lt;p&gt;my ruby application and i added the fastcgi module to the website:&lt;/p&gt;
&lt;p&gt;iis manager -&amp;gt; site -&amp;gt; handler mappings -&amp;gt; add module mapping&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Request path:&lt;/b&gt; *&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Module:&lt;/b&gt; FastCgiModule&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Executable:&lt;/b&gt; C:\Ruby\bin\ruby.exe|C:\inetpub\wwwroot\ruby-app\public\dispatch.fcgi production&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;all it&amp;#39;s ok, i can run the site but when i try to run the ruby application i retrieve this 500 error:&lt;/p&gt;
&lt;div class="content-container"&gt;&lt;h2&gt;HTTP Error 500.0 - Internal Server Error&lt;/h2&gt;
&lt;h3&gt;c:\ruby\bin\ruby.exe - The FastCGI process exited 
unexpectedly&lt;/h3&gt; &lt;/div&gt;
&lt;div class="content-container"&gt;
Detailed Error Information
&lt;div id="details-left"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Module&lt;/th&gt;
&lt;td&gt;FastCgiModule&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;ExecuteRequestHandler&lt;/td&gt;
&lt;/tr&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Handler&lt;/th&gt;
&lt;td&gt;RubyOnRails&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Error Code&lt;/th&gt;
&lt;td&gt;0x00000001&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div id="details-right"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Requested URL&lt;/th&gt;
&lt;td&gt;http://localhost:80/ruby-app&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Physical Path&lt;/th&gt;
&lt;td&gt;C:\inetpub\wwwroot\ruby-app&lt;/td&gt;
&lt;/tr&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;Logon Method&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;th&gt;Logon User&lt;/th&gt;
&lt;td&gt;Anonymous&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;please help me&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>Reverse Proxy FastCGI error</title><link>http://forums.iis.net/p/1160206/1914151.aspx#1914151</link><pubDate>Thu, 20 Aug 2009 22:06:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1914151</guid><dc:creator>Vince3868</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Problem Background: &lt;/p&gt;
&lt;p&gt;I am currently trying to overcome an IIS/Apache DOM communication issue in which the PHP application opens a window which is dynamically trying to communicate to the parent/opener DOM (i.e. the IIS webserver). This results in a cross-domain &amp;#39;access denied&amp;#39; error.&amp;nbsp; I understand that setting up a reverse proxy via ARR/Url Rewrite will resolve this issue. &lt;/p&gt;
&lt;p&gt;In my development environment (Dual IIS7/XAMPP webserver) I have therefore:&lt;br /&gt;- created the empty web folder (c:\inetpub\wwwroot\srvr2\ucourse)&lt;br /&gt;- installed Application Request Routing Module, &lt;br /&gt;- enabled the proxy, &lt;br /&gt;- set the Match URL details to:&lt;br /&gt;&amp;nbsp;- Matches the pattern&lt;br /&gt;&amp;nbsp;- Using wildcards&lt;br /&gt;&amp;nbsp;- Pattern: &amp;lt;IIS_HOSTNAME&amp;gt;/ucourse/*&lt;br /&gt;- set no conditions&lt;br /&gt;- set the Action details to:&lt;br /&gt;&amp;nbsp;- rewrite&lt;br /&gt;&amp;nbsp;- Action Properties: &lt;a href="http://%3capache_hostname%3e:8080/%7BR:1"&gt;http://&amp;lt;APACHE_HOSTNAME&amp;gt;:8080/{R:1&lt;/a&gt;}&lt;/p&gt;
&lt;p&gt;Result:&lt;br /&gt;Various URL tests show me that the filtering pattern matching is working (i.e. all browser URL calls to the IIS server still go through correctly except for ones with &amp;#39;/ucourse&amp;#39; appended to the hostname). The problem I&amp;#39;m running into is that the rewrite consistently returns the following:&lt;/p&gt;
&lt;p&gt;Error Summary: HTTP Error 500.0 - Internal Server Error&lt;br /&gt;An unknown FastCGI error occured Detailed Error Information&lt;br /&gt;Module FastCgiModule &lt;br /&gt;Notification ExecuteRequestHandler &lt;br /&gt;Handler PHP via FastCGI &lt;br /&gt;Error Code 0x8007010b &lt;br /&gt;Requested URL &lt;a href="http://%3ciis_host_name%3e/ucourse/integration.php?LOGONUSER=TestUser1001"&gt;http://&amp;lt;IIS_HOST_NAME&amp;gt;:80/ucourse/integration.php?LOGONUSER=TestUser1001&lt;/a&gt; &lt;br /&gt;Physical Path C:\inetpub\wwwroot\srvr2\ucourse\integration.php &lt;br /&gt;Logon Method Anonymous &lt;br /&gt;Logon User Anonymous &lt;/p&gt;
&lt;p&gt;Seeing the Physical Path still pointing to a windows-based address leads me to think that the URL rewrite is filtering, but for some reason not rewriting. &lt;/p&gt;
&lt;p&gt;Thanks for your help! :-)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Php does not open files that are absolute</title><link>http://forums.iis.net/p/1157070/1901484.aspx#1901484</link><pubDate>Wed, 22 Apr 2009 13:16:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901484</guid><dc:creator>andrewkillen</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hey all, &lt;br /&gt;&lt;br /&gt;I really need some help getting to the bottom of this problem.&amp;nbsp; I&amp;#39;ve used the MS beta web installer to get FastCGI PHP 5.2.9 onto my new Vista home premium machine.&amp;nbsp; And since installing I&amp;#39;ve had many problems with php scripts that I have created and have out in the wild. &lt;br /&gt;&lt;br /&gt;Basically it seems to be a directory/file IO issue.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;1. require once&lt;/p&gt;&lt;p&gt;If I use requre_once in any other way than &amp;quot;file.php&amp;quot; or &amp;quot;./file.php&amp;quot;, ie &amp;quot;/include/stuff/file.php&amp;quot; or ($docroot.&amp;quot;/include/stuff/file.php), Require_once cannot open the file or directory&lt;br /&gt;&lt;br /&gt;here is the error detail&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;PHP Warning:  require_once(/dieet/include/php/basepage.php) [&amp;lt;a href=&amp;#39;function.require-once&amp;#39;&amp;gt;function.require-once&amp;lt;/a&amp;gt;]: failed to open stream: No such file or directory in C:\Users\Andy\sites\dieet-4u\dieet\index.php on line 10&lt;br /&gt;PHP Fatal error:  require_once() [&amp;lt;a href=&amp;#39;function.require&amp;#39;&amp;gt;function.require&amp;lt;/a&amp;gt;]: Failed opening required &amp;#39;/dieet/include/php/basepage.php&amp;#39; (include_path=&amp;#39;.;C:\php5\pear&amp;#39;) in C:\Users\Andy\sites\dieet-4u\dieet\index.php on line 10&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;Please help!&amp;nbsp; I need to get to the bottom of this... so any advice will be very greatfully recieved&lt;br /&gt;thanks in advance&lt;/p&gt;&lt;p&gt;Andy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>FastCGI fails on some requests.</title><link>http://forums.iis.net/p/1155869/1896159.aspx#1896159</link><pubDate>Tue, 10 Mar 2009 14:29:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1896159</guid><dc:creator>tetsusaiga</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hi! &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I tried three different Versions off iisfcgi.dll already. If I access the phpinfo.php from my computer in the office I get no response and following error in windows application error log of the server: &lt;br /&gt;&lt;/p&gt;&lt;div class="c" style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Event&lt;/span&gt;&lt;span class="ns"&gt; 
xmlns&lt;/span&gt;&lt;span class="m"&gt;=&amp;quot;&lt;/span&gt;&lt;b class="ns"&gt;http://schemas.microsoft.com/win/2004/08/events/event&lt;/b&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="e"&gt;
&lt;div class="c" style="margin-left:1em;text-indent:-2em;"&gt;&lt;a href="http://forums.iis.net/AddPost.aspx?ForumID=1104#" class="b"&gt;-&lt;/a&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;System&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Provider&lt;/span&gt; &lt;span class="t"&gt;Name&lt;/span&gt;&lt;span class="m"&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;Application Error&lt;/b&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; 
/&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;EventID&lt;/span&gt;&lt;span class="t"&gt; 
Qualifiers&lt;/span&gt;&lt;span class="m"&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;0&lt;/b&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;1000&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;EventID&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Level&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;2&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Level&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Task&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;100&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Task&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Keywords&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;0x80000000000000&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Keywords&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;TimeCreated&lt;/span&gt; &lt;span class="t"&gt;SystemTime&lt;/span&gt;&lt;span class="m"&gt;=&amp;quot;&lt;/span&gt;&lt;b&gt;2009-03-10T12:34:49.000Z&lt;/b&gt;&lt;span class="m"&gt;&amp;quot;&lt;/span&gt;&lt;span class="m"&gt; /&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;EventRecordID&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;4220&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;EventRecordID&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Channel&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;Application&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Channel&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Computer&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;SERVERNAME&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Computer&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; 
&lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Security&lt;/span&gt; &lt;span class="m"&gt;/&amp;gt;&lt;/span&gt; 
&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;System&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div class="c" style="margin-left:1em;text-indent:-2em;"&gt;&lt;a href="http://forums.iis.net/AddPost.aspx?ForumID=1104#" class="b"&gt;-&lt;/a&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;EventData&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;w3wp.exe&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;7.0.6001.18000&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;47919413&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;iisfcgi.dll&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;7.0.6001.22365&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;498291af&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;c0000005&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;0000b55c&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;190&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div class="e"&gt;
&lt;div style="margin-left:1em;text-indent:-2em;"&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;span class="tx"&gt;01c9a17c97aed66d&lt;/span&gt;&lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Data&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;EventData&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class="b"&gt;&amp;nbsp;&lt;/span&gt; &lt;span class="m"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="t"&gt;Event&lt;/span&gt;&lt;span class="m"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;I&amp;#39;m using IIS7 on Windows 2008 Server x64 and PHP 5.2.8 &lt;/div&gt;&lt;div&gt;On all other machines I tried, it works fine, from another server in our office, from the homeoffice, from the same machine, when I connect to a different network per VPN. I&amp;#39;m all out of clues, maybe you can tell me something that I can do to find out what the problem might be. Google was no help at all.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;TIA &lt;br /&gt;&lt;/div&gt;</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>could not be found in &amp;lt;fastCGI&amp;gt; application configuration</title><link>http://forums.iis.net/p/1154458/1890495.aspx#1890495</link><pubDate>Tue, 20 Jan 2009 19:02:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1890495</guid><dc:creator>pabloweyne</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have a problem in using the FastCfgi. Below the trace:&lt;/p&gt;
&lt;div class="duration"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class="severity-warning"&gt;Warning&lt;/div&gt;&lt;a title="detail_96" class="" name="detail_96"&gt;&lt;/a&gt;96. &lt;a&gt;&lt;span class="expand-collapse" id="section_detail_96_button"&gt;-&lt;/span&gt;SET_RESPONSE_ERROR_DESCRIPTION&lt;/a&gt;&amp;nbsp;
&lt;div class="hidden" id="section_detail_96_details" style="display:block;"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr&gt;
&lt;th&gt;ErrorDescription&lt;/th&gt;&lt;td class="event-data"&gt;&amp;lt;handler&amp;gt; scriptProcessor could not be found in &amp;lt;fastCGI&amp;gt; application configuration&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;div class="duration"&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class="severity-warning"&gt;Warning&lt;/div&gt;&lt;a title="detail_97" class="" name="detail_97"&gt;&lt;/a&gt;97. &lt;a&gt;&lt;span class="expand-collapse" id="section_detail_97_button"&gt;-&lt;/span&gt;MODULE_SET_RESPONSE_ERROR_STATUS&lt;/a&gt;&amp;nbsp;
&lt;div class="hidden" id="section_detail_97_details" style="display:block;"&gt;
&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr&gt;
&lt;th&gt;ModuleName&lt;/th&gt;&lt;td class="event-data"&gt;FastCgiModule&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Notification&lt;/th&gt;&lt;td class="event-data"&gt;128&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HttpStatus&lt;/th&gt;&lt;td class="event-data"&gt;500&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;HttpReason&lt;/th&gt;&lt;td class="event-data"&gt;Internal Server Error&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HttpSubStatus&lt;/th&gt;&lt;td class="event-data"&gt;0&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;ErrorCode&lt;/th&gt;&lt;td class="event-data"&gt;2147943813&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ConfigExceptionInfo&lt;/th&gt;&lt;td class="event-data"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;EXECUTE_REQUEST_HANDLER&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ErrorCode&lt;/th&gt;
&lt;td&gt;Invalid index. (0x80070585)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&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>Re: PHP on IIS 7</title><link>http://forums.iis.net/p/1152881/1884026.aspx#1884026</link><pubDate>Thu, 06 Nov 2008 23:49:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884026</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Is there any error description? Try enabling detailed error messages in IIS to get the description of the error.&lt;/p&gt;</description></item><item><title>IMPORTANT: PHP scripts are not working due to a Windows Actualization ???</title><link>http://forums.iis.net/p/1152609/1882924.aspx#1882924</link><pubDate>Sun, 26 Oct 2008 02:12:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1882924</guid><dc:creator>v-edsojo</dc:creator><cs:applicationKey>fastcgi_module-41</cs:applicationKey><description>&lt;p&gt;Hi everybody, i have a testing environment to prove web applications developed with PHP5 via IIS7. This environment was configured following instructions in the link &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;&amp;nbsp;and it worked fine.&lt;/p&gt;
&lt;p&gt;The problem is that nowadays is not working and i&amp;#39;ve tried to configure others environment using the link shown before and it does not work either. All requests that i try throws the following error:&lt;/p&gt;
&lt;h2&gt;HTTP Error 500.0 - Internal Server Error&lt;/h2&gt;
&lt;h3&gt;c:\php\php-cgi.exe - The FastCGI process exited unexpectedly&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;Could it be a bug or issue due to a windows actualization? it is the only different thing that it has been installed recently in these environment. I found this situation today Saturday 10-25-2008 and i have recieved comments from other persons that are starting to have the same problem.&lt;/p&gt;
&lt;p&gt;I tested this case in Windows Vista SP1 x86 and x64, Windows Server 2008.&lt;/p&gt;
&lt;p&gt;Thanks in advanced.&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></channel></rss>