<?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>Marcelo Rodrigo &#187; apache</title>
	<atom:link href="http://marcelorodrigo.com/tags/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://marcelorodrigo.com</link>
	<description>Quer moleza? Senta no pudim!</description>
	<lastBuildDate>Mon, 19 Jul 2010 19:36:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Erro no Apache: Client denied by server configuration</title>
		<link>http://marcelorodrigo.com/erro-no-apache-client-denied-by-server-configuration.html</link>
		<comments>http://marcelorodrigo.com/erro-no-apache-client-denied-by-server-configuration.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 18:19:40 +0000</pubDate>
		<dc:creator>Marcelo Rodrigo</dc:creator>
				<category><![CDATA[Coisas da Vida]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://blog.marcelorodrigo.com/?p=7</guid>
		<description><![CDATA[Você está lá, desenvolvendo numa boa e repentinamente decide criar um ou mais VirtualHosts para em vez de ficar acessando http://localhost/cliente_x/ poder acessar diretamente http://cliente_x/ e ter um ambiente de desenvolvimento mais organizado (e parecido com o servidor web) e o apache joga na sua cara Client denied by server configuration ou ainda um erro [...]]]></description>
			<content:encoded><![CDATA[<p>Você está lá, desenvolvendo numa boa e repentinamente decide criar um ou mais VirtualHosts para em vez de ficar acessando http://localhost/cliente_x/ poder acessar diretamente http://cliente_x/ e ter um ambiente de desenvolvimento mais organizado (e parecido com o servidor web) e o apache joga na sua cara <em>Client denied by server configuration</em> ou ainda um erro 403 no browser?</p>
<p>Simples, provavelmente na diretiva Directory você está bloqueando a si mesmo (sim, isto mesmo hehehe!)<br />
Simplesmente insira algo parecido com o código abaixo no seu httpd.conf e reinicie o processo do Apache</p>
<pre>&lt;Directory c:\cliente_x\&gt;
Allow from all
&lt;Directory&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://marcelorodrigo.com/erro-no-apache-client-denied-by-server-configuration.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
