<?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: Apache2/workerMPM/FastCGI/PHP5</title>
	<atom:link href="http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/</link>
	<description>tail -f /var/blog</description>
	<lastBuildDate>Tue, 02 Mar 2010 22:16:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mt</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-7327</link>
		<dc:creator>mt</dc:creator>
		<pubDate>Sat, 30 Jan 2010 12:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-7327</guid>
		<description>In some cases, an &quot;apt-get install php5&quot; will not work, because the package system will always try to remove the worker and reinstall automatically the prefork. 

That can be easily avoided by telling the apt or whatever you use explicit the packages you want.

&quot;apt-get -u install apache2-mpm-worker libapache2-mod-fcgid ph5&quot; will ensure that apt understood that you want php5 AND the worker/fcgid stuff.

That works too when you want for example install mysql with postfix. On most system, mysql will try to install exim4 as default. If you use apt-get install mysql postfix, apt will install it right.</description>
		<content:encoded><![CDATA[<p>In some cases, an &#8220;apt-get install php5&#8243; will not work, because the package system will always try to remove the worker and reinstall automatically the prefork. </p>
<p>That can be easily avoided by telling the apt or whatever you use explicit the packages you want.</p>
<p>&#8220;apt-get -u install apache2-mpm-worker libapache2-mod-fcgid ph5&#8243; will ensure that apt understood that you want php5 AND the worker/fcgid stuff.</p>
<p>That works too when you want for example install mysql with postfix. On most system, mysql will try to install exim4 as default. If you use apt-get install mysql postfix, apt will install it right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dader</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-7018</link>
		<dc:creator>dader</dc:creator>
		<pubDate>Sun, 10 Jan 2010 23:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-7018</guid>
		<description>I was exactly in your case, and your writing perfectly match the point ! thanks a lot</description>
		<content:encoded><![CDATA[<p>I was exactly in your case, and your writing perfectly match the point ! thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-5367</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 02 Oct 2009 12:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-5367</guid>
		<description>Zend Optimizer should be easily implemented since you add the load lines into php.ini. And as far as php.ini is concerned if you add the ZO into the php-cgi&#039;s php.ini it should all be fine.

Andy</description>
		<content:encoded><![CDATA[<p>Zend Optimizer should be easily implemented since you add the load lines into php.ini. And as far as php.ini is concerned if you add the ZO into the php-cgi&#8217;s php.ini it should all be fine.</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-5166</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Sat, 12 Sep 2009 07:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-5166</guid>
		<description>First of all, appriciate your helpful article.
in this case, can Zend Optimizer be used with these combination?
i&#039;ve googled a lot of time to find out the answer but no luck.
would you please guide me?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>First of all, appriciate your helpful article.<br />
in this case, can Zend Optimizer be used with these combination?<br />
i&#8217;ve googled a lot of time to find out the answer but no luck.<br />
would you please guide me?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vortex</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-2501</link>
		<dc:creator>Vortex</dc:creator>
		<pubDate>Thu, 21 May 2009 13:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-2501</guid>
		<description>Thanks! This article was very helpful! Works fine and helped me a lot!


Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks! This article was very helpful! Works fine and helped me a lot!</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Improve php and apache2 performance with apache2-mpm-worker + mod_fcgid + php5-cgi &#171; PHP Hints</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-557</link>
		<dc:creator>Improve php and apache2 performance with apache2-mpm-worker + mod_fcgid + php5-cgi &#171; PHP Hints</dc:creator>
		<pubDate>Fri, 27 Feb 2009 22:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-557</guid>
		<description>[...] configure, mod_fcgid, php, php-cgi  Installing Apache2 and PHP5 using mod_fcgid and Apache2/workerMPM/FastCGI/PHP5 shows how to run php5 with apache2-mpm-worker using the FastCGI module [...]</description>
		<content:encoded><![CDATA[<p>[...] configure, mod_fcgid, php, php-cgi  Installing Apache2 and PHP5 using mod_fcgid and Apache2/workerMPM/FastCGI/PHP5 shows how to run php5 with apache2-mpm-worker using the FastCGI module [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Improving php performance with apache2-mpm-worker + mod_fcgid</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-399</link>
		<dc:creator>Improving php performance with apache2-mpm-worker + mod_fcgid</dc:creator>
		<pubDate>Sat, 17 Jan 2009 02:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-399</guid>
		<description>[...] performance on Apache2: Installing Apache2 and PHP5 using mod_fcgid. There is a similar article Apache2/workerMPM/FastCGI/PHP5. These articles show how to run php5 with the multi-threaded apache2-mpm-worker package by using [...]</description>
		<content:encoded><![CDATA[<p>[...] performance on Apache2: Installing Apache2 and PHP5 using mod_fcgid. There is a similar article Apache2/workerMPM/FastCGI/PHP5. These articles show how to run php5 with the multi-threaded apache2-mpm-worker package by using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Improving php performance with apache2-mpm-worker + mod_fcgid &#171; PHP Hints</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-395</link>
		<dc:creator>Improving php performance with apache2-mpm-worker + mod_fcgid &#171; PHP Hints</dc:creator>
		<pubDate>Sun, 11 Jan 2009 02:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-395</guid>
		<description>[...] performance on Apache2: Installing Apache2 and PHP5 using mod_fcgid. There is a similar article Apache2/workerMPM/FastCGI/PHP5.Â  These articles show how to run php5 with the multi-threaded apache2-mpm-worker package by using [...]</description>
		<content:encoded><![CDATA[<p>[...] performance on Apache2: Installing Apache2 and PHP5 using mod_fcgid. There is a similar article Apache2/workerMPM/FastCGI/PHP5.Â  These articles show how to run php5 with the multi-threaded apache2-mpm-worker package by using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-394</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 10 Jan 2009 23:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-394</guid>
		<description>You are welcome, and yes each virtual host conf needs to have those lines.

Andy</description>
		<content:encoded><![CDATA[<p>You are welcome, and yes each virtual host conf needs to have those lines.</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkruecke</title>
		<link>http://www.digitalnerds.net/featured/apache2-worker-mpm-with-fastcgi-php5/comment-page-1/#comment-391</link>
		<dc:creator>kkruecke</dc:creator>
		<pubDate>Fri, 09 Jan 2009 17:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalnerds.net/?p=71#comment-391</guid>
		<description>Should each virtual host (in order to have php5 support) have the same entries as your example configuration? I just want to be sure about this.</description>
		<content:encoded><![CDATA[<p>Should each virtual host (in order to have php5 support) have the same entries as your example configuration? I just want to be sure about this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
