<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://fozbaca.org/2001/06/disabling-smart.shtml" />
  <link rel="self" type="application/atom+xml" href="http://fozbaca.org/atom.xml" />
  <id>tag:,2007:/2/tag:fozbaca.org,2001://2.1928-</id>
  <updated></updated>
  <title>Comments for Disabling Smart Tags under Apache</title>
  <subtitle>&quot;Don&apos;t heckle the supervillian!&quot;</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.0</generator>
  <entry>
    <id>tag:fozbaca.org,2001://2.1928</id>
    <link rel="alternate" type="text/html" href="http://fozbaca.org/2001/06/disabling-smart.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://fozbaca.org/mt/mt-atom.cgi/weblog/blog_id=2/entry_id=1928" title="Disabling Smart Tags under Apache" />
    <published>2001-06-27T17:51:27Z</published>
    <updated>2005-08-28T21:29:54Z</updated>
    <title>Disabling Smart Tags under Apache</title>
    <summary>Disabling Smart Tags under Apache 1.2 and later From Red Hat Apache Guru Mark Cox, via Drew Meeks at Red...</summary>
    <author>
      <name>fozbaca</name>
      <uri>http://fozbaca.org</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://fozbaca.org/">
      <![CDATA[<a href="http://smarttags.manilasites.com/discuss/msgReader$9">Disabling Smart Tags under Apache 1.2 and later</a>
<blockquote>
From Red Hat Apache Guru Mark Cox, via Drew Meeks at Red Hat:
<blockquote>
Adding
<pre>
Header add MSSmartTagsPreventParsing "TRUE"
</pre>
to httpd.conf should add the response header to every page served.
</blockquote>
Mark and Drew haven't tested this, but I pass it along. You can test the efficacy of this approach at <a href="http://209.204.184.53/">http://209.204.184.53/</a>, which returns both 
<pre>
MSSmartTagsPreventParsing: TRUE
X-Meta-MSSmartTagsPreventParsing: TRUE
</pre>
as response headers, the latter since X-Meta-Foo in the response headers is interpreted by some browsers as equivalent to a &lt;META name="Foo"&gt; tag. <a href="http://209.204.184.50/">http://209.204.184.50/</a> returns the same content without the above headers.
<br><br>
Requires that mod_headers is installed on your copy of Apache: See <a href="http://httpd.apache.org/docs/mod/mod_headers.html">http://httpd.apache.org/docs/mod/mod_headers.html</a>. You can alter the scope of this by placing the "Header" directive inside a VirtualHost, Directory, Location, or Files directive.
</blockquote>
I grabbed the whole thing incase the refered site disapears in the future.]]>
      
    </content>
    
  </entry>

</feed>