From 9f3dd019bc7872ef4b896314de71e28b80b6529d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 2 Nov 2014 21:15:40 +0000 Subject: [PATCH] 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/trunk@1636195 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 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> -- 2.40.0