<?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>Itimag.com &#187; cache</title>
	<atom:link href="http://www.itimag.com/tag/cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itimag.com</link>
	<description>Blog de un Ingeniero Informático</description>
	<lastBuildDate>Mon, 09 Jan 2012 11:54:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Acelera tu servidor Apache + PHP con APC (Alternate PHP Cache)</title>
		<link>http://www.itimag.com/unix/apache-unix/acelera-tu-servidor-apache-php-con-apc-cache/</link>
		<comments>http://www.itimag.com/unix/apache-unix/acelera-tu-servidor-apache-php-con-apc-cache/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 22:52:29 +0000</pubDate>
		<dc:creator>Itimag</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.itimag.net/?p=747</guid>
		<description><![CDATA[Intalación realizada sobre Linux Debian. Lo primero de todo: actualizar los repositorios: apt-get update Ahora instalamos algunos paquetes necesarios: apt-get install php-pear php5-dev apache2-dev apache2-prefork-dev Instalarmos APC: pecl install apc Ahora que ya tenemos instalado APC, vamos a añadirlo a la configuración de apache. El siguiente comando lo hace solo: echo &#34;extension=apc.so&#34; &#38;gt; /etc/php5/apache2/conf.d/apc.ini Finalmente, [...]]]></description>
			<content:encoded><![CDATA[<p>Intalación realizada sobre Linux Debian.</p>
<p>Lo primero de todo: actualizar los repositorios:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

<p>Ahora instalamos algunos paquetes necesarios:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php-pear php5-dev apache2-dev apache2-prefork-dev</pre></div></div>

<p>Instalarmos APC:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">pecl <span style="color: #c20cb9; font-weight: bold;">install</span> apc</pre></div></div>

<p>Ahora que ya tenemos instalado APC, vamos a añadirlo a la configuración de apache. El siguiente comando lo hace solo:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;extension=apc.so&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php5<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>conf.d<span style="color: #000000; font-weight: bold;">/</span>apc.ini</pre></div></div>

<p>Finalmente, debemos reiniciar apache:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>Para más información, <a href="http://es.php.net/apc/" target="_self">visita php.net</a>.</p>
<p>Esto es todo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itimag.com/unix/apache-unix/acelera-tu-servidor-apache-php-con-apc-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

