From: Eric Covener Date: Sun, 2 Nov 2014 21:15:59 +0000 (+0000) Subject: Merge r1636195 from trunk: X-Git-Tag: 2.4.11~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c53986ff148245c30a85d9240f8380aea9b63f37;p=apache 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 --- diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml index 2ac630a730..a2d0f27f73 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>