From: Stefan Fritsch Date: Sun, 3 Jul 2011 16:51:04 +0000 (+0000) Subject: make example config match the description; improve wording X-Git-Tag: 2.3.14^2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35be81fd9ff316d5bc48df729b65e0fc441deb7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_log_debug.html.en b/docs/manual/mod/mod_log_debug.html.en index 7ea550c6f95..11d7cde5fc3 100644 --- a/docs/manual/mod/mod_log_debug.html.en +++ b/docs/manual/mod/mod_log_debug.html.en @@ -46,8 +46,8 @@ Log message after request to /foo/* is processed:

- <Location /foo>
-   LogMessage "/foo has been requested"
+ <Location /foo/>
+   LogMessage "/foo/ has been requested"
</Location>

@@ -55,8 +55,8 @@
  • Log message if request to /foo/* is processed in a sub-request:

    - <Location /foo>
    -   LogMessage "subrequest to /foo" hook=type_checker if=%{IS_SUBREQ}
    + <Location /foo/>
    +   LogMessage "subrequest to /foo/" hook=type_checker if=%{IS_SUBREQ}
    </Location>

    @@ -82,9 +82,9 @@   LogMessage "%{reqenv:X-Foo}" hook=all
    </Location>

    - 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, + hook=all also allows to determine the times spent + in the different parts of the request processing.
  • @@ -141,4 +141,4 @@ - + \ No newline at end of file diff --git a/docs/manual/mod/mod_log_debug.xml b/docs/manual/mod/mod_log_debug.xml index 1697bc048d0..3231a03f387 100644 --- a/docs/manual/mod/mod_log_debug.xml +++ b/docs/manual/mod/mod_log_debug.xml @@ -36,8 +36,8 @@ Log message after request to /foo/* is processed: - <Location /foo>
    -   LogMessage "/foo has been requested"
    + <Location /foo/>
    +   LogMessage "/foo/ has been requested"
    </Location>
    @@ -45,8 +45,8 @@
  • Log message if request to /foo/* is processed in a sub-request: - <Location /foo>
    -   LogMessage "subrequest to /foo" hook=type_checker if=%{IS_SUBREQ}
    + <Location /foo/>
    +   LogMessage "subrequest to /foo/" hook=type_checker if=%{IS_SUBREQ}
    </Location>
    @@ -72,9 +72,9 @@   LogMessage "%{reqenv:X-Foo}" hook=all
    </Location>
    - 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, + hook=all also allows to determine the times spent + in the different parts of the request processing.