Commit 0fdf97b4 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

make example config match the description; improve wording


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142459 13f79535-47bb-0310-9956-ffa450edef68
parent 0900800f
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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>
+7 −7
Original line number Diff line number Diff line
@@ -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>