You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/08/20 19:41:05 UTC

svn commit: r1838459 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: jailletc36
Date: Mon Aug 20 19:41:05 2018
New Revision: 1838459

URL: http://svn.apache.org/viewvc?rev=1838459&view=rev
Log:
s/require/Require/ to help another syntax color highlight work correctly.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1838459&r1=1838458&r2=1838459&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon Aug 20 19:41:05 2018
@@ -2032,7 +2032,7 @@ filenames</description>
 
     <highlight language="config">
 &lt;FilesMatch "^(?&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;/FilesMatch&gt;
     </highlight>
 </usage>