<?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"
	>
<channel>
	<title>Comments on: HTTP 406 Error</title>
	<atom:link href="http://urbangiraffe.com/2005/08/20/mysterious-406-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/</link>
	<description>Software and opinions roaming wild in China</description>
	<pubDate>Sun, 23 Nov 2008 00:08:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Hiren Santilal</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-89023</link>
		<dc:creator>Hiren Santilal</dc:creator>
		<pubDate>Tue, 09 Sep 2008 17:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-89023</guid>
		<description>It worked for my Joomla site which is version 1.5.2</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->It worked for my Joomla site which is version 1.5.2<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-87951</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-87951</guid>
		<description>Thank you so much for this! I've been having the same problem with Movable Type not being able to find my mt-static directory. After hours of troubleshooting, this finally helped solve the problem.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thank you so much for this! I've been having the same problem with Movable Type not being able to find my mt-static directory. After hours of troubleshooting, this finally helped solve the problem.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eftekhar</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-76253</link>
		<dc:creator>Eftekhar</dc:creator>
		<pubDate>Mon, 19 May 2008 08:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-76253</guid>
		<description>Hello
I see this error in admin panel of my site!
how can i disable this error in my server?
what where i had to chang this?
Thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hello<br />
I see this error in admin panel of my site!<br />
how can i disable this error in my server?<br />
what where i had to chang this?<br />
Thanks<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Goel</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-74846</link>
		<dc:creator>Shantanu Goel</dc:creator>
		<pubDate>Thu, 01 May 2008 17:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-74846</guid>
		<description>Hey John,
With Mod security 2, this is no longer valid. I've written about it and a workaround at 
http://tech.shantanugoel.com/2008/05/01/http-406-errors-galore.html</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hey John,<br />
With Mod security 2, this is no longer valid. I've written about it and a workaround at<br />
<a href="http://tech.shantanugoel.com/2008/05/01/http-406-errors-galore.html" rel="nofollow">http://tech.shantanugoel.com/2008/05/01/http-406-errors-galore.html</a><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-60744</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 27 Mar 2008 07:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-60744</guid>
		<description>While I understand your point Lewis I would actually say that mod_security is doing its job incorrectly.  Mambo is not, as far as I'm aware, doing anything that is technically wrong.  Should mod_security force applications to be rewritten to suit its particular requirements?  In my opinion, no, and if it can't tell the difference between a valid request and a hack attempt then it should err on the side of caution and allow it.  Up-to-date software is a much better path to take than relying on a brute-force 'bouncer'.

At the end of the day, not everyone has the necessary skills to fine-tune mod_security to allow their (valid) applications to work again.  Getting a website working may be more important than worrying about an exploit that may or may not exist.  This post is indeed old now, but it does point out the disadvantages of undertaking such a global change, and does suggest that you try and tone down mod_security (a topic far outside the scope of this post).</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->While I understand your point Lewis I would actually say that mod_security is doing its job incorrectly.  Mambo is not, as far as I'm aware, doing anything that is technically wrong.  Should mod_security force applications to be rewritten to suit its particular requirements?  In my opinion, no, and if it can't tell the difference between a valid request and a hack attempt then it should err on the side of caution and allow it.  Up-to-date software is a much better path to take than relying on a brute-force 'bouncer'.</p>
<p>At the end of the day, not everyone has the necessary skills to fine-tune mod_security to allow their (valid) applications to work again.  Getting a website working may be more important than worrying about an exploit that may or may not exist.  This post is indeed old now, but it does point out the disadvantages of undertaking such a global change, and does suggest that you try and tone down mod_security (a topic far outside the scope of this post).<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-60556</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Wed, 26 Mar 2008 18:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-60556</guid>
		<description>I have to say, your "solution" leaves a lot to be desired IMHO. Mod_security is doing it's job correctly. Rather than simply turning it off perhaps editing the regex/config and or mambo to not trigger the reactions of mod_security would be a much better (i.e. correct) way of dealing with it.
Mambo is fairly well known for not having the most secure code, you may have just allowed a malicious user to execute arbitary code/post data/view the filesystem or any one of a number of exploits. Whilst it may be useful in testing to turn off mod_security, I'm disappointed that the method has been given as a default response to solve another issue. Just MHO.
I do appreciate that this article is very old now and the poster may well do things differently presented with the same situation again. I just felt that explaining the pitfalls of doing this was worthwhile.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->I have to say, your "solution" leaves a lot to be desired IMHO. Mod_security is doing it's job correctly. Rather than simply turning it off perhaps editing the regex/config and or mambo to not trigger the reactions of mod_security would be a much better (i.e. correct) way of dealing with it.<br />
Mambo is fairly well known for not having the most secure code, you may have just allowed a malicious user to execute arbitary code/post data/view the filesystem or any one of a number of exploits. Whilst it may be useful in testing to turn off mod_security, I'm disappointed that the method has been given as a default response to solve another issue. Just MHO.<br />
I do appreciate that this article is very old now and the poster may well do things differently presented with the same situation again. I just felt that explaining the pitfalls of doing this was worthwhile.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mitchell</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-58725</link>
		<dc:creator>Chris Mitchell</dc:creator>
		<pubDate>Tue, 26 Feb 2008 21:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-58725</guid>
		<description>Hi. I just contacted my hosing company. There was a setting in mod_security which they were able to adjust so that it allowed the specific requests generated by Joomla! to pass through. It took about a second for them to do it, so evidently it is a known problem. Now everything works perfectly. They didn't have to disable the rest of the security features provided by mod_security and I didn't have to add anything to my .htaccess file. Hope this helps.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Hi. I just contacted my hosing company. There was a setting in mod_security which they were able to adjust so that it allowed the specific requests generated by Joomla! to pass through. It took about a second for them to do it, so evidently it is a known problem. Now everything works perfectly. They didn't have to disable the rest of the security features provided by mod_security and I didn't have to add anything to my .htaccess file. Hope this helps.<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kela</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-57766</link>
		<dc:creator>Kela</dc:creator>
		<pubDate>Wed, 20 Feb 2008 00:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-57766</guid>
		<description>Excellent! I had wasted a lot of my time before this post was found!

Thank you!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Excellent! I had wasted a lot of my time before this post was found!</p>
<p>Thank you!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mada</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-55704</link>
		<dc:creator>Mada</dc:creator>
		<pubDate>Tue, 12 Feb 2008 15:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-55704</guid>
		<description>MANY MANY THANKS for posting the solutions here! I was pulling my hair out and have been struggling with the for the last couple of hours when I came across your post. It fixed my problem. Thanks again!</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->MANY MANY THANKS for posting the solutions here! I was pulling my hair out and have been struggling with the for the last couple of hours when I came across your post. It fixed my problem. Thanks again!<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taher</title>
		<link>http://urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-52900</link>
		<dc:creator>taher</dc:creator>
		<pubDate>Sat, 02 Feb 2008 18:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.urbangiraffe.com/2005/08/20/mysterious-406-error/#comment-52900</guid>
		<description>Thanks, when I saw the description of the 406 error I was like &#34;How the hell I am going to fix that&#34;. Your solution works perfectly. To limit the damage you can place the htaccess file in the subdirectory where you need it. It will not affect the rest of website</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start -->Thanks, when I saw the description of the 406 error I was like &quot;How the hell I am going to fix that&quot;. Your solution works perfectly. To limit the damage you can place the htaccess file in the subdirectory where you need it. It will not affect the rest of website<!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.299 seconds -->
