summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_mime.xml
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-07-22 22:50:12 +0000
committerNick Kew <niq@apache.org>2010-07-22 22:50:12 +0000
commitae121d4499d8469d9a46967e21bef9a2cb654f52 (patch)
treeb0bc59cebb5e9aad91742e58e9c05e12d8efb12b /docs/manual/mod/mod_mime.xml
parentebdf9d85d0829267fa1589ffbb10d4a82614ee65 (diff)
downloadhttpd-ae121d4499d8469d9a46967e21bef9a2cb654f52.tar.gz
Update documentation for AddOutputFilterByType move
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r--docs/manual/mod/mod_mime.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index fd4f21812d..a433e6749c 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -485,7 +485,7 @@ later.</compatibility>
href="../filter.html">filters</a> which will process responses
from the server before they are sent to the client. This is in
addition to any filters defined elsewhere, including <directive
- module="core">SetOutputFilter</directive> and <directive module="core"
+ module="core">SetOutputFilter</directive> and <directive module="mod_filter"
>AddOutputFilterByType</directive> directive. This mapping is merged
over any already in force, overriding any mappings that already exist
for the same <var>extension</var>.</p>