summaryrefslogtreecommitdiff
path: root/docs/manual/sections.html.en
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-11-06 14:22:41 +0000
committerJeff Trawick <trawick@apache.org>2014-11-06 14:22:41 +0000
commitd8358b4efe599d541cfb0120efd7e172529f8fea (patch)
tree517340b98de304b9aea14c0216c993d3d515be29 /docs/manual/sections.html.en
parent83647d86fa4e08ed67a0ca604539d807e240905b (diff)
downloadhttpd-d8358b4efe599d541cfb0120efd7e172529f8fea.tar.gz
make docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1637115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/sections.html.en')
-rw-r--r--docs/manual/sections.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index 6c1c5fd9eb..e91daf7913 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -267,7 +267,7 @@ and URLs to be referenced from within <a href="expr.html">expressions</a>
and modules like <code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
<pre class="prettyprint lang-config">&lt;DirectoryMatch ^/var/www/combined/(?&lt;SITENAME&gt;[^/]+)&gt;
- require ldap-group cn=%{env:SITENAME},ou=combined,o=Example
+ require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
&lt;/DirectoryMatch&gt;</pre>