]> granicus.if.org Git - apache/commitdiff
doc another moved directive, also mentioned in an old comment.
authorEric Covener <covener@apache.org>
Sun, 23 Jun 2013 16:56:46 +0000 (16:56 +0000)
committerEric Covener <covener@apache.org>
Sun, 23 Jun 2013 16:56:46 +0000 (16:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1495843 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index efe94f271c5de2efcac28b04b54761b15aafe713..e6d64e17120d7ef647556b22fdef02d7a891bfc2 100644 (file)
@@ -377,6 +377,10 @@ Allow from example.org
  - load module <module>mod_access_compat</module>, 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 <directive module="core">DefaultType</directive>
       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> - <directive module="mod_filter">AddOutputFilterByType</directive> 
+      has moved from the core to mod_filter, which must be loaded.</li>
     </ul></li>
     <li>Errors serving requests:
     <ul>