]> granicus.if.org Git - apache/commitdiff
RewriteLog is no more. This doc could probably do with a major overhaul,
authorRich Bowen <rbowen@apache.org>
Sat, 25 Sep 2010 15:26:51 +0000 (15:26 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 25 Sep 2010 15:26:51 +0000 (15:26 +0000)
in light of the new changes to logging.

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

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

index a6b471fff7d7ede8fd2800fb701e257a4921e2de..032e5fe8ccf30e6ac6ad8631de1114f3af6a9707 100644 (file)
 <h2><a name="other" id="other">Other Log Files</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_logio.html">mod_logio</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_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_log_config.html#logformat">LogFormat</a></code></li><li><code class="directive"><a href="./mod/mod_log_forensic.html#forensiclog">ForensicLog</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritelog">RewriteLog</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewriteloglevel">RewriteLogLevel</a></code></li><li><code class="directive"><a href="./mod/mod_cgi.html#scriptlog">ScriptLog</a></code></li><li><code class="directive"><a href="./mod/mod_cgi.html#scriptlogbuffer">ScriptLogBuffer</a></code></li><li><code class="directive"><a href="./mod/mod_cgi.html#scriptloglength">ScriptLogLength</a></code></li></ul></td></tr></table>
+    <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_logio.html">mod_logio</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_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_log_config.html#logformat">LogFormat</a></code></li><li><code class="directive"><a href="./mod/mod_log_forensic.html#forensiclog">ForensicLog</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code></li><li><code class="directive"><a href="./mod/mod_cgi.html#scriptlog">ScriptLog</a></code></li><li><code class="directive"><a href="./mod/mod_cgi.html#scriptlogbuffer">ScriptLogBuffer</a></code></li><li><code class="directive"><a href="./mod/mod_cgi.html#scriptloglength">ScriptLogLength</a></code></li></ul></td></tr></table>
 
     <h3>Logging actual bytes sent and received</h3>
       
       More information is available in the <a href="mod/mod_cgi.html">mod_cgi</a> documentation.</p>
     
 
-    <h3><a name="rewritelog" id="rewritelog">Rewrite Log</a></h3>
-      
-
-      <p>When using the powerful and complex features of <a href="mod/mod_rewrite.html">mod_rewrite</a>, it is almost
-      always necessary to use the <code class="directive"><a href="./mod/mod_rewrite.html#rewritelog">RewriteLog</a></code> to help
-      in debugging. This log file produces a detailed analysis of how
-      the rewriting engine transforms requests. The level of detail
-      is controlled by the <code class="directive"><a href="./mod/mod_rewrite.html#rewriteloglevel">RewriteLogLevel</a></code> directive.</p>
-    
   </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="./en/logs.html" title="English">&nbsp;en&nbsp;</a> |
index 1c00a1df95cf9c9d1aa053dc2e8f71e8b141cd5a..f8d4b0cb15484316ffdb634bc2446bb6b7339e75 100644 (file)
         <directive module="mod_log_config">LogFormat</directive>
         <directive module="mod_log_forensic">ForensicLog</directive>
         <directive module="mpm_common">PidFile</directive>
-        <directive module="mod_rewrite">RewriteLog</directive>
-        <directive module="mod_rewrite">RewriteLogLevel</directive>
         <directive module="mod_cgi">ScriptLog</directive>
         <directive module="mod_cgi">ScriptLogBuffer</directive>
         <directive module="mod_cgi">ScriptLogLength</directive>
       href="mod/mod_cgi.html">mod_cgi</a> documentation.</p>
     </section>
 
-    <section id="rewritelog">
-      <title>Rewrite Log</title>
-
-      <p>When using the powerful and complex features of <a
-      href="mod/mod_rewrite.html">mod_rewrite</a>, it is almost
-      always necessary to use the <directive
-      module="mod_rewrite">RewriteLog</directive> to help
-      in debugging. This log file produces a detailed analysis of how
-      the rewriting engine transforms requests. The level of detail
-      is controlled by the <directive
-      module="mod_rewrite">RewriteLogLevel</directive> directive.</p>
-    </section>
   </section>
 </manualpage>