]> granicus.if.org Git - apache/commitdiff
Adds a related modules list. Trying to work up the steam to overhaul the
authorRich Bowen <rbowen@apache.org>
Sun, 4 Apr 2010 01:29:01 +0000 (01:29 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 4 Apr 2010 01:29:01 +0000 (01:29 +0000)
'conditional logging' section.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@930607 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.html.en
docs/manual/logs.xml

index 153199800d4de3044be43057c79687d4e421cd4a..c1d16c7df94fa44d76897165076230c446a64b2f 100644 (file)
@@ -33,7 +33,8 @@
     logging capabilities, and how to understand what the logs
     contain.</p>
   </div>
-<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#security">Security Warning</a></li>
+<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">Overview</a></li>
+<li><img alt="" src="./images/down.gif" /> <a href="#security">Security Warning</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#errorlog">Error Log</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#accesslog">Access Log</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#rotation">Log Rotation</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
+<h2><a name="overview" id="overview">Overview</a></h2>
+    
+
+  <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_log_config.html">mod_log_config</a></code></li><li><code class="module"><a href="./mod/mod_log_forensic.html">mod_log_forensic</a></code></li><li><code class="module"><a href="./mod/mod_logio.html">mod_logio</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li></ul></td><td /></tr></table>
+  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+<div class="section">
 <h2><a name="security" id="security">Security Warning</a></h2>
     
 
index d159d396f0abf16ed9002a9171139b6a51d7452d..218a7d9f6bb00410d75939d846b4971381fa85cb 100644 (file)
     contain.</p>
   </summary>
 
+    <section id="overview">
+    <title>Overview</title>
+
+  <related>
+      <modulelist>
+        <module>mod_log_config</module>
+        <module>mod_log_forensic</module>
+        <module>mod_logio</module>
+        <module>mod_rewrite</module>
+        <module>mod_cgi</module>
+      </modulelist>
+  </related>
+
+  <p>
+  The Apache HTTP Server provides a variety of different mechanisms for
+  logging everything that happens on your server, from the initial
+  request, through the URL mapping process, to the final resolution of
+  the connection, including any errors that may have occurred in the
+  process. In addition to this, third-party modules may provide logging
+  capabilities, or inject entries into the existing log files, and
+  applications such as CGI programs, or PHP scripts, or other handlers,
+  may send messages to the server error log.
+  </p>
+
+  <p>
+  In this document we discuss the logging modules that are a standard
+  part of the http server.
+  </p>
+
+  </section>
+
   <section id="security">
     <title>Security Warning</title>
 
@@ -56,6 +87,9 @@
     <title>Error Log</title>
 
     <related>
+      </modulelist>
+        <module>core</module>
+      </modulelist>
       <directivelist>
         <directive module="core">ErrorLog</directive>
         <directive module="core">LogLevel</directive>
         <module>mod_cgi</module>
         <module>mod_rewrite</module>
       </modulelist>
+
       <directivelist>
         <directive module="mod_log_config">LogFormat</directive>
         <directive module="mod_log_forensic">ForensicLog</directive>