From c53986ff148245c30a85d9240f8380aea9b63f37 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 2 Nov 2014 21:15:59 +0000 Subject: [PATCH] Merge r1636195 from trunk: namded captures show up in the env with a MATCH_ prefix. http://httpd.apache.org/docs/2.4/sections.html#comment_3193 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1636196 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/sections.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 2ac630a730c..a2d0f27f73a 100644 --- a/docs/manual/sections.xml +++ b/docs/manual/sections.xml @@ -304,7 +304,7 @@ and modules like mod_rewrite.

<DirectoryMatch ^/var/www/combined/(?<SITENAME>[^/]+)> - require ldap-group cn=%{env:SITENAME},ou=combined,o=Example + require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example </DirectoryMatch> -- 2.47.2