<?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: Running a PHP application on Windows Azure</title>
	<atom:link href="http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/</link>
	<description>From the whiteboard to the keyboard</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:53:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jayaram Krishnaswamy</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-203</link>
		<dc:creator>Jayaram Krishnaswamy</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-203</guid>
		<description>If I don&#039;t use regular PHP from the php.net site the php page gets displayed in the development fabric (when published to Windows Azure I get a 403 error like some of the others, I guess the CGI executable is not properly packaged, may be).

If I use the non-thread safe file then I can only see the directory listing although default page has been defined.

I made a mistake of typing FastGGI instead of FastCGI and it still compliled without errors and dsiaplyed the directory structure.

If I read the instructions bundled with the download there are a few more changes for the php.ini file that you don&#039;t mention.

Is there a final version of this somewhere?</description>
		<content:encoded><![CDATA[<p>If I don&#8217;t use regular PHP from the php.net site the php page gets displayed in the development fabric (when published to Windows Azure I get a 403 error like some of the others, I guess the CGI executable is not properly packaged, may be).</p>
<p>If I use the non-thread safe file then I can only see the directory listing although default page has been defined.</p>
<p>I made a mistake of typing FastGGI instead of FastCGI and it still compliled without errors and dsiaplyed the directory structure.</p>
<p>If I read the instructions bundled with the download there are a few more changes for the php.ini file that you don&#8217;t mention.</p>
<p>Is there a final version of this somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Obrienne</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-202</link>
		<dc:creator>Obrienne</dc:creator>
		<pubDate>Tue, 16 Feb 2010 22:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-202</guid>
		<description>Thanks for you time to write this, its hard to find some really useful info about php and azure.

1 thing, in Step 11, may be you forgot to put &quot;approot&quot; in scriptProcessor=&quot;%RoleRoot%phpphp-cgi.exe&quot;?</description>
		<content:encoded><![CDATA[<p>Thanks for you time to write this, its hard to find some really useful info about php and azure.</p>
<p>1 thing, in Step 11, may be you forgot to put &#8220;approot&#8221; in scriptProcessor=&#8221;%RoleRoot%phpphp-cgi.exe&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wade</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-201</link>
		<dc:creator>Wade</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-201</guid>
		<description>@Bill - you&#039;re absolutely right - I neglected to put a &quot;*&quot; in the path for the &quot;FastCGI Handler.&quot; I&#039;ve updated the post.  Thanks so much, and I apologize for the error!</description>
		<content:encoded><![CDATA[<p>@Bill &#8211; you&#8217;re absolutely right &#8211; I neglected to put a &#8220;*&#8221; in the path for the &#8220;FastCGI Handler.&#8221; I&#8217;ve updated the post.  Thanks so much, and I apologize for the error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hosting a PHP Application in Windows Azure : Demystifying The Code</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-200</link>
		<dc:creator>Hosting a PHP Application in Windows Azure : Demystifying The Code</dc:creator>
		<pubDate>Thu, 01 Oct 2009 03:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-200</guid>
		<description>[...] Wade Wegner’s Post on ‘Running a PHP application on Windows Azure’ [...] </description>
		<content:encoded><![CDATA[<p>[...] Wade Wegner’s Post on ‘Running a PHP application on Windows Azure’ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Ang</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-199</link>
		<dc:creator>Billy Ang</dc:creator>
		<pubDate>Wed, 05 Aug 2009 06:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-199</guid>
		<description>There is a typo in the above tutorial.

When adding the handlers at Step 11.

There is a missing &quot;*&quot; on path attribute.

Thus, the correct input for step 11 should be as follows:</description>
		<content:encoded><![CDATA[<p>There is a typo in the above tutorial.</p>
<p>When adding the handlers at Step 11.</p>
<p>There is a missing &#8220;*&#8221; on path attribute.</p>
<p>Thus, the correct input for step 11 should be as follows:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Использование PHP на в облаке Windows Azure &#124; PHP Scribe</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-198</link>
		<dc:creator>Использование PHP на в облаке Windows Azure &#124; PHP Scribe</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-198</guid>
		<description>[...] Wade Wegner’s Post on ‘Running a PHP application on Windows Azure’ [...] </description>
		<content:encoded><![CDATA[<p>[...] Wade Wegner’s Post on ‘Running a PHP application on Windows Azure’ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bek</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-197</link>
		<dc:creator>Bek</dc:creator>
		<pubDate>Wed, 01 Jul 2009 07:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-197</guid>
		<description>Hi Oleg,

I&#039;ve solved this problem. Check your php folder. It should be properly packaged into your project. Otherwise, php will not be deployed into Azure.</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>I&#8217;ve solved this problem. Check your php folder. It should be properly packaged into your project. Otherwise, php will not be deployed into Azure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-196</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-196</guid>
		<description>Hi. I&#039;v encountered with same issue. Works fine on localhost, but &quot;File or directory not found&quot; if project deployed on Azure.</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;v encountered with same issue. Works fine on localhost, but &#8220;File or directory not found&#8221; if project deployed on Azure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wade</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-195</link>
		<dc:creator>Wade</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-195</guid>
		<description>Hi Bek -

Can you zip up your entire solution so that I can take a look? You can send the zip to wwegner 23 - at - hotmail - dot - com.

Thanks,
Wade</description>
		<content:encoded><![CDATA[<p>Hi Bek -</p>
<p>Can you zip up your entire solution so that I can take a look? You can send the zip to wwegner 23 &#8211; at &#8211; hotmail &#8211; dot &#8211; com.</p>
<p>Thanks,<br />
Wade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bek</title>
		<link>http://www.wadewegner.com/2009/03/running-a-php-application-on-windows-azure/#comment-194</link>
		<dc:creator>Bek</dc:creator>
		<pubDate>Wed, 03 Jun 2009 08:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.architectingwith.net/2009/03/23/RunningAPHPApplicationOnWindowsAzure.aspx#comment-194</guid>
		<description>Hi, I did everything as explained in here. index.php is working on localhost. But when I deploy my project on Azure, page could not be opened. I got the error like this:

404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi, I did everything as explained in here. index.php is working on localhost. But when I deploy my project on Azure, page could not be opened. I got the error like this:</p>
<p>404 &#8211; File or directory not found.<br />
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

