mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
minor corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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<6C>Identifier:</a></th><td>log_forensic_module</td></tr>
|
||||
<tr><th><a href="module-dict.html#SourceFile">Source<63>File:</a></th><td>mod_log_forensic.c</td></tr></table>
|
||||
<tr><th><a href="module-dict.html#SourceFile">Source<63>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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user