<?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>LeopoldoMaestro.COM &#187; xcache</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/xcache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Sistemas, Negocios...</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:07:19 +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>Instalar XCACHE integrado con Lighttpd en CentOS</title>
		<link>http://www.leopoldomaestro.com/instalar-xcache-integrado-con-lighttpd-en-centos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instalar-xcache-integrado-con-lighttpd-en-centos</link>
		<comments>http://www.leopoldomaestro.com/instalar-xcache-integrado-con-lighttpd-en-centos/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:18:06 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servidores Web]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[xcache]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=199</guid>
		<description><![CDATA[XCache es un opcode PHP cacher creado por Jan Kneschke creador de Lighttpd. Se ha probado en servidores en produccion con alta carga dando unos resultados francamente buenos.  Según algunos, dando mucho mejor resultado en diversas aplicaciones como Vbulletin que otros como Eaccelerator/APC/IonCube/Zend. Instalación de Requisitos previos para compilar XCACHE yum install php-devel yum groupinstall [...]]]></description>
			<content:encoded><![CDATA[<p>XCache es un opcode PHP cacher creado por <em>Jan</em> Kneschke creador de Lighttpd. Se ha probado en servidores en produccion con alta carga dando unos resultados francamente buenos.  Según algunos, dando mucho mejor resultado en diversas aplicaciones como Vbulletin que otros como Eaccelerator/APC/IonCube/Zend.</p>
<p><strong>Instalación de Requisitos previos para compilar XCACHE</strong></p>
<blockquote><p>yum install php-devel</p></blockquote>
<blockquote><p>yum groupinstall &#8216;Development Tools&#8217;</p></blockquote>
<blockquote><p>yum groupinstall &#8216;Development Libraries&#8217;</p></blockquote>
<p><strong>Descarga y compilación de XCACHE</strong></p>
<blockquote><p>cd /tmp<br />
wget http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz<br />
tar xvfz xcache-1.2.2.tar.gz<br />
cd xcache-1.2.2<br />
phpize<br />
./configure &#8211;enable-xcache<br />
make<br />
make install</p></blockquote>
<p><strong>Configurando XCACHE</strong></p>
<blockquote><p>cp xcache.ini /etc/php.d<br />
vi /etc/php.d/xcache.ini</p></blockquote>
<p><strong>Opciones de configuración</strong></p>
<blockquote><p>zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so</p>
<p>* Debemos indicar el lugar donde esta situado el modulo de Xcache</p>
<p>xcache.size = 32M</p>
<p>* Cualquier valor superior a 0 habilita Xcache. 0 lo deshabilita</p></blockquote>
<p>Todas las opciones de configuración están en la pagina oficial: <a href="http://xcache.lighttpd.net/wiki/XcacheIni">http://xcache.lighttpd.net/wiki/XcacheIni</a></p>
<p><strong>Reiniciamos Lighttpd</strong></p>
<blockquote><p>service lighttpd restart</p></blockquote>
<p>Si todo ha ido bien, deberíamos tener cargado la extensión de XCACHE para nuestro PHP:</p>
<blockquote><p>PHP 5.1.6 (cli) (built: Jul 16 2008 19:52:52)<br />
Copyright (c) 1997-2006 The PHP Group<br />
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies<br />
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/instalar-xcache-integrado-con-lighttpd-en-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

