]> granicus.if.org Git - apache/commitdiff
make example config match the description; improve wording
authorStefan Fritsch <sf@apache.org>
Sun, 3 Jul 2011 16:51:04 +0000 (16:51 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 3 Jul 2011 16:51:04 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142459 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_debug.html.en
docs/manual/mod/mod_log_debug.xml

index 7ea550c6f959bbaf4d1c651235c627edac471c88..11d7cde5fc335bdfa149323a2acff5c013b22ce3 100644 (file)
@@ -46,8 +46,8 @@
         Log message after request to /foo/* is processed:
 
         <div class="example"><p><code>
-            &lt;Location /foo&gt;<br />
-            &nbsp;&nbsp;LogMessage "/foo has been requested"<br />
+            &lt;Location /foo/&gt;<br />
+            &nbsp;&nbsp;LogMessage "/foo/ has been requested"<br />
             &lt;/Location&gt;<br />
         </code></p></div>
       </li>
@@ -55,8 +55,8 @@
       <li>
         Log message if request to /foo/* is processed in a sub-request:
         <div class="example"><p><code>
-            &lt;Location /foo&gt;<br />
-            &nbsp;&nbsp;LogMessage "subrequest to /foo" hook=type_checker if=%{IS_SUBREQ}<br />
+            &lt;Location /foo/&gt;<br />
+            &nbsp;&nbsp;LogMessage "subrequest to /foo/" hook=type_checker if=%{IS_SUBREQ}<br />
             &lt;/Location&gt;<br />
         </code></p></div>
 
@@ -82,9 +82,9 @@
             &nbsp;&nbsp;LogMessage "%{reqenv:X-Foo}" hook=all<br />
             &lt;/Location&gt;<br />
         </code></p></div>
-        Together with the microsecond time stamps in the error log, this
-        allows to determine the times spent in the different parts of the
-        request processing.
+        Together with microsecond time stamps in the error log,
+        <code>hook=all</code> also allows to determine the times spent
+        in the different parts of the request processing.
       </li>
 
     </ol>
 </div><div id="footer">
 <p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
+</body></html>
\ No newline at end of file
index 1697bc048d0cdab20cdb866c900b89d4fd989b36..3231a03f387e3cbaa839c72ae31dcd64443fdff7 100644 (file)
@@ -36,8 +36,8 @@
         Log message after request to /foo/* is processed:
 
         <example>
-            &lt;Location /foo&gt;<br/>
-            &nbsp;&nbsp;LogMessage "/foo has been requested"<br/>
+            &lt;Location /foo/&gt;<br/>
+            &nbsp;&nbsp;LogMessage "/foo/ has been requested"<br/>
             &lt;/Location&gt;<br/>
         </example>
       </li>
@@ -45,8 +45,8 @@
       <li>
         Log message if request to /foo/* is processed in a sub-request:
         <example>
-            &lt;Location /foo&gt;<br/>
-            &nbsp;&nbsp;LogMessage "subrequest to /foo" hook=type_checker if=%{IS_SUBREQ}<br/>
+            &lt;Location /foo/&gt;<br/>
+            &nbsp;&nbsp;LogMessage "subrequest to /foo/" hook=type_checker if=%{IS_SUBREQ}<br/>
             &lt;/Location&gt;<br/>
         </example>
 
@@ -72,9 +72,9 @@
             &nbsp;&nbsp;LogMessage "%{reqenv:X-Foo}" hook=all<br/>
             &lt;/Location&gt;<br/>
         </example>
-        Together with the microsecond time stamps in the error log, this
-        allows to determine the times spent in the different parts of the
-        request processing.
+        Together with microsecond time stamps in the error log,
+        <code>hook=all</code> also allows to determine the times spent
+        in the different parts of the request processing.
       </li>
 
     </ol>