You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/04/12 19:22:27 UTC

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

nd          2004/04/12 10:22:27

  Modified:    docs/manual/mod mod_log_forensic.html.en
                        mod_log_forensic.xml
  Log:
  minor corrections
  
  Revision  Changes    Path
  1.3       +3 -2      httpd-2.0/docs/manual/mod/mod_log_forensic.html.en
  
  Index: mod_log_forensic.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_forensic.html.en,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- mod_log_forensic.html.en	25 Feb 2004 05:36:04 -0000	1.2
  +++ mod_log_forensic.html.en	12 Apr 2004 17:22:27 -0000	1.3
  @@ -26,7 +26,9 @@
   <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Forensic Logging of the requests made to the server</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>log_forensic_module</td></tr>
  -<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_log_forensic.c</td></tr></table>
  +<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_log_forensic.c</td></tr>
  +<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td><code class="module"><a href="../mod/mod_unique_id.html">mod_unique_id</a></code> is no longer required since
  +version 2.1</td></tr></table>
   <h3>Summary</h3>
   
       <p>This module provides for forensic logging of client
  @@ -111,7 +113,6 @@
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_log_forensic</td></tr>
  -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.1 and later</td></tr>
   </table>
       <p>The <code class="directive">ForensicLog</code> directive is used to
       log requests to the server for forensic analysis. Each log entry
  
  
  
  1.3       +2 -1      httpd-2.0/docs/manual/mod/mod_log_forensic.xml
  
  Index: mod_log_forensic.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_forensic.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- mod_log_forensic.xml	24 Feb 2004 18:58:04 -0000	1.2
  +++ mod_log_forensic.xml	12 Apr 2004 17:22:27 -0000	1.3
  @@ -25,6 +25,8 @@
   <status>Extension</status>
   <sourcefile>mod_log_forensic.c</sourcefile>
   <identifier>log_forensic_module</identifier>
  +<compatibility><module>mod_unique_id</module> is no longer required since
  +version 2.1</compatibility>
   
   <summary>
       <p>This module provides for forensic logging of client
  @@ -97,7 +99,6 @@
   <syntax>ForensicLog <var>filename</var>|<var>pipe</var></syntax>
   <contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
  -<compatibility>Available in version 2.1 and later</compatibility>
   
   <usage>
       <p>The <directive>ForensicLog</directive> directive is used to