You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/04/04 03:29:01 UTC

svn commit: r930607 - in /httpd/httpd/trunk/docs/manual: logs.html.en logs.xml

Author: rbowen
Date: Sun Apr  4 01:29:01 2010
New Revision: 930607

URL: http://svn.apache.org/viewvc?rev=930607&view=rev
Log:
Adds a related modules list. Trying to work up the steam to overhaul the
'conditional logging' section.

Modified:
    httpd/httpd/trunk/docs/manual/logs.html.en
    httpd/httpd/trunk/docs/manual/logs.xml

Modified: httpd/httpd/trunk/docs/manual/logs.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.html.en?rev=930607&r1=930606&r2=930607&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.html.en (original)
+++ httpd/httpd/trunk/docs/manual/logs.html.en Sun Apr  4 01:29:01 2010
@@ -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>
@@ -43,6 +44,12 @@
 </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>
     
 

Modified: httpd/httpd/trunk/docs/manual/logs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/logs.xml?rev=930607&r1=930606&r2=930607&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/logs.xml (original)
+++ httpd/httpd/trunk/docs/manual/logs.xml Sun Apr  4 01:29:01 2010
@@ -34,6 +34,37 @@
     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>
@@ -572,6 +606,7 @@
         <module>mod_cgi</module>
         <module>mod_rewrite</module>
       </modulelist>
+
       <directivelist>
         <directive module="mod_log_config">LogFormat</directive>
         <directive module="mod_log_forensic">ForensicLog</directive>