You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2004/01/03 17:55:38 UTC

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

yoshiki     2004/01/03 08:55:38

  Modified:    docs/manual/mod mod_logio.html.en mod_logio.xml
  Log:
  mod_logio is not compiled by default.
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-2.0/docs/manual/mod/mod_logio.html.en
  
  Index: mod_logio.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.html.en,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_logio.html.en	29 Nov 2003 18:48:59 -0000	1.9
  +++ mod_logio.html.en	3 Jan 2004 16:55:37 -0000	1.10
  @@ -25,7 +25,7 @@
   <a href="../ja/mod/mod_logio.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
   </div>
   <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of input and output bytes per request</td></tr>
  -<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>logio_module</td></tr>
   <tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_logio.c</td></tr></table>
   <h3>Summary</h3>
  
  
  
  1.4       +1 -1      httpd-2.0/docs/manual/mod/mod_logio.xml
  
  Index: mod_logio.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_logio.xml	11 Apr 2003 01:25:52 -0000	1.3
  +++ mod_logio.xml	3 Jan 2004 16:55:37 -0000	1.4
  @@ -5,7 +5,7 @@
   
   <name>mod_logio</name>
   <description>Logging of input and output bytes per request</description>
  -<status>Base</status>
  +<status>Extension</status>
   <sourcefile>mod_logio.c</sourcefile>
   <identifier>logio_module</identifier>