From: Jan Kaluža Date: Thu, 7 Jan 2016 11:45:34 +0000 (+0000) Subject: * mod_log_debug docs: Fix the IS_SUBREQ example X-Git-Tag: 2.5.0-alpha~2451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a127db224a2079a4adf28c6a261d5c8514e8570;p=thirdparty%2Fapache%2Fhttpd.git * mod_log_debug docs: Fix the IS_SUBREQ example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1723522 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_debug.xml b/docs/manual/mod/mod_log_debug.xml index d32a0a1089e..e9925334617 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>