<?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>Pensando en Red &#187; Lighttpd</title>
	<atom:link href="http://www.pensandoenred.com/category/lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pensandoenred.com</link>
	<description>Nada es tan fácil como parece serlo.</description>
	<lastBuildDate>Sat, 20 Feb 2010 20:32:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Instalación de Lighttpd (Pronunciado Lighty)</title>
		<link>http://www.pensandoenred.com/2008/02/10/instalacion-de-lighttpd-pronunciado-lighty/</link>
		<comments>http://www.pensandoenred.com/2008/02/10/instalacion-de-lighttpd-pronunciado-lighty/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 10:27:08 +0000</pubDate>
		<dc:creator>mariotux</dc:creator>
				<category><![CDATA[Configuraciones]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.pensandoenred.com/2008/02/10/instalacion-de-lighttpd-pronunciado-lighty/</guid>
		<description><![CDATA[Descargamos y descomprimimos Lighttpd:
wget http://www.lighttpd.net/download/lighttpd-1.5.0-r1992.tar.gz
tar xvzf lighttpd-1.5.0-r1992.tar.gz
cd lighttpd-1.5.0/
Configuramos:
./configure
make
make install
// Copiamos el directorio de los sources de lighttpd en /usr/src por seguridad, por si necesitamos
desinstalarlo y demás algún día.
cp lighttpd-1.5.0 /usr/src/ -R
Ahora vamos a crear el directorio de configuración si no existe (/etc/lighttpd) y copiar en el el fichero principal de configuración, que se encuentra entre [...]]]></description>
		<wfw:commentRss>http://www.pensandoenred.com/2008/02/10/instalacion-de-lighttpd-pronunciado-lighty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
