<?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 cache accelerators with Installation Tutorials</title>
	<atom:link href="http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Internetagentur</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-2924</link>
		<dc:creator>Internetagentur</dc:creator>
		<pubDate>Wed, 13 May 2009 06:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-2924</guid>
		<description>Thank you, this little tutorials has me very helped.</description>
		<content:encoded><![CDATA[<p>Thank you, this little tutorials has me very helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-2375</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-2375</guid>
		<description>Sorry, there was a typo in my correction!

February 9th, 2009 at 1:11 pm

Thanks for the helpful tutorial. Is there a typo in “Install Alternative PHP Cache (APC) in Ubuntu”

If you are using php5 use the following

sudo apt-get install apache2-threaded-dev php5-dev php5-pear make gcc g++

should be: sudo apt-get install apache2-threaded-dev php5-dev &lt;b&gt;php-pear&lt;/b&gt; make gcc g++</description>
		<content:encoded><![CDATA[<p>Sorry, there was a typo in my correction!</p>
<p>February 9th, 2009 at 1:11 pm</p>
<p>Thanks for the helpful tutorial. Is there a typo in “Install Alternative PHP Cache (APC) in Ubuntu”</p>
<p>If you are using php5 use the following</p>
<p>sudo apt-get install apache2-threaded-dev php5-dev php5-pear make gcc g++</p>
<p>should be: sudo apt-get install apache2-threaded-dev php5-dev <b>php-pear</b> make gcc g++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-2374</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Mon, 09 Feb 2009 13:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-2374</guid>
		<description>Thanks for the helpful tutorial.  Is there a typo in &quot;Install Alternative PHP Cache (APC) in Ubuntu&quot;


If you are using php5 use the following

sudo apt-get install apache2-threaded-dev php5-dev php5-pear make gcc g++ 

should be:  sudo apt-get install apache2-threaded-dev &lt;b&gt;php-dev&lt;/b&gt; php5-pear make gcc g++</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful tutorial.  Is there a typo in &#8220;Install Alternative PHP Cache (APC) in Ubuntu&#8221;</p>
<p>If you are using php5 use the following</p>
<p>sudo apt-get install apache2-threaded-dev php5-dev php5-pear make gcc g++ </p>
<p>should be:  sudo apt-get install apache2-threaded-dev <b>php-dev</b> php5-pear make gcc g++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-1073</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 06 Nov 2008 19:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-1073</guid>
		<description>Ubuntu Gutsy or Hardy

sudo apt-get install php5-xcache

vi /etc/php5/apache2/conf.d/xcache.ini

modify settings as desired. for the web interface:

cp -a /usr/share/xcache/admin /var/www/xcache-web

edit username/password in xcache.ini as above, point browser to http://localhost/xcache-web/</description>
		<content:encoded><![CDATA[<p>Ubuntu Gutsy or Hardy</p>
<p>sudo apt-get install php5-xcache</p>
<p>vi /etc/php5/apache2/conf.d/xcache.ini</p>
<p>modify settings as desired. for the web interface:</p>
<p>cp -a /usr/share/xcache/admin /var/www/xcache-web</p>
<p>edit username/password in xcache.ini as above, point browser to <a href="http://localhost/xcache-web/" rel="nofollow">http://localhost/xcache-web/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal Alim</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-1072</link>
		<dc:creator>Faisal Alim</dc:creator>
		<pubDate>Mon, 30 Jun 2008 08:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-1072</guid>
		<description>Thanks Scott. I install APC (Ubuntu).

1 thing wanna know - why do we need to install apache2-threaded-dev?
Reason why im asking is because i install LAMP with apache2 preforked.

And when i did your step to install APC (ubuntu) - it removed my apache2-preforked to apache2-threaded.

Thanks in adv.
Faisal</description>
		<content:encoded><![CDATA[<p>Thanks Scott. I install APC (Ubuntu).</p>
<p>1 thing wanna know &#8211; why do we need to install apache2-threaded-dev?<br />
Reason why im asking is because i install LAMP with apache2 preforked.</p>
<p>And when i did your step to install APC (ubuntu) &#8211; it removed my apache2-preforked to apache2-threaded.</p>
<p>Thanks in adv.<br />
Faisal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Ch</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-1071</link>
		<dc:creator>Carlos Ch</dc:creator>
		<pubDate>Sun, 09 Dec 2007 04:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-1071</guid>
		<description>Thanks Scott. Your feedback was indeed helpful!</description>
		<content:encoded><![CDATA[<p>Thanks Scott. Your feedback was indeed helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Samuel</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-1070</link>
		<dc:creator>Chris Samuel</dc:creator>
		<pubDate>Thu, 09 Aug 2007 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-1070</guid>
		<description>xcache isn&#039;t packaged in Debian Etch, it&#039;s only in testing and unstable &lt;a href=&quot;http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&amp;version=all&amp;exact=1&amp;keywords=php5-xcache&quot; rel=&quot;nofollow&quot;&gt;according to the Debian site&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>xcache isn&#8217;t packaged in Debian Etch, it&#8217;s only in testing and unstable <a href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&amp;version=all&amp;exact=1&amp;keywords=php5-xcache" rel="nofollow">according to the Debian site</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Powerlord</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-1069</link>
		<dc:creator>Powerlord</dc:creator>
		<pubDate>Thu, 11 Jan 2007 05:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-1069</guid>
		<description>It should be noted that pecl is not available in Debian stable (Sarge).  It is part of the php-pear in testing (Etch) and unstable (Sid).</description>
		<content:encoded><![CDATA[<p>It should be noted that pecl is not available in Debian stable (Sarge).  It is part of the php-pear in testing (Etch) and unstable (Sid).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott P.</title>
		<link>http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html/comment-page-1#comment-1068</link>
		<dc:creator>Scott P.</dc:creator>
		<pubDate>Sat, 06 Jan 2007 02:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/php-cache-accelerators-with-installation-tutorials.html#comment-1068</guid>
		<description>In your write-up, you state the following:



If you have eAccelerator info shown on that page, accelerator is working fine.

or you can use the following command

#php -v

Neither of these commands works, at least not with version 0.9.5. The only way to tell is by using phpinfo(); and scrolling down to the eaccelerator section. Hope this helps somebody else out! Thanks for the guide!</description>
		<content:encoded><![CDATA[<p>In your write-up, you state the following:</p>
<p>If you have eAccelerator info shown on that page, accelerator is working fine.</p>
<p>or you can use the following command</p>
<p>#php -v</p>
<p>Neither of these commands works, at least not with version 0.9.5. The only way to tell is by using phpinfo(); and scrolling down to the eaccelerator section. Hope this helps somebody else out! Thanks for the guide!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
