<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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 6.0 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx</link><description>CGI application were discouraged on IIS webservers because for every request a new host process had to be spawned raising questions about performance. The FastCGI protocol is set to change this. The concept is simple instead of creating a new host process</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: IIS 6.0 / 5.0 / 5.1 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx#6748628</link><pubDate>Wed, 12 Dec 2007 19:39:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6748628</guid><dc:creator>Paco Mesa</dc:creator><description>&lt;p&gt;Can I use FastCGI with IIS5.0?&lt;/p&gt;
</description></item><item><title>re: IIS 6.0 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx#6770804</link><pubDate>Fri, 14 Dec 2007 19:12:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6770804</guid><dc:creator>vijaysk</dc:creator><description>&lt;p&gt;Paco it is only supported on IIS 6.0. Thank you for reporting it.&lt;/p&gt;
</description></item><item><title>re: IIS 6.0 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx#7293315</link><pubDate>Tue, 29 Jan 2008 01:14:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7293315</guid><dc:creator>jareeq</dc:creator><description>&lt;p&gt;@vijaysk&lt;/p&gt;
&lt;p&gt;FastCGI is also supported for iis 5.1&lt;/p&gt;
</description></item><item><title>re: IIS 6.0 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx#8342357</link><pubDate>Fri, 28 Mar 2008 23:36:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8342357</guid><dc:creator>Derek</dc:creator><description>&lt;p&gt;Thank you, easy clear instructions. Every other thing I searched for directed me to some very outdated instructions. Very easy!&lt;/p&gt;
</description></item><item><title>re: IIS 6.0 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx#9809357</link><pubDate>Tue, 30 Jun 2009 10:16:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9809357</guid><dc:creator>Stijn Sanders</dc:creator><description>&lt;p&gt;I see in the docs that the default Protocol setting is NamedPipe, but how does fcgiext.dll figure out what the name of the NamedPipe is? Does it piece together &amp;quot;\\.\pipe\FastCGI\php-cgi&amp;quot; from the ExePath?&lt;/p&gt;
</description></item><item><title>re: IIS 6.0 - FastCGI</title><link>http://blogs.msdn.com/vijaysk/archive/2007/11/16/iis-6-0-fastcgi.aspx#9903652</link><pubDate>Tue, 06 Oct 2009 13:24:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9903652</guid><dc:creator>strgpune</dc:creator><description>&lt;p&gt;Hi, I am an advanced level user of Moodle. Recently, I migrated from Vista to XP and attempting to rebuild the moodle on XP. I installed moodle 1.9-20090923 on IE 5.1 with MySQL db directly from IIS's &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/web/gallery/"&gt;http://www.microsoft.com/web/gallery/&lt;/a&gt; After a lot of struggle, I was able to manage the FASTCGI extension working and the site started working. I restored old courses, (were perfectly alright before)onto new server. Restoration of data seems ok (except the embedded images in Topic are broken), linking of videos is fine but the video won't play in any of the browsers (Safari, Chrome, IE6) on my machine. Therefore, it is not a browser-specific problem. Has someone faced similar problem? Is it a IIS 5.1 related problem? Please help!!! Example url - &lt;a rel="nofollow" target="_new" href="http://localhost/classroom/file.php/6/Workshop_PPTs/blah-%20Blah%2C%20Blah%20Blah%20Blah%20follow-up%20tests.wmv"&gt;http://localhost/classroom/file.php/6/Workshop_PPTs/blah-%20Blah%2C%20Blah%20Blah%20Blah%20follow-up%20tests.wmv&lt;/a&gt; Moodle keeps the data in a folder called &amp;quot;moodledata&amp;quot;. The URL formation has to happen in such a way that it the data is read from this folder, wherever it is kept. I have kept it on C drive. Logs observed- The logs show following (but essentially 404) 2009-10-04 12:22:58 127.0.0.1 - W3SVC1 VYAS 127.0.0.1 80 GET /classroom/file.php - 404 3 4203 663 0 HTTP/1.1 localhost Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) SESScfc90a62c81b7bfc6f292320b1d0b8ca=2ac9jq68a45gno7i2uumvgdr96;+MoodleSession=5h29fgts1e81cr87ur5ufnh1v4;+MoodleSessionTest=rqiUUPplPk;+MOODLEID_=%25E2%25C6%251FU%25B1u%25B1%2509%25F7F%25F5 &lt;a rel="nofollow" target="_new" href="http://localhost/classroom/mod/resource/view.php?inpopup=true&amp;amp;id=29"&gt;http://localhost/classroom/mod/resource/view.php?inpopup=true&amp;amp;id=29&lt;/a&gt; 2009-10-04 12:22:58 127.0.0.1 - W3SVC1 VYAS 127.0.0.1 80 GET /classroom/file.php - 404 3 4203 433 16 HTTP/1.1 localhost NSPlayer/11.0.5721.5265+WMFSDK/11.0 SESScfc90a62c81b7bfc6f292320b1d0b8ca=2ac9jq68a45gno7i2uumvgdr96;+MoodleSession=5h29fgts1e81cr87ur5ufnh1v4;+MoodleSessionTest=rqiUUPplPk;+MOODLEID_=%25E2%25C6%251FU%25B1u%25B1%2509%25F7F%25F5 - 2009-10-04 12:23:09 127.0.0.1 - W3SVC1 VYAS 127.0.0.1 80 GET /classroom/file.php - 404 3 4203 433 0 HTTP/1.1 localhost NSPlayer/11.0.5721.5265+WMFSDK/11.0 SESScfc90a62c81b7bfc6f292320b1d0b8ca=2ac9jq68a45gno7i2uumvgdr96;+MoodleSession=5h29fgts1e81cr87ur5ufnh1v4;+MoodleSessionTest=rqiUUPplPk;+MOODLEID_=%25E2%25C6%251FU%25B1u%25B1%2509%25F7F%25F5 - 2009-10-04 12:23:11 127.0.0.1 - W3SVC1 VYAS 127.0.0.1 80 GET /classroom/file.php - 404 3 4203 854 0 HTTP/1.1 localhost Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.648;+.NET+CLR+3.5.21022;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) SESScfc90a62c81b7bfc6f292320b1d0b8ca=2ac9jq68a45gno7i2uumvgdr96;+MoodleSession=5h29fgts1e81cr87ur5ufnh1v4;+MoodleSessionTest=rqiUUPplPk;+MOODLEID_=%25E2%25C6%251FU%25B1u%25B1%2509%25F7F%25F5 &lt;a rel="nofollow" target="_new" href="http://localhost/classroom/mod/resource/view.php?inpopup=true&amp;amp;id=29"&gt;http://localhost/classroom/mod/resource/view.php?inpopup=true&amp;amp;id=29&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>