<?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: Upgrade to WordPress 2.8 and PHP 5.3 on IIS 7</title>
	<atom:link href="http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Sat, 12 May 2012 03:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Roch</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-10858</link>
		<dc:creator>Roch</dc:creator>
		<pubDate>Sat, 16 Apr 2011 02:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-10858</guid>
		<description>What I am looking to do is similar. I am looking to have a static page as well as the blog appear on the main page of my wordpress site. Right now going to the settings section will only allow me to do one or the other. any feedback would be appreciated. Is there a special PHP INCLUDE tag I should be using for both to appear?</description>
		<content:encoded><![CDATA[<p>What I am looking to do is similar. I am looking to have a static page as well as the blog appear on the main page of my wordpress site. Right now going to the settings section will only allow me to do one or the other. any feedback would be appreciated. Is there a special PHP INCLUDE tag I should be using for both to appear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-2469</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Mon, 20 Sep 2010 22:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-2469</guid>
		<description>Hi Galvar,

Are you running WordPress inside of an intranet behind the proxy. Sometimes when there is a proxy, the account, under which the IIS worker process runs, does not have permissions to access the proxy server. In those cases PHP will not be able to make HTTP requests. A workaround is to run the IIS worker process under the account that has permissions to access proxy server.</description>
		<content:encoded><![CDATA[<p>Hi Galvar,</p>
<p>Are you running WordPress inside of an intranet behind the proxy. Sometimes when there is a proxy, the account, under which the IIS worker process runs, does not have permissions to access the proxy server. In those cases PHP will not be able to make HTTP requests. A workaround is to run the IIS worker process under the account that has permissions to access proxy server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavlar</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-2468</link>
		<dc:creator>Gavlar</dc:creator>
		<pubDate>Mon, 20 Sep 2010 15:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-2468</guid>
		<description>one thing im having issues with is on IIS i cant get DNS working via wordpress, and it seems even a basic php call to gethostbyname() call times out too. it therefore makes the wordpress install run very slow when its trying to get rss feeds. there is a lot of advice on apache wordpress installs, but not IIS. any thoughts?

error from the feeds is WP HTTP Error : Could not resolve host: wordpress.org.

curl is installed.</description>
		<content:encoded><![CDATA[<p>one thing im having issues with is on IIS i cant get DNS working via wordpress, and it seems even a basic php call to gethostbyname() call times out too. it therefore makes the wordpress install run very slow when its trying to get rss feeds. there is a lot of advice on apache wordpress installs, but not IIS. any thoughts?</p>
<p>error from the feeds is WP HTTP Error : Could not resolve host: wordpress.org.</p>
<p>curl is installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave C</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1662</link>
		<dc:creator>Dave C</dc:creator>
		<pubDate>Sun, 07 Feb 2010 03:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1662</guid>
		<description>Yes! Michael, after myself spending 2 days on this, discovered the same thing.. removing ipv6 entry for localhost in the host file fixed it. phpmyadmin now connects, and I&#039;m sure wordpress will install...</description>
		<content:encoded><![CDATA[<p>Yes! Michael, after myself spending 2 days on this, discovered the same thing.. removing ipv6 entry for localhost in the host file fixed it. phpmyadmin now connects, and I&#8217;m sure wordpress will install&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1650</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1650</guid>
		<description>I spent a long time finding the problem for my 500 error.
PHP just could not connect to the MySQL database server.
Turned out that localhost by default points to ::1 and not to 127.0.0.1
And MySQL does not listen on the IPv6 localhost IP.
You can change this in the %SYSTEMROOT%\System32\Drivers\etc\hosts file.</description>
		<content:encoded><![CDATA[<p>I spent a long time finding the problem for my 500 error.<br />
PHP just could not connect to the MySQL database server.<br />
Turned out that localhost by default points to ::1 and not to 127.0.0.1<br />
And MySQL does not listen on the IPv6 localhost IP.<br />
You can change this in the %SYSTEMROOT%\System32\Drivers\etc\hosts file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BuddyRich</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1443</link>
		<dc:creator>BuddyRich</dc:creator>
		<pubDate>Sun, 01 Nov 2009 12:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1443</guid>
		<description>I&#039;ve determined it was just a lack of primetime for the x64 5.3 builds of PHP right now.  I tried the same snapshot version of 32bit binaries and set the app pool to 32bit compatibility and they worked as well, so its something specific to the x64 builds.  Funny that they give me a simple page but not anything that hits a database, pointing to an issue with the compiled mysql or mysqli extension perhaps?

Given that on the windows.php.net site there are no stable x64 releases, and only nightly snapshot builds, the above might be why there are no stable x64 builds linked.

Either way I am up and running save I had to disable URL rewrites for my Gallery2 install as it only supports the helicon 2 isapi solution on IIS (though I did see a hack to get the helicon isapi v3 solution by forcing the mod_apache rewrite methods to be used via .htaccess files which helicon v3 natively supports).  Its also a shame to see them discontinue IIS support in the Gallery3 rewrite and only support apache.

On the other hand wordpress 2.8.5 is working great with the IIS7 rewrite module.

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve determined it was just a lack of primetime for the x64 5.3 builds of PHP right now.  I tried the same snapshot version of 32bit binaries and set the app pool to 32bit compatibility and they worked as well, so its something specific to the x64 builds.  Funny that they give me a simple page but not anything that hits a database, pointing to an issue with the compiled mysql or mysqli extension perhaps?</p>
<p>Given that on the windows.php.net site there are no stable x64 releases, and only nightly snapshot builds, the above might be why there are no stable x64 builds linked.</p>
<p>Either way I am up and running save I had to disable URL rewrites for my Gallery2 install as it only supports the helicon 2 isapi solution on IIS (though I did see a hack to get the helicon isapi v3 solution by forcing the mod_apache rewrite methods to be used via .htaccess files which helicon v3 natively supports).  Its also a shame to see them discontinue IIS support in the Gallery3 rewrite and only support apache.</p>
<p>On the other hand wordpress 2.8.5 is working great with the IIS7 rewrite module.</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1442</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Sun, 01 Nov 2009 00:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1442</guid>
		<description>@BuddyRich: The only thing I can think of that may cause problems is the fact that you have wordpress files in C:\Program Files\wordpress\. Why not to place them in the recommended IIS location which under C:\inetpub\ ?</description>
		<content:encoded><![CDATA[<p>@BuddyRich: The only thing I can think of that may cause problems is the fact that you have wordpress files in C:\Program Files\wordpress\. Why not to place them in the recommended IIS location which under C:\inetpub\ ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BuddyRich</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1440</link>
		<dc:creator>BuddyRich</dc:creator>
		<pubDate>Sat, 31 Oct 2009 15:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1440</guid>
		<description>I&#039;ve followed the guides fairly meticulously but for whatever reason I cannot get the combination of IIS 7.5 (Win7 Pro), PHP 5.3.2 (x64 VC9 NTS build), mysql 5.1.40 x64 and wordpress 2.8.4 running.

I recently upgraded to Win7 necessitating the change to IIS7, so the whole reinstall.  Prior to this I was using IIS6 (x64 mode) and an older PHPx64 build from fusionx (so it was 5.2.something) and the isapi.dll on WinXPx64 with no issues, hosting wordpress and gallery2.

I&#039;ve got as far as installing php and configuring the .ini.  I can run a simple phpinfo.php and it returns, showing fastcgi as the handler however trying phpmyadmin or wordpress I get an eventual timeout and 500 error.  A quick peak in taskman and I don&#039;t see and php-cgi.exe processes running.

I thought it might be the session save path but it gets as far as writting a sess_sjfskjlf file out to the path I specified in php.ini so I don&#039;t think its a permissions issue.  I enable a php_errors.log and there is nothing in it either.

The info from the error:

Detailed Error Information
Module	FastCgiModule
Notification	ExecuteRequestHandler
Handler	PHP via FastCGI
Error Code	0x00000000
Requested URL	http://localhost:80/index.php
Physical Path	C:\Program Files\wordpress\index.php
Logon Method	Anonymous
Logon User	Anonymous

Its all pointing to a permissions issue but I am sure everything is setup correct as far as NTFS permissions go.
 
Coincidentally if I used everything the same but use the fusionx x64 5.2 PHP built it works.

Is there anyway within IIS to get more detailed logging info?  The standard w3svc log just shows the same 500 error, nor is there anything in event viewer.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed the guides fairly meticulously but for whatever reason I cannot get the combination of IIS 7.5 (Win7 Pro), PHP 5.3.2 (x64 VC9 NTS build), mysql 5.1.40 x64 and wordpress 2.8.4 running.</p>
<p>I recently upgraded to Win7 necessitating the change to IIS7, so the whole reinstall.  Prior to this I was using IIS6 (x64 mode) and an older PHPx64 build from fusionx (so it was 5.2.something) and the isapi.dll on WinXPx64 with no issues, hosting wordpress and gallery2.</p>
<p>I&#8217;ve got as far as installing php and configuring the .ini.  I can run a simple phpinfo.php and it returns, showing fastcgi as the handler however trying phpmyadmin or wordpress I get an eventual timeout and 500 error.  A quick peak in taskman and I don&#8217;t see and php-cgi.exe processes running.</p>
<p>I thought it might be the session save path but it gets as far as writting a sess_sjfskjlf file out to the path I specified in php.ini so I don&#8217;t think its a permissions issue.  I enable a php_errors.log and there is nothing in it either.</p>
<p>The info from the error:</p>
<p>Detailed Error Information<br />
Module	FastCgiModule<br />
Notification	ExecuteRequestHandler<br />
Handler	PHP via FastCGI<br />
Error Code	0&#215;00000000<br />
Requested URL	<a href="http://localhost:80/index.php" rel="nofollow">http://localhost:80/index.php</a><br />
Physical Path	C:\Program Files\wordpress\index.php<br />
Logon Method	Anonymous<br />
Logon User	Anonymous</p>
<p>Its all pointing to a permissions issue but I am sure everything is setup correct as far as NTFS permissions go.</p>
<p>Coincidentally if I used everything the same but use the fusionx x64 5.2 PHP built it works.</p>
<p>Is there anyway within IIS to get more detailed logging info?  The standard w3svc log just shows the same 500 error, nor is there anything in event viewer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mazyoyo</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1355</link>
		<dc:creator>mazyoyo</dc:creator>
		<pubDate>Mon, 05 Oct 2009 10:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1355</guid>
		<description>great article, its very helpful. thanks for share.</description>
		<content:encoded><![CDATA[<p>great article, its very helpful. thanks for share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://ruslany.net/2009/06/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7/comment-page-1/#comment-1124</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Sat, 15 Aug 2009 17:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=410#comment-1124</guid>
		<description>Thank you for providing up to date information regarding PHP on IIS7.  After reading your article, I was able to resolve all of my 500 Server errors.  Great article!  Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you for providing up to date information regarding PHP on IIS7.  After reading your article, I was able to resolve all of my 500 Server errors.  Great article!  Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

