You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/11/17 02:43:21 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ext_filter.xml mod_ext_filter.html.en quickreference.html.en

slive       2002/11/16 17:43:21

  Modified:    docs/manual/mod mod_ext_filter.xml mod_ext_filter.html.en
                        quickreference.html.en
  Log:
  mod_ext_filter has switched from Experimental to Extension.
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-2.0/docs/manual/mod/mod_ext_filter.xml
  
  Index: mod_ext_filter.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ext_filter.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- mod_ext_filter.xml	13 Nov 2002 00:13:24 -0000	1.9
  +++ mod_ext_filter.xml	17 Nov 2002 01:43:20 -0000	1.10
  @@ -6,7 +6,7 @@
   <name>mod_ext_filter</name>
   <description>Pass the response body through an external program before
   delivery to the client</description>
  -<status>Experimental</status>
  +<status>Extension</status>
   <sourcefile>mod_ext_filter.c</sourcefile>
   <identifier>ext_filter_module</identifier>
   
  
  
  
  1.17      +3 -3      httpd-2.0/docs/manual/mod/mod_ext_filter.html.en
  
  Index: mod_ext_filter.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ext_filter.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -d -b -u -r1.16 -r1.17
  --- mod_ext_filter.html.en	13 Nov 2002 00:17:04 -0000	1.16
  +++ mod_ext_filter.html.en	17 Nov 2002 01:43:20 -0000	1.17
  @@ -7,7 +7,7 @@
         --><title>mod_ext_filter - Apache HTTP Server</title><link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link href="../images/favicon.ico" rel="shortcut icon" /></head><body><div id="page-header"><p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="../images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.0</a> &gt; <a href="./">Modules</a></div><div id="page-content"><div id="preamble"><h1>Apache Module mod_ext_filter</h1><table class="module"><tr><th><a href="module-dict.html#Description">Description:
                     </a></th><td>Pass the response body through an external program before
   delivery to the client</td></tr><tr><th><a href="module-dict.html#Status">Status:
  -                  </a></th><td>Experimental</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
  +                  </a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:
                     </a></th><td>ext_filter_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source�File:
                     </a></th><td>mod_ext_filter.c</td></tr></table><h3>Summary</h3>
       <p>This is an <strong>experimental</strong> module and should
  @@ -195,7 +195,7 @@
                 </a></th><td>Define an external filter</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
                 </a></th><td><code>ExtFilterDefine <var>filtername</var> <var>parameters</var></code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>server config</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  +              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_ext_filter</td></tr></table>
       <p>The <code class="directive">ExtFilterDefine</code> directive defines the
       characteristics of an external filter, including the program to
  @@ -284,7 +284,7 @@
                 </a></th><td><code>ExtFilterOptions <var>option</var> [<var>option</var>] ...</code></td></tr><tr><th><a href="directive-dict.html#Default">Default: 
                 </a></th><td><code>ExtFilterOptions DebugLevel=0 NoLogStderr</code></td></tr><tr><th><a href="directive-dict.html#Context">Context:
                 </a></th><td>directory</td></tr><tr><th><a href="directive-dict.html#Status">Status:
  -              </a></th><td>Experimental</td></tr><tr><th><a href="directive-dict.html#Module">Module:
  +              </a></th><td>Extension</td></tr><tr><th><a href="directive-dict.html#Module">Module:
                 </a></th><td>mod_ext_filter</td></tr></table>
       <p>The <code class="directive">ExtFilterOptions</code> directive specifies
       special processing options for <code class="module"><a href="../mod/mod_ext_filter.html">mod_ext_filter</a></code>.
  
  
  
  1.46      +2 -2      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -d -b -u -r1.45 -r1.46
  --- quickreference.html.en	16 Nov 2002 20:21:38 -0000	1.45
  +++ quickreference.html.en	17 Nov 2002 01:43:20 -0000	1.46
  @@ -276,8 +276,8 @@
   <tr class="odd"><td><a href="mod_expires.html#expiresdefault">ExpiresDefault <var>&lt;code&gt;seconds</var></a></td><td /><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Default algorithm for calculating expiration time</td></tr>
   <tr><td><a href="mod_status.html#extendedstatus">ExtendedStatus On|Off</a></td><td> Off </td><td>s</td><td>B</td></tr><tr><td class="descr" colspan="4">Keep track of extended status information for each 
   request</td></tr>
  -<tr class="odd"><td><a href="mod_ext_filter.html#extfilterdefine">ExtFilterDefine <var>filtername</var> <var>parameters</var></a></td><td /><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Define an external filter</td></tr>
  -<tr><td><a href="mod_ext_filter.html#extfilteroptions">ExtFilterOptions <var>option</var> [<var>option</var>] ...</a></td><td> DebugLevel=0 NoLogS +</td><td>d</td><td>X</td></tr><tr><td class="descr" colspan="4">Configure <code class="module"><a href="../mod/mod_ext_filter.html">mod_ext_filter</a></code> options</td></tr>
  +<tr class="odd"><td><a href="mod_ext_filter.html#extfilterdefine">ExtFilterDefine <var>filtername</var> <var>parameters</var></a></td><td /><td>s</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Define an external filter</td></tr>
  +<tr><td><a href="mod_ext_filter.html#extfilteroptions">ExtFilterOptions <var>option</var> [<var>option</var>] ...</a></td><td> DebugLevel=0 NoLogS +</td><td>d</td><td>E</td></tr><tr><td class="descr" colspan="4">Configure <code class="module"><a href="../mod/mod_ext_filter.html">mod_ext_filter</a></code> options</td></tr>
   <tr class="odd"><td><a href="core.html#fileetag" id="F" name="F">FileETag <var>component</var> ...</a></td><td> INode MTime Size </td><td>svdh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">File attributes used to create the ETag
   HTTP response header</td></tr>
   <tr><td><a href="core.html#files">&lt;Files <var>filename</var>&gt; ... &lt;/Files&gt;</a></td><td /><td>svdh</td><td>C</td></tr><tr><td class="descr" colspan="4">Contains directives that apply to matched