<?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>FastCGI Handler</title><link>http://forums.iis.net/1103.aspx</link><description>Questions related to the FastCGI handler shipping for IIS6</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Weird problem using FCGI on IIS with POST</title><link>http://forums.iis.net/thread/1908979.aspx</link><pubDate>Thu, 02 Jul 2009 09:23:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908979</guid><dc:creator>wdi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908979.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1908979</wfw:commentRss><description>&lt;p&gt;No, this is not the problem. The verb setting is the usual &amp;quot;limit to:&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;GET,POST,HEAD&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(copy/paste from config panel, so no typos) setting.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Weird problem using FCGI on IIS with POST</title><link>http://forums.iis.net/thread/1908728.aspx</link><pubDate>Tue, 30 Jun 2009 10:49:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908728</guid><dc:creator>Leo Tang - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908728.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1908728</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please check if the post verb is allowed for this application extension mapping. Select the Home directory tab in the site’s properties window-&amp;gt; Click the configuration button-&amp;gt;Edit the .fcgi extension mapping-&amp;gt;Check the Verbs setting.&lt;/p&gt;</description></item><item><title>Weird problem using FCGI on IIS with POST</title><link>http://forums.iis.net/thread/1908150.aspx</link><pubDate>Wed, 24 Jun 2009 17:59:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908150</guid><dc:creator>wdi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908150.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1103&amp;PostID=1908150</wfw:commentRss><description>&lt;p&gt;I am running IIS5.1.1 with the fcgi module (latest fcgisetup32.msi) on XP.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Most of the features of my application (ported from Linux/Apache) work without problems - that is, everything which gets exchanged with the FCGI script via the GET method. &lt;/p&gt;
&lt;p&gt;But when POST-ing, I get a &amp;quot;404 3&amp;quot; status code in the IIS log, and no output. Furthermore, it seems that the fcgi script is not even called for these POST events, so this does not look like an output problem of the FCGI - it seems to get stuck in IIS, where the request was received by the browser, but not sent on to the FCGI app. &lt;/p&gt;
&lt;p&gt;I read about the MIME type mappings, but could not find any configuration which would fix this. In any case, the FCGI script always returns proper explicity MIME type info in the returned headers. The app directory is configured to allow script execution etc. (after all, the GET path is exactly the same as the POST path), and adding any type for &amp;quot;.fcgi&amp;quot; did not make a difference.&lt;/p&gt;
&lt;p&gt;This is the fcgiext.ini:&lt;/p&gt;
&lt;p&gt;[Types]&lt;br /&gt;fcgi=Sketcher&lt;br /&gt;[Sketcher]&lt;br /&gt;ExePath=C:\Inetpub\wwwroot\edit\csweb.exe&lt;br /&gt;Arguments=-f C:\Inetpub\wwwroot\edit\editsrv.fcgi&lt;br /&gt;ActivityTimeout=10&lt;br /&gt;InstanceMaxRequests=10000&lt;br /&gt;StderrMode=IgnoreAndReturn200&lt;br /&gt;MonitorChangesTo=C:\Inetpub\wwwroot\edit\editsrv.fcgi&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is some log data (the GET worked OK, the POST not)&lt;/p&gt;
&lt;p&gt;#Software: Microsoft Internet Information Services 5.1&lt;br /&gt;#Version: 1.0&lt;br /&gt;#Date: 2009-06-24 17:39:30&lt;br /&gt;#Fields: time c-ip cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes &lt;br /&gt;17:39:32 192.168.1.127 GET /edit/editsrv.fcgi drawevent=smiles&amp;amp;sessionid=1245861545312&amp;amp;key_cur=f83acb43-ef91-4ef0-9a32-da53b25e9e1c&amp;amp;key_bck=966ee34c-bc3a-413d-9697-681f208db776&amp;amp;style=smiles&amp;amp;cnt=141 200 0 1883 927&lt;br /&gt;17:39:33 192.168.1.127 POST /edit/editsrv.fcgi - 404 3 4315 3342&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>