From: Joe Orton Date: Tue, 6 Feb 2018 09:28:34 +0000 (+0000) Subject: Merge r1723522 from trunk: X-Git-Tag: 2.4.30~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6db6bf544ce757054c60cbdd4aea57c76d75a707;p=apache Merge r1723522 from trunk: * mod_log_debug docs: Fix the IS_SUBREQ example Submitted by: jkaluza Reviewed by: jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823289 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_debug.xml b/docs/manual/mod/mod_log_debug.xml index d32a0a1089..e992533461 100644 --- a/docs/manual/mod/mod_log_debug.xml +++ b/docs/manual/mod/mod_log_debug.xml @@ -46,7 +46,7 @@ Log message if request to /foo/* is processed in a sub-request: <Location "/foo/"> -  LogMessage "subrequest to /foo/" hook=type_checker expr=%{IS_SUBREQ} +  LogMessage "subrequest to /foo/" hook=type_checker "expr=-T %{IS_SUBREQ}" </Location>