<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RedHatVN Network &#124; Ho Tro Linux &#124; Support Linux &#124; Linux VN &#187; apc</title>
	<atom:link href="http://redhatvn.net/tag/apc/feed" rel="self" type="application/rss+xml" />
	<link>http://redhatvn.net</link>
	<description>Shared Linux problems</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing APC Cache (alternative to Turck Mmcache/Eaccelerator)</title>
		<link>http://redhatvn.net/installing-apc-cache-alternative-to-turck-mmcacheeaccelerator</link>
		<comments>http://redhatvn.net/installing-apc-cache-alternative-to-turck-mmcacheeaccelerator#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apc]]></category>

		<guid isPermaLink="false">http://redhatvn.net/blog/?p=62</guid>
		<description><![CDATA[Update: APC 3.1.2 has been released at http://pecl.php.net/get/APC-3.1.2.tgz so same instructions as below just replace 3.0.14 with 3.1.2 APC Cache http://pecl.php.net/package/APC seems to work well with PHP 4.4.1 (you should be running PHP 4.4.1 and nothing lower due to security fixes etc). Notes on installing Alternative PHP Cache (APC): Download and istall: $ wget http://pecl.php.net/get/APC-3.0.14.tgz [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> APC 3.1.2 has been released at <a href="http://pecl.php.net/get/APC-3.1.2.tgz">http://pecl.php.net/get/APC-3.1.2.tgz<br />
</a> so same instructions as below just replace 3.0.14 with 3.1.2 <img title="smile" src="http://www.vbulletin.com/forum/images/smilies/smile.gif" border="0" alt="" /><br />
APC Cache <a href="http://pecl.php.net/package/APC" target="_blank">http://pecl.php.net/package/APC</a> seems to work well with PHP 4.4.1 (you should be running PHP 4.4.1 and nothing lower due to security fixes etc).</p>
<p><span id="more-62"></span>Notes on installing Alternative PHP Cache (APC):</p>
<ol>
<li>Download and istall:
<div><code>$ wget http://pecl.php.net/get/APC-3.0.14.tgz<br />
$ tar -xvzf APC-3.0.14.tgz<br />
$ cd APC-3.0.14<br />
$ phpize<br />
$ ./configure --enable-apc<br />
$ make<br />
# make install</code></div>
</li>
<li>Add the below lines to the php.ini:
<div><code> extension=/path/to/apc.so<br />
apc.enabled=1<br />
apc.shm_segments=1<br />
apc.optimization=0<br />
apc.shm_size=128<br />
apc.ttl=7200<br />
apc.user_ttl=7200<br />
apc.num_files_hint=1024<br />
apc.mmap_file_mask=/tmp/apc.XXXXXX<br />
apc.enable_cli=1</code></div>
</li>
<li>Restart apache:
<div><code># service httpd restart</code></div>
</li>
<li>Check phpinfo() to see if APC is enabled.</li>
<li>Copy the &#8220;apc.php&#8221; admin file in the source directory to a password protected web site directory. Edit &#8220;apc.php&#8221; top line to change password to something different from default.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://redhatvn.net/installing-apc-cache-alternative-to-turck-mmcacheeaccelerator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->