]> granicus.if.org Git - apache/commitdiff
xform
authorEric Covener <covener@apache.org>
Sun, 23 Jun 2013 16:57:00 +0000 (16:57 +0000)
committerEric Covener <covener@apache.org>
Sun, 23 Jun 2013 16:57:00 +0000 (16:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1495844 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.html.en

index 99d62b63ddcc2552f29645673aee33e004c94365..797584865cb8e1c00a714d2ef9ed771667ffaf8f 100644 (file)
@@ -350,6 +350,10 @@ Allow from example.org
  - load module <code class="module"><a href="./mod/mod_access_compat.html">mod_access_compat</a></code>, or update configuration to 2.4 authorization directives.</li>
       <li><code>Ignoring deprecated use of DefaultType in line NN of /path/to/httpd.conf</code> - remove <code class="directive"><a href="./mod/core.html#defaulttype">DefaultType</a></code>
       and replace with other configuration settings.</li>
+      <li><code>Invalid command 'AddOutputFilterByType', perhaps misspelled 
+      or defined by a module not included in the server configuration
+      </code> - <code class="directive"><a href="./mod/mod_filter.html#addoutputfilterbytype">AddOutputFilterByType</a></code> 
+      has moved from the core to mod_filter, which must be loaded.</li>
     </ul></li>
     <li>Errors serving requests:
     <ul>