* 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
Log message if request to /foo/* is processed in a sub-request:
<highlight language="config">
<Location "/foo/">
- LogMessage "subrequest to /foo/" hook=type_checker expr=%{IS_SUBREQ}
+ LogMessage "subrequest to /foo/" hook=type_checker "expr=-T %{IS_SUBREQ}"
</Location>
</highlight>