<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP5 with IIS6 on Windows Server 2003 in five easy steps</title>
	<atom:link href="http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html</link>
	<description>This is my blog on technology related things and maybe some other stuff too...</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:50:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Александр</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-10376</link>
		<dc:creator>Александр</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-10376</guid>
		<description>сделал все так и всеравно не открывает он php может еще где-то настройка по умолчанию мешает ?</description>
		<content:encoded><![CDATA[<p>сделал все так и всеравно не открывает он php может еще где-то настройка по умолчанию мешает ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-10157</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-10157</guid>
		<description>Great!!!!!! You my hero!!!!</description>
		<content:encoded><![CDATA[<p>Great!!!!!! You my hero!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Fletcher</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-8530</link>
		<dc:creator>Scott Fletcher</dc:creator>
		<pubDate>Mon, 07 Dec 2009 16:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-8530</guid>
		<description>PHP5ISAPI.DLL is gone and is not maintained anymore...   See http://bugs.php.net/bug.php?id=48299 ....</description>
		<content:encoded><![CDATA[<p>PHP5ISAPI.DLL is gone and is not maintained anymore&#8230;   See <a href="http://bugs.php.net/bug.php?id=48299" rel="nofollow">http://bugs.php.net/bug.php?id=48299</a> &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Broken Arrow</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-8173</link>
		<dc:creator>Broken Arrow</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-8173</guid>
		<description>Where is the PHP5ISAPI.DLL for PHP 5.3.1?</description>
		<content:encoded><![CDATA[<p>Where is the PHP5ISAPI.DLL for PHP 5.3.1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ultimasoft</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-8140</link>
		<dc:creator>ultimasoft</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-8140</guid>
		<description>Great article. Struggled with this one and wanted to share...
Error 404 Page Not Found - MediaWiki Install on IIS 6.0, PHP, Windows 2003, FastCGI
I had some trouble resolving the error 404 Page Not Found
Resolution
IIS virtual directory configuration: On Home Directory tab, click on Configuration and add Application Extension Mapping for php. The entry must be &quot;.php&quot; and &quot;C:\WINDOWS\system32\inetsrv\fcgiext.dll&quot; for FastCGI, otherwise use c:\php\php5isapi.dll.
My version of fcgiext.ini had incorrect [Types] section... Should be (verify php path on your install)

[Types]
php=PHP

[PHP]
ExePath=C:\PHP\php-cgi.exe
InstanceMaxRequests=10000
ActivityTimeout=600
RequestTimeout=600
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000,PHPRC:C:\PHP\</description>
		<content:encoded><![CDATA[<p>Great article. Struggled with this one and wanted to share&#8230;<br />
Error 404 Page Not Found &#8211; MediaWiki Install on IIS 6.0, PHP, Windows 2003, FastCGI<br />
I had some trouble resolving the error 404 Page Not Found<br />
Resolution<br />
IIS virtual directory configuration: On Home Directory tab, click on Configuration and add Application Extension Mapping for php. The entry must be &#8220;.php&#8221; and &#8220;C:\WINDOWS\system32\inetsrv\fcgiext.dll&#8221; for FastCGI, otherwise use c:\php\php5isapi.dll.<br />
My version of fcgiext.ini had incorrect [Types] section&#8230; Should be (verify php path on your install)</p>
<p>[Types]<br />
php=PHP</p>
<p>[PHP]<br />
ExePath=C:\PHP\php-cgi.exe<br />
InstanceMaxRequests=10000<br />
ActivityTimeout=600<br />
RequestTimeout=600<br />
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000,PHPRC:C:\PHP\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virtualpear</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-6946</link>
		<dc:creator>virtualpear</dc:creator>
		<pubDate>Tue, 20 Oct 2009 01:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-6946</guid>
		<description>my win 2003 web server is configured with PHP 5.2.6. this version has some vulnerability and I hope to upgrade to the latest version. can any one tell me how to upgrade. thanks in advance.</description>
		<content:encoded><![CDATA[<p>my win 2003 web server is configured with PHP 5.2.6. this version has some vulnerability and I hope to upgrade to the latest version. can any one tell me how to upgrade. thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nesa</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-5818</link>
		<dc:creator>nesa</dc:creator>
		<pubDate>Sat, 05 Sep 2009 06:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-5818</guid>
		<description>thanks, i almost give up and your tips were last thing i wanted to try. i succeeded. thanks again!</description>
		<content:encoded><![CDATA[<p>thanks, i almost give up and your tips were last thing i wanted to try. i succeeded. thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP 5 with IIS 7 on Windows Server 2008 Tutorial &#171; Tjitjing Blog</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-3710</link>
		<dc:creator>PHP 5 with IIS 7 on Windows Server 2008 Tutorial &#171; Tjitjing Blog</dc:creator>
		<pubDate>Wed, 24 Jun 2009 16:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-3710</guid>
		<description>[...] few years back I wrote a simple tutorial on how to install PHP5 with IIS6 on Windows Server 2003 in five easy steps. Back then things were not as straight forward as they turned out to be when I tried it again today [...]</description>
		<content:encoded><![CDATA[<p>[...] few years back I wrote a simple tutorial on how to install PHP5 with IIS6 on Windows Server 2003 in five easy steps. Back then things were not as straight forward as they turned out to be when I tried it again today [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riwa</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-3363</link>
		<dc:creator>riwa</dc:creator>
		<pubDate>Tue, 16 Jun 2009 11:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-3363</guid>
		<description>you are the great!</description>
		<content:encoded><![CDATA[<p>you are the great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mi-san</title>
		<link>http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003.html#comment-3155</link>
		<dc:creator>mi-san</dc:creator>
		<pubDate>Thu, 11 Jun 2009 09:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2006/05/php5-with-iis6-on-windows-server-2003-in-five-easy-steps.html#comment-3155</guid>
		<description>Awsome instructions. i&#039;ve used these to configure a new IIS machine for the company i am currently working at. Had to configure IIS with PHP 5.2.9.9 with both MySql AND MSSQL support, and like you can imagine, this is a complete disaster to install and configure. I also managed to install PHPmyAdmin to manage the MySql server installed on the same machine. After day&#039;s of moving around some dll file from here and there (in the c:\php, c:\php\ext and c:\windows\system32 ) and some tinkering in the php.ini file ( uncommenting extensions etc. ) i&#039;ve managed to get it all working. These instructions really helpt me get going. Now all that is left for me to do is document every step of the install and config, for the admins here that don&#039;t really have experience with installing and configuring such a bizzare W2k3 webserver. Thanks for this post.

Greetz from The Netherlands.</description>
		<content:encoded><![CDATA[<p>Awsome instructions. i&#8217;ve used these to configure a new IIS machine for the company i am currently working at. Had to configure IIS with PHP 5.2.9.9 with both MySql AND MSSQL support, and like you can imagine, this is a complete disaster to install and configure. I also managed to install PHPmyAdmin to manage the MySql server installed on the same machine. After day&#8217;s of moving around some dll file from here and there (in the c:\php, c:\php\ext and c:\windows\system32 ) and some tinkering in the php.ini file ( uncommenting extensions etc. ) i&#8217;ve managed to get it all working. These instructions really helpt me get going. Now all that is left for me to do is document every step of the install and config, for the admins here that don&#8217;t really have experience with installing and configuring such a bizzare W2k3 webserver. Thanks for this post.</p>
<p>Greetz from The Netherlands.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
