<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache &#8211; &#8220;Client denied by server configuration&#8221; tips</title>
	<atom:link href="http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/</link>
	<description>Agile and Programming</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hasan</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79240</link>
		<dc:creator>Hasan</dc:creator>
		<pubDate>Fri, 14 Oct 2011 09:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79240</guid>
		<description>Cool! We moved the folders around for the Wordpress site (Windows) and started getting this error. This solution fixed the problem and site is working like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>Cool! We moved the folders around for the WordPress site (Windows) and started getting this error. This solution fixed the problem and site is working like a charm. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanabaho</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79238</link>
		<dc:creator>hanabaho</dc:creator>
		<pubDate>Thu, 29 Sep 2011 02:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79238</guid>
		<description>I have problem, i can&#039;t acces to my localhost.
When i try to check my httpd.exe from my cmd, the answer from cmd is &quot; The system can&#039;t find the path specified.

what must i  do to fix that problem ?


help me please..
Thnx..</description>
		<content:encoded><![CDATA[<p>I have problem, i can&#8217;t acces to my localhost.<br />
When i try to check my httpd.exe from my cmd, the answer from cmd is &#8221; The system can&#8217;t find the path specified.</p>
<p>what must i  do to fix that problem ?</p>
<p>help me please..<br />
Thnx..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanabaho</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79237</link>
		<dc:creator>hanabaho</dc:creator>
		<pubDate>Thu, 29 Sep 2011 02:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79237</guid>
		<description>I have problem, i can&#039;t acces to my localhost.
When i try to check my httpd.exe from my cmd, the answer from cmd is &quot; The system can&#039;t find the path specified.

what must i  do to fix that problem ?


help me please..
Thnx</description>
		<content:encoded><![CDATA[<p>I have problem, i can&#8217;t acces to my localhost.<br />
When i try to check my httpd.exe from my cmd, the answer from cmd is &#8221; The system can&#8217;t find the path specified.</p>
<p>what must i  do to fix that problem ?</p>
<p>help me please..<br />
Thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GentooVPS.net</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79234</link>
		<dc:creator>GentooVPS.net</dc:creator>
		<pubDate>Tue, 13 Sep 2011 17:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79234</guid>
		<description>Thank you ... I came across this while configuring my subversion server.</description>
		<content:encoded><![CDATA[<p>Thank you &#8230; I came across this while configuring my subversion server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toy</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79169</link>
		<dc:creator>toy</dc:creator>
		<pubDate>Wed, 20 Apr 2011 22:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79169</guid>
		<description>thank you thank you thank you!!</description>
		<content:encoded><![CDATA[<p>thank you thank you thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79142</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 04 Mar 2011 04:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79142</guid>
		<description>Spent about 8 hours digging all around the world finding a solution why i constantly got the 403 error... Turns out to be THAT simple!!! 

THANX...

Now - for the solution...

Create a file in your etc/apache2/sites-available - call it ie example.com

edit the file, as this:


NameVirtualHost XX.XX.XX.XX:80 # XX is the IP to your webserver
 # XX ... etc..
ServerName www.example.com
DocumentRoot /var/www/example.com # change this to your apache web default path


allow from all




Save the file
# a2ensite example.com
# /etc/init.d/apache2 stop
#/etc/init.d/apache2 start

now it all should works!

But thanx the author of this blog.. helped me a lot!

- Thomas Skipper</description>
		<content:encoded><![CDATA[<p>Spent about 8 hours digging all around the world finding a solution why i constantly got the 403 error&#8230; Turns out to be THAT simple!!! </p>
<p>THANX&#8230;</p>
<p>Now &#8211; for the solution&#8230;</p>
<p>Create a file in your etc/apache2/sites-available &#8211; call it ie example.com</p>
<p>edit the file, as this:</p>
<p>NameVirtualHost XX.XX.XX.XX:80 # XX is the IP to your webserver<br />
 # XX &#8230; etc..<br />
ServerName <a href="http://www.example.com" rel="nofollow">http://www.example.com</a><br />
DocumentRoot /var/www/example.com # change this to your apache web default path</p>
<p>allow from all</p>
<p>Save the file<br />
# a2ensite example.com<br />
# /etc/init.d/apache2 stop<br />
#/etc/init.d/apache2 start</p>
<p>now it all should works!</p>
<p>But thanx the author of this blog.. helped me a lot!</p>
<p>- Thomas Skipper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79133</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 25 Feb 2011 15:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79133</guid>
		<description>That was *my* problem when setting up a new server.  Thank you for pointing me in the right direction!</description>
		<content:encoded><![CDATA[<p>That was *my* problem when setting up a new server.  Thank you for pointing me in the right direction!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiseman</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79114</link>
		<dc:creator>wiseman</dc:creator>
		<pubDate>Fri, 04 Feb 2011 13:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79114</guid>
		<description>Very nice tip. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very nice tip. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave w</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79043</link>
		<dc:creator>Dave w</dc:creator>
		<pubDate>Mon, 06 Dec 2010 03:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79043</guid>
		<description>Thanks - this gets me going after several hours of frustration.
WinXP2  Apache 2.2.17  PHP 5.2.14</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this gets me going after several hours of frustration.<br />
WinXP2  Apache 2.2.17  PHP 5.2.14</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developer-x</title>
		<link>http://blog.f12.no/wp/2005/06/01/apache-client-denied-by-server-configuration-tips/comment-page-1/#comment-79041</link>
		<dc:creator>developer-x</dc:creator>
		<pubDate>Fri, 03 Dec 2010 16:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.f12.no/wp/?p=431#comment-79041</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

