<?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: PHP FastCGI with nginx on Ubuntu</title>
	<atom:link href="http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/</link>
	<description>technology babbling</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:47:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: few lifesaver links &#124; http://erew.org</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1274</link>
		<dc:creator>few lifesaver links &#124; http://erew.org</dc:creator>
		<pubDate>Fri, 13 Jan 2012 06:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1274</guid>
		<description>[...] nginx + php howto [...]</description>
		<content:encoded><![CDATA[<p>[...] nginx + php howto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimizing webservers &#124; Johan Hedberg</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1271</link>
		<dc:creator>Optimizing webservers &#124; Johan Hedberg</dc:creator>
		<pubDate>Thu, 15 Dec 2011 21:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1271</guid>
		<description>[...] via fastcgi now since PHP has the FPM builtin. If you can&#039;t move to PHP 5.3.x yet, you can still run it the old way of fastcgi. You&#039;ve probably saved loads of resources and increased speed quite much now, but there&#039;s more to [...]</description>
		<content:encoded><![CDATA[<p>[...] via fastcgi now since PHP has the FPM builtin. If you can&#039;t move to PHP 5.3.x yet, you can still run it the old way of fastcgi. You&#039;ve probably saved loads of resources and increased speed quite much now, but there&#039;s more to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1187</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Fri, 23 Sep 2011 14:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1187</guid>
		<description>Thanks for the tutorial, simple and to the point.

Sysadmin drives me crazy with all its gotchas...</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, simple and to the point.</p>
<p>Sysadmin drives me crazy with all its gotchas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: few lifesaver links : erew.org</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1181</link>
		<dc:creator>few lifesaver links : erew.org</dc:creator>
		<pubDate>Thu, 25 Aug 2011 12:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1181</guid>
		<description>[...] nginx + php howto [...]</description>
		<content:encoded><![CDATA[<p>[...] nginx + php howto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breck Yunits</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1164</link>
		<dc:creator>Breck Yunits</dc:creator>
		<pubDate>Wed, 06 Jul 2011 18:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1164</guid>
		<description>Any tips on how to modify this script to work without start stop daemon? I&#039;m running a Amazon Linux distribution that doesn&#039;t have a start stop daemon package and am having trouble compiling it myself. I&#039;m sure I can modify that one line of your script to use an alternative but it&#039;s taking me a bit. Thanks!</description>
		<content:encoded><![CDATA[<p>Any tips on how to modify this script to work without start stop daemon? I&#8217;m running a Amazon Linux distribution that doesn&#8217;t have a start stop daemon package and am having trouble compiling it myself. I&#8217;m sure I can modify that one line of your script to use an alternative but it&#8217;s taking me a bit. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Sterna</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1036</link>
		<dc:creator>Tomasz Sterna</dc:creator>
		<pubDate>Mon, 30 May 2011 21:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1036</guid>
		<description>I would argue that there is nothing wrong with this config.
This is PHP vulnerability, that it loads a different file that was given in the URI.

Nevertheless thanks for the information. I will update the example config with the information.</description>
		<content:encoded><![CDATA[<p>I would argue that there is nothing wrong with this config.<br />
This is PHP vulnerability, that it loads a different file that was given in the URI.</p>
<p>Nevertheless thanks for the information. I will update the example config with the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1035</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Mon, 30 May 2011 18:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1035</guid>
		<description>https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/

please see this blog post. your offered config is vulnerable.</description>
		<content:encoded><![CDATA[<p><a href="https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/" rel="nofollow">https://nealpoole.com/blog/2011/04/setting-up-php-fastcgi-and-nginx-dont-trust-the-tutorials-check-your-configuration/</a></p>
<p>please see this blog post. your offered config is vulnerable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-1002</link>
		<dc:creator>Sri</dc:creator>
		<pubDate>Thu, 24 Mar 2011 15:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-1002</guid>
		<description>This has really been a very helpful article.. I appreciate..</description>
		<content:encoded><![CDATA[<p>This has really been a very helpful article.. I appreciate..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help installing php5-cgi &#124; deepinphp.com</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-986</link>
		<dc:creator>Help installing php5-cgi &#124; deepinphp.com</dc:creator>
		<pubDate>Mon, 14 Mar 2011 14:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-986</guid>
		<description>[...] Link with the install instructions I am following: link [...]</description>
		<content:encoded><![CDATA[<p>[...] Link with the install instructions I am following: link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burnred.de &#187; Howto: Debian 6 (Squeeze) mit nginx + FastCGI + Zend Framework</title>
		<link>http://tomasz.sterna.tv/2009/04/php-fastcgi-with-nginx-on-ubuntu/comment-page-1/#comment-911</link>
		<dc:creator>burnred.de &#187; Howto: Debian 6 (Squeeze) mit nginx + FastCGI + Zend Framework</dc:creator>
		<pubDate>Sun, 20 Feb 2011 11:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://tomasz.sterna.tv/?p=98#comment-911</guid>
		<description>[...] aber man richtet sich ein entsprechendes Init Script ein.     Author: burnred Categories: Howto Tags: Debian, mod_rewrite, nginx, PHP 5.3, Squeeze, Zend [...]</description>
		<content:encoded><![CDATA[<p>[...] aber man richtet sich ein entsprechendes Init Script ein.     Author: burnred Categories: Howto Tags: Debian, mod_rewrite, nginx, PHP 5.3, Squeeze, Zend [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

