mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Add in some SeeAlso's to the mod_mime filter directives to help navigate
through the tangled web of directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -370,6 +370,11 @@ later.</td></tr>
|
||||
case-insensitive, and the extension may be specified with or
|
||||
without a leading dot.</p>
|
||||
|
||||
<h3>See also</h3>
|
||||
<ul>
|
||||
<li><code class="directive"><a href="#removeinputfilter">RemoveInputFilter</a></code></li>
|
||||
<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||||
<div class="directive-section"><h2><a name="AddLanguage" id="AddLanguage">AddLanguage</a> <a name="addlanguage" id="addlanguage">Directive</a></h2>
|
||||
@ -464,6 +469,7 @@ later.</td></tr>
|
||||
<h3>See also</h3>
|
||||
<ul>
|
||||
<li><code class="directive"><a href="#removeoutputfilter">RemoveOutputFilter</a></code></li>
|
||||
<li><code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||||
@ -764,6 +770,11 @@ later.</td></tr>
|
||||
<p>The <var>extension</var> argument is case-insensitive, and can
|
||||
be specified with or without a leading dot.</p>
|
||||
|
||||
<h3>See also</h3>
|
||||
<ul>
|
||||
<li><code class="directive"><a href="#addinputfilter">AddInputFilter</a></code></li>
|
||||
<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
|
||||
<div class="directive-section"><h2><a name="RemoveLanguage" id="RemoveLanguage">RemoveLanguage</a> <a name="removelanguage" id="removelanguage">Directive</a></h2>
|
||||
|
@ -343,6 +343,8 @@ later.</compatibility>
|
||||
case-insensitive, and the extension may be specified with or
|
||||
without a leading dot.</p>
|
||||
</usage>
|
||||
<seealso><directive module="mod_mime">RemoveInputFilter</directive></seealso>
|
||||
<seealso><directive module="core">SetInputFilter</directive></seealso>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
@ -435,6 +437,7 @@ later.</compatibility>
|
||||
without a leading dot.</p>
|
||||
</usage>
|
||||
<seealso><directive module="mod_mime">RemoveOutputFilter</directive></seealso>
|
||||
<seealso><directive module="core">SetOutputFilter</directive></seealso>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
@ -724,6 +727,8 @@ later.</compatibility>
|
||||
<p>The <var>extension</var> argument is case-insensitive, and can
|
||||
be specified with or without a leading dot.</p>
|
||||
</usage>
|
||||
<seealso><directive module="mod_mime">AddInputFilter</directive></seealso>
|
||||
<seealso><directive module="core">SetInputFilter</directive></seealso>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
|
Reference in New Issue
Block a user