From 6db6bf544ce757054c60cbdd4aea57c76d75a707 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 6 Feb 2018 09:28:34 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_debug.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.50.1