<?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>Perez Rio &#187; logs</title>
	<atom:link href="http://www.perezrio.com/tag/logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perezrio.com</link>
	<description>Blogue do rubio</description>
	<lastBuildDate>Tue, 29 Nov 2011 08:15: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>Habilitar el log del modulo rewrite en apache2</title>
		<link>http://www.perezrio.com/2008/03/13/habilitar-el-log-del-modulo-rewrite-en-apache2/</link>
		<comments>http://www.perezrio.com/2008/03/13/habilitar-el-log-del-modulo-rewrite-en-apache2/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 12:49:43 +0000</pubDate>
		<dc:creator>rubio</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[Traballo]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[errores]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.perezrio.com/2008/03/13/habilitar-el-log-del-modulo-rewrite-en-apache2/</guid>
		<description><![CDATA[Para habilitarlo tenemos que editar el fichero de configuracion del apache: vi /etc/apache2/apache2.conf y añadir la linea RewriteLog /var/log/apache2/rewrite.log y reiniciar el apache: /etc/init.d/apache2 restart despues comprobamos los logs tail -f /var/log/apache2/rewrite.log]]></description>
			<content:encoded><![CDATA[<p>Para habilitarlo tenemos que editar el fichero de configuracion del apache:</p>
<p>vi /etc/apache2/apache2.conf</p>
<p>y añadir la linea</p>
<p>RewriteLog /var/log/apache2/rewrite.log</p>
<p>y reiniciar el apache:</p>
<p>/etc/init.d/apache2 restart</p>
<p>despues comprobamos los logs</p>
<p>tail -f /var/log/apache2/rewrite.log</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perezrio.com/2008/03/13/habilitar-el-log-del-modulo-rewrite-en-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

