<?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: Two tips for fixing Apache problems</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/</link>
	<description>Ranting and Raving</description>
	<lastBuildDate>Sat, 20 Mar 2010 00:22:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daisy</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-863747</link>
		<dc:creator>Daisy</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-863747</guid>
		<description>I was having the exact same problem, getting 403 Forbidden. What I did to fix the problem was go into httpd.conf and replace the following between the Directory tags:

    Options Indexes FollowSymLinks
    AllowOverride All


to


    Options Indexes FollowSymLinks
    AllowOverride None


I hope this helps someone out :)</description>
		<content:encoded><![CDATA[<p>I was having the exact same problem, getting 403 Forbidden. What I did to fix the problem was go into httpd.conf and replace the following between the Directory tags:</p>
<p>    Options Indexes FollowSymLinks<br />
    AllowOverride All</p>
<p>to</p>
<p>    Options Indexes FollowSymLinks<br />
    AllowOverride None</p>
<p>I hope this helps someone out :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-857090</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Sat, 19 Dec 2009 13:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-857090</guid>
		<description>Thanks for helping me find a solution to my problem!</description>
		<content:encoded><![CDATA[<p>Thanks for helping me find a solution to my problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Re: no permission to access MAMP on this server &#171; wogahilog</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-851569</link>
		<dc:creator>Re: no permission to access MAMP on this server &#171; wogahilog</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-851569</guid>
		<description>[...] the error &#8220;Options FollowSymLinks or SymLinksIfOwnerMatch is off&#8221; and finding this page:http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apach..., then somehow figuring out that the httpd.conf file was the same as an htaccess file, and finally [...]</description>
		<content:encoded><![CDATA[<p>[...] the error &#8220;Options FollowSymLinks or SymLinksIfOwnerMatch is off&#8221; and finding this page:http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apach&#8230;, then somehow figuring out that the httpd.conf file was the same as an htaccess file, and finally [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorgen</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-850175</link>
		<dc:creator>jorgen</dc:creator>
		<pubDate>Sat, 31 Oct 2009 19:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-850175</guid>
		<description>fanx a lot - helped me too - even though searching for &#039;Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden&#039; implies that I actually read  the error_log file;-)

Moving the &#039;Options FollowSymLinks&#039;  right above of the &#039;RewriteEngine On&#039; line sure did the trick for me.

So now - bookmark and back to work.

kind regards
jj</description>
		<content:encoded><![CDATA[<p>fanx a lot &#8211; helped me too &#8211; even though searching for &#8216;Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden&#8217; implies that I actually read  the error_log file;-)</p>
<p>Moving the &#8216;Options FollowSymLinks&#8217;  right above of the &#8216;RewriteEngine On&#8217; line sure did the trick for me.</p>
<p>So now &#8211; bookmark and back to work.</p>
<p>kind regards<br />
jj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-844308</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 19 Sep 2009 05:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-844308</guid>
		<description>Finally a fix that worked! I am running Apache/2.2.13 (Win32) and got this error with a virtual host that I added using the Uniform Server admin panel. Thank you.</description>
		<content:encoded><![CDATA[<p>Finally a fix that worked! I am running Apache/2.2.13 (Win32) and got this error with a virtual host that I added using the Uniform Server admin panel. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-748981</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 18 Apr 2009 22:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-748981</guid>
		<description>Thanks for the help.

I found that I had to put a copy of my .htaccess file with Options +FollowSymLinks in the CGI directory too to get CGIs to run when the web root directory had its own .htaccess file that turned RewriteEngine on.</description>
		<content:encoded><![CDATA[<p>Thanks for the help.</p>
<p>I found that I had to put a copy of my .htaccess file with Options +FollowSymLinks in the CGI directory too to get CGIs to run when the web root directory had its own .htaccess file that turned RewriteEngine on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-747917</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 11 Apr 2009 20:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-747917</guid>
		<description>Thanks, that helped me a lot.</description>
		<content:encoded><![CDATA[<p>Thanks, that helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago Taranto</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-647937</link>
		<dc:creator>Thiago Taranto</dc:creator>
		<pubDate>Mon, 26 Jan 2009 23:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-647937</guid>
		<description>Works for me with OSX Leopart and Apache22.

Thanks!</description>
		<content:encoded><![CDATA[<p>Works for me with OSX Leopart and Apache22.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skelly</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-619646</link>
		<dc:creator>skelly</dc:creator>
		<pubDate>Mon, 29 Dec 2008 19:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-619646</guid>
		<description>While I fail to see the correlation between following symlinks and rewrite rules, this does appear also to do the trick for Apache 2.2 . I found another caveat however: not only does the Options directive need to appear before the RewriteEngine directive, in some cases it may need to be -immediately- before, as in the previous line. I had other completely unrelated directives between the two and for no sensible reason, the effect was nullified. However the solution worked once I relocated the other directives to after the ModRewrite rules by following Options immediately with the RewriteEngine directive. Stupid, but accepted. Thanks for the tip.

- SK</description>
		<content:encoded><![CDATA[<p>While I fail to see the correlation between following symlinks and rewrite rules, this does appear also to do the trick for Apache 2.2 . I found another caveat however: not only does the Options directive need to appear before the RewriteEngine directive, in some cases it may need to be -immediately- before, as in the previous line. I had other completely unrelated directives between the two and for no sensible reason, the effect was nullified. However the solution worked once I relocated the other directives to after the ModRewrite rules by following Options immediately with the RewriteEngine directive. Stupid, but accepted. Thanks for the tip.</p>
<p>- SK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hoff</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/comment-page-1/#comment-79957</link>
		<dc:creator>Eric Hoff</dc:creator>
		<pubDate>Fri, 01 Jun 2007 21:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elharo.com/blog/?p=79#comment-79957</guid>
		<description>I got the 403 error until I added +SymLinksIfOwnerMatch to the Options directive as well.  So my .htaccess file looked like this:
--------------------
Options +FollowSymLinks +SymLinksIfOwnerMatch


    RewriteBase /
    RewriteEngine On
    ....

-----------------------
Thanks again for the help though!  Saved me a lot of work!</description>
		<content:encoded><![CDATA[<p>I got the 403 error until I added +SymLinksIfOwnerMatch to the Options directive as well.  So my .htaccess file looked like this:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Options +FollowSymLinks +SymLinksIfOwnerMatch</p>
<p>    RewriteBase /<br />
    RewriteEngine On<br />
    &#8230;.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Thanks again for the help though!  Saved me a lot of work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
