]> granicus.if.org Git - apache/commitdiff
s/require/Require/ to help syntax color highlight work correctly.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 20 Aug 2018 19:37:38 +0000 (19:37 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 20 Aug 2018 19:37:38 +0000 (19:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838458 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 090719f8eb00877fe0b8d74bbec600d4f5d8f5f7..bae0d38d3df92d462b93fee396ba36f1e5913b8b 100644 (file)
@@ -3211,7 +3211,7 @@ matching URLs</description>
 
     <highlight language="config">
 &lt;LocationMatch "^/combined/(?&lt;sitename&gt;[^/]+)"&gt;
-    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+    Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 &lt;/LocationMatch&gt;
     </highlight>
 </usage>