<?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>pra não esquecer... &#187; Apache</title>
	<atom:link href="http://www.republicavirtual.com.br/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.republicavirtual.com.br/blog</link>
	<description></description>
	<lastBuildDate>Mon, 28 Nov 2011 14:31:52 +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>redirecionamento através do subdomínio por rewrite</title>
		<link>http://www.republicavirtual.com.br/blog/2009/07/30/redirecionamento-atraves-do-subdominio-por-rewrite/</link>
		<comments>http://www.republicavirtual.com.br/blog/2009/07/30/redirecionamento-atraves-do-subdominio-por-rewrite/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 23:40:16 +0000</pubDate>
		<dc:creator>Felipe Olivaes</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[subdomínio]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=427</guid>
		<description><![CDATA[Depois de colocar o vhost para responder por *.dominio PLAIN TEXT CODE: # habilita rewrite RewriteEngine on # se não iniciar com www ou meudominio.com.br RewriteRule %&#123;HTTP_HOST&#125; !^&#40;www.&#124;&#41;meudominio.com.br$ # se tiver algo no subdominio RewriteCond %&#123;HTTP_HOST&#125; ^&#40;.*&#41;\.meudominio.com.br$ # redireciona informando o subdominio RewriteRule &#40;.*&#41; arquivo.php?user=%1 &#91;QSA&#93;]]></description>
			<content:encoded><![CDATA[<p>Depois de colocar o vhost para responder por *.dominio</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># habilita rewrite</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteEngine on</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># se não iniciar com www ou meudominio.<span style="">com</span>.<span style="">br</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule %<span style="color:#006600; font-weight:bold;">&#123;</span>HTTP_HOST<span style="color:#006600; font-weight:bold;">&#125;</span> !^<span style="color:#006600; font-weight:bold;">&#40;</span>www.|<span style="color:#006600; font-weight:bold;">&#41;</span>meudominio.<span style="">com</span>.<span style="">br</span>$</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># se tiver algo no subdominio</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteCond %<span style="color:#006600; font-weight:bold;">&#123;</span>HTTP_HOST<span style="color:#006600; font-weight:bold;">&#125;</span> ^<span style="color:#006600; font-weight:bold;">&#40;</span>.*<span style="color:#006600; font-weight:bold;">&#41;</span>\.<span style="">meudominio</span>.<span style="">com</span>.<span style="">br</span>$</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># redireciona informando o subdominio</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule <span style="color:#006600; font-weight:bold;">&#40;</span>.*<span style="color:#006600; font-weight:bold;">&#41;</span> arquivo.<span style="">php</span>?user=%<span style="color:#800000;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#91;</span>QSA<span style="color:#006600; font-weight:bold;">&#93;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2009/07/30/redirecionamento-atraves-do-subdominio-por-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>desativando mod deflate para um domínio</title>
		<link>http://www.republicavirtual.com.br/blog/2008/10/10/desativando-mod-deflate-para-um-dominio/</link>
		<comments>http://www.republicavirtual.com.br/blog/2008/10/10/desativando-mod-deflate-para-um-dominio/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 00:54:05 +0000</pubDate>
		<dc:creator>Felipe Olivaes</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod deflate]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=259</guid>
		<description><![CDATA[SetEnvIfNoCase Host dominio\.com\.br$ no-gzip dont-vary]]></description>
			<content:encoded><![CDATA[<p>SetEnvIfNoCase Host dominio\.com\.br$ no-gzip dont-vary</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2008/10/10/desativando-mod-deflate-para-um-dominio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod deflate, desabilitar pela extensão</title>
		<link>http://www.republicavirtual.com.br/blog/2008/10/09/mod-deflate-desabilitar-pela-extensao/</link>
		<comments>http://www.republicavirtual.com.br/blog/2008/10/09/mod-deflate-desabilitar-pela-extensao/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 19:24:36 +0000</pubDate>
		<dc:creator>Felipe Olivaes</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_deflate]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=254</guid>
		<description><![CDATA[SetEnvIfNoCase Request_URI \.(?:gif&#124;jpe?g&#124;png&#124;wmv&#124;avi&#124;pdf&#124;swf&#124;zip)$ no-gzip dont-vary]]></description>
			<content:encoded><![CDATA[<p>SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|wmv|avi|pdf|swf|zip)$ no-gzip dont-vary</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2008/10/09/mod-deflate-desabilitar-pela-extensao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_deflate swf problem</title>
		<link>http://www.republicavirtual.com.br/blog/2008/08/27/mod_deflate-swf-problem/</link>
		<comments>http://www.republicavirtual.com.br/blog/2008/08/27/mod_deflate-swf-problem/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 19:03:34 +0000</pubDate>
		<dc:creator>Felipe Olivaes</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.republicavirtual.com.br/blog/?p=201</guid>
		<description><![CDATA[probleminhas com mod_deflate + swf coloque no htaccess: SetEnvIfNoCase Request_URI \.(?:gif&#124;jpe?g&#124;png&#124;pdf&#124;swf&#124;zip)$ no-gzip dont-vary]]></description>
			<content:encoded><![CDATA[<p>probleminhas com mod_deflate + swf</p>
<p>coloque no htaccess:<br />
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|pdf|swf|zip)$ no-gzip dont-vary</p>
]]></content:encoded>
			<wfw:commentRss>http://www.republicavirtual.com.br/blog/2008/08/27/mod_deflate-swf-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

