<?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: NGINX + PHP-FPM + APC = Awesome</title>
	<atom:link href="http://interfacelab.com/nginx-php-fpm-apc-awesome/feed/" rel="self" type="application/rss+xml" />
	<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Mar 2012 06:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Teodor Baciu</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1161</link>
		<dc:creator>Teodor Baciu</dc:creator>
		<pubDate>Tue, 20 Mar 2012 06:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1161</guid>
		<description>Thank you very much for this great post ! With your help I&#039;ve managed to set up ngnix wiht php-fpm.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this great post ! With your help I&#8217;ve managed to set up ngnix wiht php-fpm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Baindourov</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1155</link>
		<dc:creator>Robert Baindourov</dc:creator>
		<pubDate>Mon, 12 Dec 2011 23:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1155</guid>
		<description>great article, can&#039;t wait to try it.. i&#039;ve been having some performance issues on IIS6 / PHP. So I will try out wincache on there, with fastcgi.</description>
		<content:encoded><![CDATA[<p>great article, can&#8217;t wait to try it.. i&#8217;ve been having some performance issues on IIS6 / PHP. So I will try out wincache on there, with fastcgi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hosting</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1153</link>
		<dc:creator>Hosting</dc:creator>
		<pubDate>Wed, 16 Nov 2011 08:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1153</guid>
		<description>I&#039;m not sure if this script is out-dated. But I will try applying this to my new website. PHP-FPM is really awesome.
It store functions in the memory, so it really fast !</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this script is out-dated. But I will try applying this to my new website. PHP-FPM is really awesome.<br />
It store functions in the memory, so it really fast !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1152</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 15 Nov 2011 10:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1152</guid>
		<description>Hi, I need to rebuild a huge website on Drupal which able to handle 18000 Concurrent active users..
Do you think that NGINX + PHP-FPM + APC  is still the best solution?</description>
		<content:encoded><![CDATA[<p>Hi, I need to rebuild a huge website on Drupal which able to handle 18000 Concurrent active users..<br />
Do you think that NGINX + PHP-FPM + APC  is still the best solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raffaello Galli</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1148</link>
		<dc:creator>Raffaello Galli</dc:creator>
		<pubDate>Tue, 23 Aug 2011 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1148</guid>
		<description>Great article.
I tried to follow your hints to compile PHP (5.3.6) on a CentOS 5, but I am unable to find any
php.ini-recommended file.Actually the only php.ini* file I see in the system is /etc/php.ini

 Raffaello</description>
		<content:encoded><![CDATA[<p>Great article.<br />
I tried to follow your hints to compile PHP (5.3.6) on a CentOS 5, but I am unable to find any<br />
php.ini-recommended file.Actually the only php.ini* file I see in the system is /etc/php.ini</p>
<p> Raffaello</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev J</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1147</link>
		<dc:creator>Rajeev J</dc:creator>
		<pubDate>Sun, 14 Aug 2011 07:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1147</guid>
		<description>I really do not understand it when people make sweeping statements like 
&gt;suffice to say, it can lead to major headaches, so we want to do what we can to avoid those headaches. 
I would really appreciate if you can give a concrete description of those headache cases as well. I can also make a statement like, Before 5.3.6 no guy would like to run php-fpm because the distros do not support it and from a security perspective it is just pesky to maintain packages on your own. Also, spawn scripts from lighty were a standard way to run PHP fastcgi with nginx and I never had issues with them. There are advantages and disadvantages of every approach and people should refrain from making motherhood statements and instead just give data.
</description>
		<content:encoded><![CDATA[<p>I really do not understand it when people make sweeping statements like <br />
&gt;suffice to say, it can lead to major headaches, so we want to do what we can to avoid those headaches. <br />
I would really appreciate if you can give a concrete description of those headache cases as well. I can also make a statement like, Before 5.3.6 no guy would like to run php-fpm because the distros do not support it and from a security perspective it is just pesky to maintain packages on your own. Also, spawn scripts from lighty were a standard way to run PHP fastcgi with nginx and I never had issues with them. There are advantages and disadvantages of every approach and people should refrain from making motherhood statements and instead just give data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antique pendant lights</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1145</link>
		<dc:creator>antique pendant lights</dc:creator>
		<pubDate>Sat, 04 Jun 2011 11:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1145</guid>
		<description>
  I&#039;ll
  back again for sure, thanks for great article :D
 </description>
		<content:encoded><![CDATA[<p>I&#8217;ll<br />
  back again for sure, thanks for great article <img src='http://interfacelab.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vangelsg</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1142</link>
		<dc:creator>vangelsg</dc:creator>
		<pubDate>Fri, 13 May 2011 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1142</guid>
		<description>that is wrong. You use ~.php and i swear i am taking over the server right now. If anyone has used a good *cgi framework they all have an entry point or &quot;wrapper&quot; in most cases it should be index.php for frameworks like cakephp etc. if you use PHP you allow code execution on anything that resmebles .php in the url.

so please dont suggest things without complete information.</description>
		<content:encoded><![CDATA[<p>that is wrong. You use ~.php and i swear i am taking over the server right now. If anyone has used a good *cgi framework they all have an entry point or &#8220;wrapper&#8221; in most cases it should be index.php for frameworks like cakephp etc. if you use PHP you allow code execution on anything that resmebles .php in the url.</p>
<p>so please dont suggest things without complete information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vangelsg</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-1140</link>
		<dc:creator>vangelsg</dc:creator>
		<pubDate>Fri, 29 Apr 2011 09:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-1140</guid>
		<description>All those people whose lives have been positively affected and touched by nginx can please stop commenting and send a donation to my paypal account. part of it will be sent to nginx dev community.</description>
		<content:encoded><![CDATA[<p>All those people whose lives have been positively affected and touched by nginx can please stop commenting and send a donation to my paypal account. part of it will be sent to nginx dev community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://interfacelab.com/nginx-php-fpm-apc-awesome/#comment-206</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 29 Apr 2011 09:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/?p=29#comment-206</guid>
		<description>All those people whose lives have been positively affected and touched by nginx can please stop commenting and send a donation to my paypal account. part of it will be sent to nginx dev community.</description>
		<content:encoded><![CDATA[<p>All those people whose lives have been positively affected and touched by nginx can please stop commenting and send a donation to my paypal account. part of it will be sent to nginx dev community.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

