You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/07/26 10:32:24 UTC

svn commit: r559748 - /httpd/httpd/trunk/docs/manual/mod/mod_mime.xml

Author: noodl
Date: Thu Jul 26 01:32:23 2007
New Revision: 559748

URL: http://svn.apache.org/viewvc?view=rev&rev=559748
Log:
Link to filters page to address PR35102

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_mime.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.xml?view=diff&rev=559748&r1=559747&r2=559748
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Thu Jul 26 01:32:23 2007
@@ -756,7 +756,8 @@
 
 <usage>   
     <p>The <directive>RemoveInputFilter</directive> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -806,7 +807,8 @@
 
 <usage>    
     <p>The <directive>RemoveOutputFilter</directive> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>