From 2a463b3cd73c32ee9dcd508248d0194923f435f4 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 29 Mar 2014 21:56:19 +0100 Subject: Imported Upstream version 2.4.9 --- docs/manual/mod/mod_log_debug.html.en | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'docs/manual/mod/mod_log_debug.html.en') diff --git a/docs/manual/mod/mod_log_debug.html.en b/docs/manual/mod/mod_log_debug.html.en index 6e0676db..c6e2d56f 100644 --- a/docs/manual/mod/mod_log_debug.html.en +++ b/docs/manual/mod/mod_log_debug.html.en @@ -9,7 +9,7 @@ - @@ -49,21 +49,17 @@
  • Log message after request to /foo/* is processed: -
    -<Location /foo/>
    -  LogMessage "/foo/ has been requested"
    -</Location>
    -        
    +
    <Location /foo/>
    +  LogMessage "/foo/ has been requested"
    +</Location>
  • Log message if request to /foo/* is processed in a sub-request: -
    -<Location /foo/>
    -  LogMessage "subrequest to /foo/" hook=type_checker expr=%{IS_SUBREQ}
    -</Location>
    -        
    +
    <Location /foo/>
    +  LogMessage "subrequest to /foo/" hook=type_checker expr=%{IS_SUBREQ}
    +</Location>
    The default log_transaction hook is not executed for sub-requests, @@ -73,9 +69,7 @@
  • Log message if an IPv6 client causes a request timeout: -
    -            LogMessage "IPv6 timeout from %{REMOTE_ADDR}" "expr=-T %{IPV6} && %{REQUEST_STATUS} = 408"
    -        
    +
    LogMessage "IPv6 timeout from %{REMOTE_ADDR}" "expr=-T %{IPV6} && %{REQUEST_STATUS} = 408"
    Note the placing of the double quotes for the expr= argument.
  • @@ -83,11 +77,9 @@
  • Log the value of the "X-Foo" request environment variable in each stage of the request: -
    -<Location />
    -  LogMessage "%{reqenv:X-Foo}" hook=all
    -</Location>
    -        
    +
    <Location />
    +  LogMessage "%{reqenv:X-Foo}" hook=all
    +</Location>
    Together with microsecond time stamps in the error log, hook=all also lets you determine the times spent @@ -166,7 +158,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_debug.ht } })(window, document); //-->