<?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>Tutoriales Ubuntu &#187; xcache</title>
	<atom:link href="http://www.tutoriales-ubuntu.com/archives/tag/xcache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutoriales-ubuntu.com</link>
	<description>Todo sobre Ubuntu!</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Integrar XCache en PHP5 con Lighttpd en Ubuntu</title>
		<link>http://www.tutoriales-ubuntu.com/archives/integrar-xcache-en-php5-con-lighttpd-en-ubuntu</link>
		<comments>http://www.tutoriales-ubuntu.com/archives/integrar-xcache-en-php5-con-lighttpd-en-ubuntu#comments</comments>
		<pubDate>Wed, 15 Apr 2009 19:57:25 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Lenguajes]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[instalar xacache php5 lighttpd ubuntu]]></category>
		<category><![CDATA[instalar xcache]]></category>
		<category><![CDATA[instalar xcache php5 lighttpd]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xcache]]></category>
		<category><![CDATA[xcache php5 lighttpd]]></category>
		<category><![CDATA[xcache php5 lighttpd ubuntu]]></category>

		<guid isPermaLink="false">http://www.tutoriales-ubuntu.com/?p=112</guid>
		<description><![CDATA[Este tutorial muestra como integrar XCache en PHP5 en Ubuntu (Intrepid para arriba) con Lighttpd. XCache, según su página es &#8220;XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.&#8221; Entonces XCache nos sirve para que las páginas de nuestro servidor sean almacenadas [...]]]></description>
			<content:encoded><![CDATA[<p>Este tutorial muestra como integrar <a href="http://xcache.lighttpd.net/" target="_blank"><strong><em>XCache</em></strong></a> en PHP5 en Ubuntu (Intrepid para arriba) con Lighttpd. XCache, según su página es &#8220;<em>XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.&#8221; </em>Entonces XCache nos sirve para que las páginas de nuestro servidor sean almacenadas en una caché y estén accesibles a los usuarios de forma más rápida.</p>
<p>El primer paso para su integración, es instalar XCache, que lo hacemos de la siguiente manera:</p>
<blockquote><p><code><em>sudo apt-get install php5-xcache</em></code></p></blockquote>
<p>Una vez instalado tenemos que reiniciar Lighttpd, y verificar que se ha integrado satisfactoria mente. Primero reiniciamos Lighttpd:</p>
<blockquote><p><code><em>sudo /etc/init.d/lighttpd restart</em></code></p></blockquote>
<p><span id="more-112"></span><br />
Luego, verificamos que XCache haya sido integrado satisfactoriamente. Esto lo hacemos visualizando el archivo <em><strong>info.php</strong></em> creado al momento de la instalación de Lighttpd con PHP5. Vea el siguiente enlace, en el punto 5: <em><strong><a href="http://www.tutoriales-ubuntu.com/archives/instalar-lighttpd-php5-mysql-en-ubuntu" target="_self">Instalar Lighttpd, PHP5, MySQL en Ubuntu</a></strong></em>. Entonces, hacemos lo siguiente en nuestro explorador <strong><em>http://192.168.1.10/info.php, </em></strong>donde 192.168.1.10 es la dirección IP de nuestr Servidor Web. Luego buscamos la sección <em><strong>XCache</strong></em> como se vé a continuación:</p>
<p><a href="http://www.tutoriales-ubuntu.com/wp-content/uploads/2009/04/xcache.jpg"><img class="aligncenter size-medium wp-image-123" title="xcache" src="http://www.tutoriales-ubuntu.com/wp-content/uploads/2009/04/xcache-300x205.jpg" alt="xcache" width="300" height="205" /></a></p>
<p>Y esto es todo. XCache lo podemos integrar al siguiente tutorial: <em><strong><a href="http://www.tutoriales-ubuntu.com/archives/instalar-lighttpd-php5-mysql-en-ubuntu" target="_self">Instalar Lighttpd, PHP5, MySQL en Ubuntu</a></strong></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutoriales-ubuntu.com/archives/integrar-xcache-en-php5-con-lighttpd-en-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

