<?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>IIS 7 - FastCGI Module</title><link>http://forums.iis.net/1104.aspx</link><description>Questions related to the FastCGI module for IIS7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Questions about running PHP on IIS7</title><link>http://forums.iis.net/thread/1896030.aspx</link><pubDate>Mon, 09 Mar 2009 11:42:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1896030</guid><dc:creator>Aeries</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1896030.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1896030</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Check out this guide, &lt;/p&gt;&lt;p&gt;http://www.simongibson.com/intranet/php2003/&lt;/p&gt;&lt;p&gt;&amp;nbsp;Assuming you are running Vista SP1 or similar OS,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1.&amp;nbsp; To enable php in .html files you need to add a new module handler, it&amp;#39;s the exact same as the .php module handler except use the .htm extension, then make another for the .html extension.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;At the server level click&amp;nbsp; (double click you&amp;#39;re server name in the left tree) Handler Mappings,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Next click add Modue Mapping on the right in the action pain,&lt;/p&gt;&lt;p&gt;Request Path = *.htm&lt;/p&gt;&lt;p&gt;Module= FastCgiModule&lt;/p&gt;&lt;p&gt;Executable= SystemDrive\YourPHPFolder\php-cgi.exe (example c:\PHP\php-cgi.exe)&lt;/p&gt;&lt;p&gt;Name = PHP in .Htm Via CGI (or whatever you want)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then do that again for the .html extension.&amp;nbsp; You can have multiple handlers for the same extension, I&amp;#39;m pretty sure you could get the php engine to parse asp files like this if you wanted to. &lt;/p&gt;&lt;br /&gt;As for WebDav and you&amp;#39;re last error I&amp;#39;m not sure, but it took me 3 hours to figure out the above (insanely simple solution) and I see people asking about it everywhere, saying you&amp;#39;re forced to use .php extensions, when you&amp;#39;re not, it&amp;#39;s so simple I felt like the worlds biggest idiot when I figured it out.&lt;br /&gt;</description></item><item><title>Re: Questions about running PHP on IIS7</title><link>http://forums.iis.net/thread/1868548.aspx</link><pubDate>Wed, 30 Apr 2008 18:24:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868548</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1868548.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1868548</wfw:commentRss><description>&lt;p&gt;Using combination of IIS log file, detailed localhost errors and failed request tracing, you should be able to find more information about most errors.&amp;nbsp; For this particular error, I would start by looking in the IIS log file for error responses and if that does not give enough information, use failed request tracing to catch trace events for that request.&lt;/p&gt;</description></item><item><title>Re: Questions about running PHP on IIS7</title><link>http://forums.iis.net/thread/1868499.aspx</link><pubDate>Wed, 30 Apr 2008 11:18:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868499</guid><dc:creator>hellbird</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1868499.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1868499</wfw:commentRss><description>&lt;p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Thank you for your quick answer. Now I know how to see PHP errors. But still I don&amp;#39;t know why, for example, when I do &amp;quot;find and replace&amp;quot; in Dreamweaver over the whole web site folder over WebDAV, I get error: &amp;quot;File doesn&amp;#39;t exists!&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;So I&amp;#39;m still asking you, what is causing this error and also I would like to know how to configure IIS to execute PHP from not only in *.php files but also in *.html files.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;Thank you for your answers again!&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Best wishes,&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Marko&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Questions about running PHP on IIS7</title><link>http://forums.iis.net/thread/1868348.aspx</link><pubDate>Mon, 28 Apr 2008 22:18:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868348</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1868348.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1868348</wfw:commentRss><description>&lt;p&gt;You should probably start &lt;a class="" href="http://learn.iis.net/page.aspx/99/troubleshooting-a-web-server-error/" target="_blank"&gt;here&lt;/a&gt; to troubleshoot each issue individually.&lt;/p&gt;</description></item><item><title>Questions about running PHP on IIS7</title><link>http://forums.iis.net/thread/1868340.aspx</link><pubDate>Mon, 28 Apr 2008 21:58:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868340</guid><dc:creator>hellbird</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1868340.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1104&amp;PostID=1868340</wfw:commentRss><description>&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Hello,&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I&amp;#39;m trying to use PHP over FastCGI module in IIS7, but I have quite a lot of problems. So here are my questions:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;- How should I configure IIS, to execute PHP not only in .php files but also in .html, .htm, etc?&lt;br /&gt;- I&amp;#39;ve also installed WebDAV for IIS7 and there is another problem. When I try to edit some PHP files over WebDAV, I sometimes get error: &amp;quot;File doesn&amp;#39;t exist!&amp;quot; I believe that I have configured something wrong, but I don&amp;#39;t know what (maybe file gets locked, when someone is visiting the same file over www or when it is opened in more than just one editor at a time).&lt;br /&gt;- In most of my PHP files, I also get error 500 when I open them over www. What is usually causing this error when using PHP on IIS7? Is there a way to track the error?&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;I hope you will understand my questions.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Thank you for help!&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Best wishes!&lt;/font&gt;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>