]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
keep in sync
authorAndré Malo <nd@apache.org>
Thu, 19 Aug 2004 22:56:18 +0000 (22:56 +0000)
committerAndré Malo <nd@apache.org>
Thu, 19 Aug 2004 22:56:18 +0000 (22:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104733 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index f0ea6b7d53164fcc57779bd9a8bc9716e0f257d6..1206eb0e820a33eb95605b0239dbdbfad7a63602 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
       files.  The old behavior can be restored using the <directive
       module="mod_mime">MultiviewsMatch</directive> directive.</li>
 
+      <li>(<em>since version 2.0.51</em>)
+      <p>The functionality of the <code>ErrorHeader</code> directive was
+      put together with the <directive module="mod_headers">Header</directive>
+      directive, since it was a misnomer. Use</p>
+
+      <example>
+        Header always set foo bar
+      </example>
+
+      <p>instead to get the desired bahviour.</p></li>
     </ul>
   </section>